Shades of Willow Grove #666F54
Tints of Willow Grove #666F54
RGB
CMYK
RGB Variations
Color information
#666F54 (or 0x666F54) is known color: Willow Grove. HEX triplet: 66, 6F and 54. RGB value is (102,111,84). Sum of RGB (Red+Green+Blue) = 102+111+84=297 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.34% from 297); Green value is 111 (43.75% from 255 or 37.37% from 297); Blue value is 84 (33.20% from 255 or 28.28% from 297); Max value from RGB is 111 - color contains mainly: green. Hex color #666F54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666F54 is #9990AB. Grayscale: #696969. Windows color (decimal): -10064044 or 5533542. OLE color: 5533542.
HSL color Cylindrical-coordinate representation of color #666F54: hue angle of 80º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #666F54 is Cyan = 0.08, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 111 | 84 | - |
| CMYK | 0.08 | 0 | 0.24 | 0.56 |
| HSL | 80º | 0.14% | 0.38% | - |
| HSV(B) | 80º | 0.24% | 0.44% | - |
| XYZ | 12.76 | 14.83 | 10.58 | - |
| YUV | 105.23 | 116.02 | 125.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 84 | 0.08 | 0 | 0.24 | 0.56 | 80 | 0.14 | 0.38 |
| Hex | 66 | 6F | 54 | 8 | 0 | 18 | 38 | 50 | E | 26 |
| Octal | 146 | 157 | 124 | 10 | 0 | 30 | 70 | 120 | 16 | 46 |
| Binary | 1100110 | 1101111 | 1010100 | 1000 | 0 | 11000 | 111000 | 1010000 | 1110 | 100110 |
Color Harmonies of #666F54
Complementary color
Monochromatic Colors of #666F54
Black with #666F54
Text Example
Text Example
White with #666F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666F54; }
p { color: rgb(102,111,84); }
H1.HeaderClassName
{
color: #666F54;
}
.AnyTagClassName
{
color: #666F54;
}
</style>
background-color css
<style>
a { background-color: #666F54; }
a { background-color: rgb(102,111,84); }
div.DivClassName
{
background-color: #666F54;
}
.BgClassName
{
background-color: #666F54;
}
</style>
border-color css
<style>
span { border-color: #666F54; }
span { border-color: rgb(102,111,84); }
td.TdClassName
{
border-color: #666F54;
}
.TagClassName
{
border-color: #666F54;
}
</style>