Color spaces of #89664d
RGB | 137 | 102 | 77 |
---|---|---|---|
HSL | 0.07 | 0.28 | 0.42 |
HSV | 25° | 44° | 54° |
CMYK | 0.00 | 0.26 | 0.44 0.46 |
XYZ | 16.4075 | 15.3569 | 9.1206 |
Yxy | 15.3569 | 0.4013 | 0.3756 |
Hunter Lab | 39.1879 | 6.1570 | 13.6323 |
CIE-Lab | 46.1192 | 10.6462 | 19.5934 |
#89664d color RGB value is (137,102,77).
#89664d hex color red value is 137, green value is 102 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #89664d hue: 0.07 , saturation: 0.28 and the lightness value of 89664d is 0.42.
The process color (four color CMYK) of #89664d color hex is 0.00, 0.26, 0.44, 0.46. Web safe color of #89664d is #996666. Color #89664d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 01100110 | 01001101 |
Octal | 211 | 146 | 115 |
Decimal | 137 | 102 | 77 |
Hex | 89 | 66 | 4D |
Shades of #89664d
Tints of #89664d
RGB Percentages of Color #89664d
CMYK Percentages of Color #89664d
Complementary Color
#89664d | #4d7089 |
#89664d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#89664d Color Preview on White Background
Lorem ipsum dolor sit amet.
#89664d Color CSS Codes
.mybgcolor {background-color:#89664d; } .myforecolor {color:#89664d; } .mybordercolor {border:3px solid #89664d; }
#89664d Text Font Color
<p style="color:#89664d">Text here</p>
This sample text font color is #89664d
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.
#89664d Background Color
<div style="background-color:#89664d">
Div content here</div>
This div background color is #89664d
#89664d Border Color
<div style="border:3px solid #89664d">
Div here</div>
This div border color is #89664d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,102,77, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #89664d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #89664d; -webkit-box-shadow: 1px 1px 3px 2px #89664d; box-shadow: 1px 1px 3px 2px #89664d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,102,77, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #89664d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #89664d; -webkit-box-shadow: 1px 1px 3px 2px #89664d; box-shadow: 1px 1px 3px 2px #89664d;">
Div content here</div>
This div box has shadow with color #89664d
Comments
No comments written yet.
Please login to write comment.