Shades of Willow Grove #666E5C
Tints of Willow Grove #666E5C
RGB
CMYK
RGB Variations
Color information
#666E5C (or 0x666E5C) is known color: Willow Grove. HEX triplet: 66, 6E and 5C. RGB value is (102,110,92). Sum of RGB (Red+Green+Blue) = 102+110+92=304 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.55% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 92 (36.33% from 255 or 30.26% from 304); Max value from RGB is 110 - color contains mainly: green. Hex color #666E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666E5C is #9991A3. Grayscale: #696969. Windows color (decimal): -10064292 or 6057574. OLE color: 6057574.
HSL color Cylindrical-coordinate representation of color #666E5C: hue angle of 86.67º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #666E5C is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 110 | 92 | - |
| CMYK | 0.07 | 0 | 0.16 | 0.57 |
| HSL | 86.67º | 0.09% | 0.4% | - |
| HSV(B) | 86.67º | 0.16% | 0.43% | - |
| XYZ | 12.99 | 14.75 | 12.29 | - |
| YUV | 105.56 | 120.35 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 110 | 92 | 0.07 | 0 | 0.16 | 0.57 | 86.67 | 0.09 | 0.4 |
| Hex | 66 | 6E | 5C | 7 | 0 | 10 | 39 | 57 | 9 | 28 |
| Octal | 146 | 156 | 134 | 7 | 0 | 20 | 71 | 127 | 11 | 50 |
| Binary | 1100110 | 1101110 | 1011100 | 111 | 0 | 10000 | 111001 | 1010111 | 1001 | 101000 |
Color Harmonies of #666E5C
Complementary color
Monochromatic Colors of #666E5C
Black with #666E5C
Text Example
Text Example
White with #666E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666E5C; }
p { color: rgb(102,110,92); }
H1.HeaderClassName
{
color: #666E5C;
}
.AnyTagClassName
{
color: #666E5C;
}
</style>
background-color css
<style>
a { background-color: #666E5C; }
a { background-color: rgb(102,110,92); }
div.DivClassName
{
background-color: #666E5C;
}
.BgClassName
{
background-color: #666E5C;
}
</style>
border-color css
<style>
span { border-color: #666E5C; }
span { border-color: rgb(102,110,92); }
td.TdClassName
{
border-color: #666E5C;
}
.TagClassName
{
border-color: #666E5C;
}
</style>