Shades of Willow Grove #666863
Tints of Willow Grove #666863
RGB
CMYK
RGB Variations
Color information
#666863 (or 0x666863) is known color: Willow Grove. HEX triplet: 66, 68 and 63. RGB value is (102,104,99). Sum of RGB (Red+Green+Blue) = 102+104+99=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 104 (41.02% from 255 or 34.10% from 305); Blue value is 99 (39.06% from 255 or 32.46% from 305); Max value from RGB is 104 - color contains mainly: green. Hex color #666863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666863 is #99979C. Grayscale: #666666. Windows color (decimal): -10065821 or 6514790. OLE color: 6514790.
HSL color Cylindrical-coordinate representation of color #666863: hue angle of 84º degrees, saturation: 0.02, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #666863 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 104 | 99 | - |
| CMYK | 0.02 | 0 | 0.05 | 0.59 |
| HSL | 84º | 0.02% | 0.4% | - |
| HSV(B) | 84º | 0.05% | 0.41% | - |
| XYZ | 12.68 | 13.63 | 13.77 | - |
| YUV | 102.83 | 125.84 | 127.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 104 | 99 | 0.02 | 0 | 0.05 | 0.59 | 84 | 0.02 | 0.4 |
| Hex | 66 | 68 | 63 | 2 | 0 | 5 | 3B | 54 | 2 | 28 |
| Octal | 146 | 150 | 143 | 2 | 0 | 5 | 73 | 124 | 2 | 50 |
| Binary | 1100110 | 1101000 | 1100011 | 10 | 0 | 101 | 111011 | 1010100 | 10 | 101000 |
Color Harmonies of #666863
Complementary color
Monochromatic Colors of #666863
Black with #666863
Text Example
Text Example
White with #666863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666863; }
p { color: rgb(102,104,99); }
H1.HeaderClassName
{
color: #666863;
}
.AnyTagClassName
{
color: #666863;
}
</style>
background-color css
<style>
a { background-color: #666863; }
a { background-color: rgb(102,104,99); }
div.DivClassName
{
background-color: #666863;
}
.BgClassName
{
background-color: #666863;
}
</style>
border-color css
<style>
span { border-color: #666863; }
span { border-color: rgb(102,104,99); }
td.TdClassName
{
border-color: #666863;
}
.TagClassName
{
border-color: #666863;
}
</style>