Shades of Willow Grove #686B64
Tints of Willow Grove #686B64
RGB
CMYK
RGB Variations
Color information
#686B64 (or 0x686B64) is known color: Willow Grove. HEX triplet: 68, 6B and 64. RGB value is (104,107,100). Sum of RGB (Red+Green+Blue) = 104+107+100=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 107 (42.19% from 255 or 34.41% from 311); Blue value is 100 (39.45% from 255 or 32.15% from 311); Max value from RGB is 107 - color contains mainly: green. Hex color #686B64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686B64 is #97949B. Grayscale: #696969. Windows color (decimal): -9933980 or 6581096. OLE color: 6581096.
HSL color Cylindrical-coordinate representation of color #686B64: hue angle of 85.71º degrees, saturation: 0.03, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #686B64 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 107 | 100 | - |
| CMYK | 0.03 | 0 | 0.07 | 0.58 |
| HSL | 85.71º | 0.03% | 0.41% | - |
| HSV(B) | 85.71º | 0.07% | 0.42% | - |
| XYZ | 13.27 | 14.38 | 14.13 | - |
| YUV | 105.31 | 125.01 | 127.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 107 | 100 | 0.03 | 0 | 0.07 | 0.58 | 85.71 | 0.03 | 0.41 |
| Hex | 68 | 6B | 64 | 3 | 0 | 7 | 3A | 56 | 3 | 29 |
| Octal | 150 | 153 | 144 | 3 | 0 | 7 | 72 | 126 | 3 | 51 |
| Binary | 1101000 | 1101011 | 1100100 | 11 | 0 | 111 | 111010 | 1010110 | 11 | 101001 |
Color Harmonies of #686B64
Complementary color
Monochromatic Colors of #686B64
Black with #686B64
Text Example
Text Example
White with #686B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686B64; }
p { color: rgb(104,107,100); }
H1.HeaderClassName
{
color: #686B64;
}
.AnyTagClassName
{
color: #686B64;
}
</style>
background-color css
<style>
a { background-color: #686B64; }
a { background-color: rgb(104,107,100); }
div.DivClassName
{
background-color: #686B64;
}
.BgClassName
{
background-color: #686B64;
}
</style>
border-color css
<style>
span { border-color: #686B64; }
span { border-color: rgb(104,107,100); }
td.TdClassName
{
border-color: #686B64;
}
.TagClassName
{
border-color: #686B64;
}
</style>