Color spaces of #664915
RGB | 102 | 73 | 21 |
---|---|---|---|
HSL | 0.11 | 0.66 | 0.24 |
HSV | 39° | 79° | 40° |
CMYK | 0.00 | 0.28 | 0.79 0.60 |
XYZ | 7.9974 | 7.6440 | 1.7634 |
Yxy | 7.6440 | 0.4595 | 0.4392 |
Hunter Lab | 27.6478 | 3.2493 | 15.5719 |
CIE-Lab | 33.2302 | 6.8998 | 34.2785 |
#664915 color RGB value is (102,73,21).
#664915 hex color red value is 102, green value is 73 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #664915 hue: 0.11 , saturation: 0.66 and the lightness value of 664915 is 0.24.
The process color (four color CMYK) of #664915 color hex is 0.00, 0.28, 0.79, 0.60. Web safe color of #664915 is #663300. Color #664915 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 01001001 | 00010101 |
Octal | 146 | 111 | 25 |
Decimal | 102 | 73 | 21 |
Hex | 66 | 49 | 15 |
Shades of #664915
Tints of #664915
RGB Percentages of Color #664915
CMYK Percentages of Color #664915
Complementary Color
#664915 | #153266 |
#664915 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#664915 Color Preview on White Background
Lorem ipsum dolor sit amet.
#664915 Color CSS Codes
.mybgcolor {background-color:#664915; } .myforecolor {color:#664915; } .mybordercolor {border:3px solid #664915; }
#664915 Text Font Color
<p style="color:#664915">Text here</p>
This sample text font color is #664915
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.
#664915 Background Color
<div style="background-color:#664915">
Div content here</div>
This div background color is #664915
#664915 Border Color
<div style="border:3px solid #664915">
Div here</div>
This div border color is #664915
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,73,21, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #664915; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #664915; -webkit-box-shadow: 1px 1px 3px 2px #664915; box-shadow: 1px 1px 3px 2px #664915; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,73,21, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #664915">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #664915; -webkit-box-shadow: 1px 1px 3px 2px #664915; box-shadow: 1px 1px 3px 2px #664915;">
Div content here</div>
This div box has shadow with color #664915
Comments
No comments written yet.
Please login to write comment.