Color spaces of #91996d
RGB | 145 | 153 | 109 |
---|---|---|---|
HSL | 0.20 | 0.18 | 0.51 |
HSV | 71° | 29° | 60° |
CMYK | 0.05 | 0.00 | 0.29 0.40 |
XYZ | 25.8286 | 29.9063 | 18.8792 |
Yxy | 29.9063 | 0.3462 | 0.4008 |
Hunter Lab | 54.6867 | -11.3958 | 17.8123 |
CIE-Lab | 61.5733 | -10.5075 | 22.2223 |
#91996d color RGB value is (145,153,109).
#91996d hex color red value is 145, green value is 153 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #91996d hue: 0.20 , saturation: 0.18 and the lightness value of 91996d is 0.51.
The process color (four color CMYK) of #91996d color hex is 0.05, 0.00, 0.29, 0.40. Web safe color of #91996d is #999966. Color #91996d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010001 | 10011001 | 01101101 |
Octal | 221 | 231 | 155 |
Decimal | 145 | 153 | 109 |
Hex | 91 | 99 | 6D |
Shades of #91996d
Tints of #91996d
RGB Percentages of Color #91996d
CMYK Percentages of Color #91996d
Complementary Color
#91996d | #756d99 |
#91996d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#91996d Color Preview on White Background
Lorem ipsum dolor sit amet.
#91996d Color CSS Codes
.mybgcolor {background-color:#91996d; } .myforecolor {color:#91996d; } .mybordercolor {border:3px solid #91996d; }
#91996d Text Font Color
<p style="color:#91996d">Text here</p>
This sample text font color is #91996d
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.
#91996d Background Color
<div style="background-color:#91996d">
Div content here</div>
This div background color is #91996d
#91996d Border Color
<div style="border:3px solid #91996d">
Div here</div>
This div border color is #91996d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(145,153,109, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #91996d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #91996d; -webkit-box-shadow: 1px 1px 3px 2px #91996d; box-shadow: 1px 1px 3px 2px #91996d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(145,153,109, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #91996d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #91996d; -webkit-box-shadow: 1px 1px 3px 2px #91996d; box-shadow: 1px 1px 3px 2px #91996d;">
Div content here</div>
This div box has shadow with color #91996d
Comments
No comments written yet.
Please login to write comment.