Color spaces of #66554a
RGB | 102 | 85 | 74 |
---|---|---|---|
HSL | 0.07 | 0.16 | 0.35 |
HSV | 24° | 27° | 40° |
CMYK | 0.00 | 0.17 | 0.27 0.60 |
XYZ | 9.9640 | 9.8162 | 7.8481 |
Yxy | 9.8162 | 0.3606 | 0.3553 |
Hunter Lab | 31.3308 | 1.9386 | 7.0799 |
CIE-Lab | 37.5105 | 5.1103 | 9.0260 |
#66554a color RGB value is (102,85,74).
#66554a hex color red value is 102, green value is 85 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #66554a hue: 0.07 , saturation: 0.16 and the lightness value of 66554a is 0.35.
The process color (four color CMYK) of #66554a color hex is 0.00, 0.17, 0.27, 0.60. Web safe color of #66554a is #666633. Color #66554a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01100110 | 01010101 | 01001010 |
Octal | 146 | 125 | 112 |
Decimal | 102 | 85 | 74 |
Hex | 66 | 55 | 4A |
Shades of #66554a
Tints of #66554a
RGB Percentages of Color #66554a
CMYK Percentages of Color #66554a
Complementary Color
#66554a | #4a5b66 |
#66554a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#66554a Color Preview on White Background
Lorem ipsum dolor sit amet.
#66554a Color CSS Codes
.mybgcolor {background-color:#66554a; } .myforecolor {color:#66554a; } .mybordercolor {border:3px solid #66554a; }
#66554a Text Font Color
<p style="color:#66554a">Text here</p>
This sample text font color is #66554a
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.
#66554a Background Color
<div style="background-color:#66554a">
Div content here</div>
This div background color is #66554a
#66554a Border Color
<div style="border:3px solid #66554a">
Div here</div>
This div border color is #66554a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(102,85,74, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #66554a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #66554a; -webkit-box-shadow: 1px 1px 3px 2px #66554a; box-shadow: 1px 1px 3px 2px #66554a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(102,85,74, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #66554a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #66554a; -webkit-box-shadow: 1px 1px 3px 2px #66554a; box-shadow: 1px 1px 3px 2px #66554a;">
Div content here</div>
This div box has shadow with color #66554a
Comments
No comments written yet.
Please login to write comment.