Color spaces of #90612b
RGB | 144 | 97 | 43 |
---|---|---|---|
HSL | 0.09 | 0.54 | 0.37 |
HSV | 32° | 70° | 56° |
CMYK | 0.00 | 0.33 | 0.70 0.44 |
XYZ | 16.2123 | 14.6531 | 4.2593 |
Yxy | 14.6531 | 0.4616 | 0.4172 |
Hunter Lab | 38.2794 | 8.6105 | 20.1984 |
CIE-Lab | 45.1554 | 13.6922 | 37.5476 |
#90612b color RGB value is (144,97,43).
#90612b hex color red value is 144, green value is 97 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #90612b hue: 0.09 , saturation: 0.54 and the lightness value of 90612b is 0.37.
The process color (four color CMYK) of #90612b color hex is 0.00, 0.33, 0.70, 0.44. Web safe color of #90612b is #996633. Color #90612b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010000 | 01100001 | 00101011 |
Octal | 220 | 141 | 53 |
Decimal | 144 | 97 | 43 |
Hex | 90 | 61 | 2B |
Shades of #90612b
Tints of #90612b
RGB Percentages of Color #90612b
CMYK Percentages of Color #90612b
Complementary Color
#90612b | #2b5a90 |
#90612b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#90612b Color Preview on White Background
Lorem ipsum dolor sit amet.
#90612b Color CSS Codes
.mybgcolor {background-color:#90612b; } .myforecolor {color:#90612b; } .mybordercolor {border:3px solid #90612b; }
#90612b Text Font Color
<p style="color:#90612b">Text here</p>
This sample text font color is #90612b
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.
#90612b Background Color
<div style="background-color:#90612b">
Div content here</div>
This div background color is #90612b
#90612b Border Color
<div style="border:3px solid #90612b">
Div here</div>
This div border color is #90612b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(144,97,43, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #90612b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #90612b; -webkit-box-shadow: 1px 1px 3px 2px #90612b; box-shadow: 1px 1px 3px 2px #90612b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(144,97,43, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #90612b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #90612b; -webkit-box-shadow: 1px 1px 3px 2px #90612b; box-shadow: 1px 1px 3px 2px #90612b;">
Div content here</div>
This div box has shadow with color #90612b
Comments
No comments written yet.
Please login to write comment.