Shades of Willow Grove #686E64
Tints of Willow Grove #686E64
RGB
CMYK
RGB Variations
Color information
#686E64 (or 0x686E64) is known color: Willow Grove. HEX triplet: 68, 6E and 64. RGB value is (104,110,100). Sum of RGB (Red+Green+Blue) = 104+110+100=314 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.12% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 100 (39.45% from 255 or 31.85% from 314); Max value from RGB is 110 - color contains mainly: green. Hex color #686E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686E64 is #97919B. Grayscale: #6B6B6B. Windows color (decimal): -9933212 or 6581864. OLE color: 6581864.
HSL color Cylindrical-coordinate representation of color #686E64: hue angle of 96º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #686E64 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 110 | 100 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.57 |
| HSL | 96º | 0.05% | 0.41% | - |
| HSV(B) | 96º | 0.09% | 0.43% | - |
| XYZ | 13.59 | 15.02 | 14.24 | - |
| YUV | 107.07 | 124.01 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 110 | 100 | 0.05 | 0 | 0.09 | 0.57 | 96 | 0.05 | 0.41 |
| Hex | 68 | 6E | 64 | 5 | 0 | 9 | 39 | 60 | 5 | 29 |
| Octal | 150 | 156 | 144 | 5 | 0 | 11 | 71 | 140 | 5 | 51 |
| Binary | 1101000 | 1101110 | 1100100 | 101 | 0 | 1001 | 111001 | 1100000 | 101 | 101001 |
Color Harmonies of #686E64
Complementary color
Monochromatic Colors of #686E64
Black with #686E64
Text Example
Text Example
White with #686E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686E64; }
p { color: rgb(104,110,100); }
H1.HeaderClassName
{
color: #686E64;
}
.AnyTagClassName
{
color: #686E64;
}
</style>
background-color css
<style>
a { background-color: #686E64; }
a { background-color: rgb(104,110,100); }
div.DivClassName
{
background-color: #686E64;
}
.BgClassName
{
background-color: #686E64;
}
</style>
border-color css
<style>
span { border-color: #686E64; }
span { border-color: rgb(104,110,100); }
td.TdClassName
{
border-color: #686E64;
}
.TagClassName
{
border-color: #686E64;
}
</style>