Shades of Willow Grove #686B62
Tints of Willow Grove #686B62
RGB
CMYK
RGB Variations
Color information
#686B62 (or 0x686B62) is known color: Willow Grove. HEX triplet: 68, 6B and 62. RGB value is (104,107,98). Sum of RGB (Red+Green+Blue) = 104+107+98=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 107 (42.19% from 255 or 34.63% from 309); Blue value is 98 (38.67% from 255 or 31.72% from 309); Max value from RGB is 107 - color contains mainly: green. Hex color #686B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686B62 is #97949D. Grayscale: #696969. Windows color (decimal): -9933982 or 6450024. OLE color: 6450024.
HSL color Cylindrical-coordinate representation of color #686B62: hue angle of 80º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #686B62 is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 107 | 98 | - |
| CMYK | 0.03 | 0 | 0.08 | 0.58 |
| HSL | 80º | 0.04% | 0.4% | - |
| HSV(B) | 80º | 0.08% | 0.42% | - |
| XYZ | 13.17 | 14.34 | 13.63 | - |
| YUV | 105.08 | 124.01 | 127.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 107 | 98 | 0.03 | 0 | 0.08 | 0.58 | 80 | 0.04 | 0.4 |
| Hex | 68 | 6B | 62 | 3 | 0 | 8 | 3A | 50 | 4 | 28 |
| Octal | 150 | 153 | 142 | 3 | 0 | 10 | 72 | 120 | 4 | 50 |
| Binary | 1101000 | 1101011 | 1100010 | 11 | 0 | 1000 | 111010 | 1010000 | 100 | 101000 |
Color Harmonies of #686B62
Complementary color
Monochromatic Colors of #686B62
Black with #686B62
Text Example
Text Example
White with #686B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686B62; }
p { color: rgb(104,107,98); }
H1.HeaderClassName
{
color: #686B62;
}
.AnyTagClassName
{
color: #686B62;
}
</style>
background-color css
<style>
a { background-color: #686B62; }
a { background-color: rgb(104,107,98); }
div.DivClassName
{
background-color: #686B62;
}
.BgClassName
{
background-color: #686B62;
}
</style>
border-color css
<style>
span { border-color: #686B62; }
span { border-color: rgb(104,107,98); }
td.TdClassName
{
border-color: #686B62;
}
.TagClassName
{
border-color: #686B62;
}
</style>