Color spaces of #666043
RGB | 102 | 96 | 67 |
---|---|---|---|
HSL | 0.14 | 0.21 | 0.33 |
HSV | 50° | 34° | 40° |
CMYK | 0.00 | 0.06 | 0.34 0.60 |
XYZ | 10.6755 | 11.5958 | 6.9857 |
Yxy | 11.5958 | 0.3649 | 0.3963 |
Hunter Lab | 34.0526 | -3.6323 | 11.6738 |
CIE-Lab | 40.5664 | -2.5783 | 17.4625 |
#666043 color RGB value is (102,96,67).
#666043 hex color red value is 102, green value is 96 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #666043 hue: 0.14 , saturation: 0.21 and the lightness value of 666043 is 0.33.
The process color (four color CMYK) of #666043 color hex is 0.00, 0.06, 0.34, 0.60. Web safe color of #666043 is #666633. Color #666043 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 01100000 | 01000011 |
Octal | 146 | 140 | 103 |
Decimal | 102 | 96 | 67 |
Hex | 66 | 60 | 43 |
Shades of #666043
Tints of #666043
RGB Percentages of Color #666043
CMYK Percentages of Color #666043
Complementary Color
#666043 | #434966 |
#666043 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#666043 Color Preview on White Background
Lorem ipsum dolor sit amet.
#666043 Color CSS Codes
.mybgcolor {background-color:#666043; } .myforecolor {color:#666043; } .mybordercolor {border:3px solid #666043; }
#666043 Text Font Color
<p style="color:#666043">Text here</p>
This sample text font color is #666043
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.
#666043 Background Color
<div style="background-color:#666043">
Div content here</div>
This div background color is #666043
#666043 Border Color
<div style="border:3px solid #666043">
Div here</div>
This div border color is #666043
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,96,67, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #666043; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #666043; -webkit-box-shadow: 1px 1px 3px 2px #666043; box-shadow: 1px 1px 3px 2px #666043; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,96,67, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #666043">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #666043; -webkit-box-shadow: 1px 1px 3px 2px #666043; box-shadow: 1px 1px 3px 2px #666043;">
Div content here</div>
This div box has shadow with color #666043
Comments
No comments written yet.
Please login to write comment.