Color spaces of #975614
RGB | 151 | 86 | 20 |
---|---|---|---|
HSL | 0.08 | 0.77 | 0.34 |
HSV | 30° | 87° | 59° |
CMYK | 0.00 | 0.43 | 0.87 0.41 |
XYZ | 16.2166 | 13.2854 | 2.3715 |
Yxy | 13.2854 | 0.5088 | 0.4168 |
Hunter Lab | 36.4491 | 15.6305 | 21.6568 |
CIE-Lab | 43.1902 | 22.1874 | 46.1984 |
#975614 color RGB value is (151,86,20).
#975614 hex color red value is 151, green value is 86 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #975614 hue: 0.08 , saturation: 0.77 and the lightness value of 975614 is 0.34.
The process color (four color CMYK) of #975614 color hex is 0.00, 0.43, 0.87, 0.41. Web safe color of #975614 is #996600. Color #975614 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010111 | 01010110 | 00010100 |
Octal | 227 | 126 | 24 |
Decimal | 151 | 86 | 20 |
Hex | 97 | 56 | 14 |
Shades of #975614
Tints of #975614
RGB Percentages of Color #975614
CMYK Percentages of Color #975614
Complementary Color
#975614 | #145597 |
#975614 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#975614 Color Preview on White Background
Lorem ipsum dolor sit amet.
#975614 Color CSS Codes
.mybgcolor {background-color:#975614; } .myforecolor {color:#975614; } .mybordercolor {border:3px solid #975614; }
#975614 Text Font Color
<p style="color:#975614">Text here</p>
This sample text font color is #975614
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#975614 Background Color
<div style="background-color:#975614">
Div content here</div>
This div background color is #975614
#975614 Border Color
<div style="border:3px solid #975614">
Div here</div>
This div border color is #975614
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(151,86,20, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #975614; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #975614; -webkit-box-shadow: 1px 1px 3px 2px #975614; box-shadow: 1px 1px 3px 2px #975614; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(151,86,20, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #975614">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #975614; -webkit-box-shadow: 1px 1px 3px 2px #975614; box-shadow: 1px 1px 3px 2px #975614;">
Div content here</div>
This div box has shadow with color #975614
Comments
No comments written yet.
Please login to write comment.