color details

Color Details
#666516 Color Hex

#666516 color RGB value is (6, 102, 81).
#666516 hex color red value is 6, green value is 102, and blue value is 81.
Cylindrical-coordinate representations (HSL) of color #666516 hue: 166.88, saturation: 0.89 and lightness: 0.21.

The process color (four-color CMYK) of #666516 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #666516 is #ff9999. Color #666516 contains mainly RED.

Color Spaces
Color spaces of #666516Value
RGB102, 101, 22
HSL0.16, 0.65, 0.24
HSV59°, 78°, 40°
XYZ10.28, 12.19, 2.57
Base Numbers
Base Red Green Blue
Binary 1100110 1100101 10110
Octal 146 145 26
Decimal 102 101 22
Hex 66 65 16

RGB Percentages for Color #666516

45.33%
44.89%
9.78%

CMYK Percentages of the Color #666516

0.98%
78.43%
60%
CSS Codes for Color #666516
.mybgColor {background-color: #666516;}
.myforeColor {color: #666516;}
.myborderColor {border:3px solid #666516;}
Text Font Color #666516

<p style="color:#666516">Text here</p>

This sample text is styled with the font color #666516. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,

Background Color #666516

<div style="background-color:#666516">Div content here</div>

The background color of this div is #666516
Border Color #666516

<div style="border:3px solid #666516">Div here</div>

The border color of this div is #666516
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(102, 101, 22, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #666516;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #666516;
-webkit-box-shadow: 1px 1px 3px #666516;
box-shadow: 1px 1px 3px #666516;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(102, 101, 22, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #666516;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #666516; -webkit-box-shadow: 1px 1px 3px #666516; box-shadow: 1px 1px 3px #666516;">Div content here</div>

This div box has a shadow with a specified color. #666516

Scroll to Top