Shades of Willow Grove #686B61
Tints of Willow Grove #686B61
RGB
CMYK
RGB Variations
Color information
#686B61 (or 0x686B61) is known color: Willow Grove. HEX triplet: 68, 6B and 61. RGB value is (104,107,97). Sum of RGB (Red+Green+Blue) = 104+107+97=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 107 (42.19% from 255 or 34.74% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 107 - color contains mainly: green. Hex color #686B61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686B61 is #97949E. Grayscale: #696969. Windows color (decimal): -9933983 or 6384488. OLE color: 6384488.
HSL color Cylindrical-coordinate representation of color #686B61: hue angle of 78º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #686B61 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 107 | 97 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.58 |
| HSL | 78º | 0.05% | 0.4% | - |
| HSV(B) | 78º | 0.09% | 0.42% | - |
| XYZ | 13.12 | 14.32 | 13.38 | - |
| YUV | 104.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 107 | 97 | 0.03 | 0 | 0.09 | 0.58 | 78 | 0.05 | 0.4 |
| Hex | 68 | 6B | 61 | 3 | 0 | 9 | 3A | 4E | 5 | 28 |
| Octal | 150 | 153 | 141 | 3 | 0 | 11 | 72 | 116 | 5 | 50 |
| Binary | 1101000 | 1101011 | 1100001 | 11 | 0 | 1001 | 111010 | 1001110 | 101 | 101000 |
Color Harmonies of #686B61
Complementary color
Monochromatic Colors of #686B61
Black with #686B61
Text Example
Text Example
White with #686B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686B61; }
p { color: rgb(104,107,97); }
H1.HeaderClassName
{
color: #686B61;
}
.AnyTagClassName
{
color: #686B61;
}
</style>
background-color css
<style>
a { background-color: #686B61; }
a { background-color: rgb(104,107,97); }
div.DivClassName
{
background-color: #686B61;
}
.BgClassName
{
background-color: #686B61;
}
</style>
border-color css
<style>
span { border-color: #686B61; }
span { border-color: rgb(104,107,97); }
td.TdClassName
{
border-color: #686B61;
}
.TagClassName
{
border-color: #686B61;
}
</style>