Shades of Willow Grove #686D63
Tints of Willow Grove #686D63
RGB
CMYK
RGB Variations
Color information
#686D63 (or 0x686D63) is known color: Willow Grove. HEX triplet: 68, 6D and 63. RGB value is (104,109,99). Sum of RGB (Red+Green+Blue) = 104+109+99=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 109 (42.97% from 255 or 34.94% from 312); Blue value is 99 (39.06% from 255 or 31.73% from 312); Max value from RGB is 109 - color contains mainly: green. Hex color #686D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686D63 is #97929C. Grayscale: #6A6A6A. Windows color (decimal): -9933469 or 6516072. OLE color: 6516072.
HSL color Cylindrical-coordinate representation of color #686D63: hue angle of 90º 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 #686D63 is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 109 | 99 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.57 |
| HSL | 90º | 0.05% | 0.41% | - |
| HSV(B) | 90º | 0.09% | 0.43% | - |
| XYZ | 13.43 | 14.78 | 13.95 | - |
| YUV | 106.37 | 123.84 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 99 | 0.05 | 0 | 0.09 | 0.57 | 90 | 0.05 | 0.41 |
| Hex | 68 | 6D | 63 | 5 | 0 | 9 | 39 | 5A | 5 | 29 |
| Octal | 150 | 155 | 143 | 5 | 0 | 11 | 71 | 132 | 5 | 51 |
| Binary | 1101000 | 1101101 | 1100011 | 101 | 0 | 1001 | 111001 | 1011010 | 101 | 101001 |
Color Harmonies of #686D63
Complementary color
Monochromatic Colors of #686D63
Black with #686D63
Text Example
Text Example
White with #686D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686D63; }
p { color: rgb(104,109,99); }
H1.HeaderClassName
{
color: #686D63;
}
.AnyTagClassName
{
color: #686D63;
}
</style>
background-color css
<style>
a { background-color: #686D63; }
a { background-color: rgb(104,109,99); }
div.DivClassName
{
background-color: #686D63;
}
.BgClassName
{
background-color: #686D63;
}
</style>
border-color css
<style>
span { border-color: #686D63; }
span { border-color: rgb(104,109,99); }
td.TdClassName
{
border-color: #686D63;
}
.TagClassName
{
border-color: #686D63;
}
</style>