Color spaces of #96741e
RGB | 150 | 116 | 30 |
---|---|---|---|
HSL | 0.12 | 0.67 | 0.35 |
HSV | 43° | 80° | 59° |
CMYK | 0.00 | 0.23 | 0.80 0.41 |
XYZ | 19.0574 | 19.0686 | 3.9045 |
Yxy | 19.0686 | 0.4534 | 0.4537 |
Hunter Lab | 43.6676 | 1.4826 | 25.2660 |
CIE-Lab | 50.7674 | 4.8573 | 49.1636 |
#96741e color RGB value is (150,116,30).
#96741e hex color red value is 150, green value is 116 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #96741e hue: 0.12 , saturation: 0.67 and the lightness value of 96741e is 0.35.
The process color (four color CMYK) of #96741e color hex is 0.00, 0.23, 0.80, 0.41. Web safe color of #96741e is #996633. Color #96741e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10010110 | 01110100 | 00011110 |
Octal | 226 | 164 | 36 |
Decimal | 150 | 116 | 30 |
Hex | 96 | 74 | 1E |
Shades of #96741e
Tints of #96741e
RGB Percentages of Color #96741e
CMYK Percentages of Color #96741e
Complementary Color
#96741e | #1e4096 |
#96741e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#96741e Color Preview on White Background
Lorem ipsum dolor sit amet.
#96741e Color CSS Codes
.mybgcolor {background-color:#96741e; } .myforecolor {color:#96741e; } .mybordercolor {border:3px solid #96741e; }
#96741e Text Font Color
<p style="color:#96741e">Text here</p>
This sample text font color is #96741e
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.
#96741e Background Color
<div style="background-color:#96741e">
Div content here</div>
This div background color is #96741e
#96741e Border Color
<div style="border:3px solid #96741e">
Div here</div>
This div border color is #96741e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(150,116,30, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #96741e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #96741e; -webkit-box-shadow: 1px 1px 3px 2px #96741e; box-shadow: 1px 1px 3px 2px #96741e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(150,116,30, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #96741e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #96741e; -webkit-box-shadow: 1px 1px 3px 2px #96741e; box-shadow: 1px 1px 3px 2px #96741e;">
Div content here</div>
This div box has shadow with color #96741e
Comments
No comments written yet.
Please login to write comment.