Color spaces of #99715a
RGB | 153 | 113 | 90 |
---|---|---|---|
HSL | 0.06 | 0.26 | 0.48 |
HSV | 22° | 41° | 60° |
CMYK | 0.00 | 0.26 | 0.41 0.40 |
XYZ | 20.8875 | 19.3207 | 12.3012 |
Yxy | 19.3207 | 0.3978 | 0.3679 |
Hunter Lab | 43.9553 | 7.9011 | 14.1760 |
CIE-Lab | 51.0603 | 12.6775 | 18.9362 |
#99715a color RGB value is (153,113,90).
#99715a hex color red value is 153, green value is 113 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #99715a hue: 0.06 , saturation: 0.26 and the lightness value of 99715a is 0.48.
The process color (four color CMYK) of #99715a color hex is 0.00, 0.26, 0.41, 0.40. Web safe color of #99715a is #996666. Color #99715a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011001 | 01110001 | 01011010 |
Octal | 231 | 161 | 132 |
Decimal | 153 | 113 | 90 |
Hex | 99 | 71 | 5A |
Shades of #99715a
Tints of #99715a
RGB Percentages of Color #99715a
CMYK Percentages of Color #99715a
Complementary Color
#99715a | #5a8299 |
#99715a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#99715a Color Preview on White Background
Lorem ipsum dolor sit amet.
#99715a Color CSS Codes
.mybgcolor {background-color:#99715a; } .myforecolor {color:#99715a; } .mybordercolor {border:3px solid #99715a; }
#99715a Text Font Color
<p style="color:#99715a">Text here</p>
This sample text font color is #99715a
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.
#99715a Background Color
<div style="background-color:#99715a">
Div content here</div>
This div background color is #99715a
#99715a Border Color
<div style="border:3px solid #99715a">
Div here</div>
This div border color is #99715a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(153,113,90, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #99715a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #99715a; -webkit-box-shadow: 1px 1px 3px 2px #99715a; box-shadow: 1px 1px 3px 2px #99715a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(153,113,90, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #99715a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #99715a; -webkit-box-shadow: 1px 1px 3px 2px #99715a; box-shadow: 1px 1px 3px 2px #99715a;">
Div content here</div>
This div box has shadow with color #99715a
Comments
No comments written yet.
Please login to write comment.