Color spaces of #896653
RGB | 137 | 102 | 83 |
---|---|---|---|
HSL | 0.06 | 0.25 | 0.43 |
HSV | 21° | 39° | 54° |
CMYK | 0.00 | 0.26 | 0.39 0.46 |
XYZ | 16.6292 | 15.4456 | 10.2885 |
Yxy | 15.4456 | 0.3925 | 0.3646 |
Hunter Lab | 39.3009 | 6.7513 | 11.9892 |
CIE-Lab | 46.2386 | 11.3800 | 16.2130 |
#896653 color RGB value is (137,102,83).
#896653 hex color red value is 137, green value is 102 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #896653 hue: 0.06 , saturation: 0.25 and the lightness value of 896653 is 0.43.
The process color (four color CMYK) of #896653 color hex is 0.00, 0.26, 0.39, 0.46. Web safe color of #896653 is #996666. Color #896653 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 01100110 | 01010011 |
Octal | 211 | 146 | 123 |
Decimal | 137 | 102 | 83 |
Hex | 89 | 66 | 53 |
Shades of #896653
Tints of #896653
RGB Percentages of Color #896653
CMYK Percentages of Color #896653
Complementary Color
#896653 | #537689 |
#896653 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#896653 Color Preview on White Background
Lorem ipsum dolor sit amet.
#896653 Color CSS Codes
.mybgcolor {background-color:#896653; } .myforecolor {color:#896653; } .mybordercolor {border:3px solid #896653; }
#896653 Text Font Color
<p style="color:#896653">Text here</p>
This sample text font color is #896653
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.
#896653 Background Color
<div style="background-color:#896653">
Div content here</div>
This div background color is #896653
#896653 Border Color
<div style="border:3px solid #896653">
Div here</div>
This div border color is #896653
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,102,83, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #896653; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #896653; -webkit-box-shadow: 1px 1px 3px 2px #896653; box-shadow: 1px 1px 3px 2px #896653; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,102,83, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #896653">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #896653; -webkit-box-shadow: 1px 1px 3px 2px #896653; box-shadow: 1px 1px 3px 2px #896653;">
Div content here</div>
This div box has shadow with color #896653
Comments
No comments written yet.
Please login to write comment.