Shades of Willow Grove #606959
Tints of Willow Grove #606959
RGB
CMYK
RGB Variations
Color information
#606959 (or 0x606959) is known color: Willow Grove. HEX triplet: 60, 69 and 59. RGB value is (96,105,89). Sum of RGB (Red+Green+Blue) = 96+105+89=290 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.10% from 290); Green value is 105 (41.41% from 255 or 36.21% from 290); Blue value is 89 (35.16% from 255 or 30.69% from 290); Max value from RGB is 105 - color contains mainly: green. Hex color #606959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606959 is #9F96A6. Grayscale: #646464. Windows color (decimal): -10458791 or 5859680. OLE color: 5859680.
HSL color Cylindrical-coordinate representation of color #606959: hue angle of 93.75º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #606959 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 96 | 105 | 89 | - |
| CMYK | 0.09 | 0 | 0.15 | 0.59 |
| HSL | 93.75º | 0.08% | 0.38% | - |
| HSV(B) | 93.75º | 0.15% | 0.41% | - |
| XYZ | 11.68 | 13.31 | 11.4 | - |
| YUV | 100.49 | 121.52 | 124.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 105 | 89 | 0.09 | 0 | 0.15 | 0.59 | 93.75 | 0.08 | 0.38 |
| Hex | 60 | 69 | 59 | 9 | 0 | F | 3B | 5E | 8 | 26 |
| Octal | 140 | 151 | 131 | 11 | 0 | 17 | 73 | 136 | 10 | 46 |
| Binary | 1100000 | 1101001 | 1011001 | 1001 | 0 | 1111 | 111011 | 1011110 | 1000 | 100110 |
Color Harmonies of #606959
Complementary color
Monochromatic Colors of #606959
Black with #606959
Text Example
Text Example
White with #606959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606959; }
p { color: rgb(96,105,89); }
H1.HeaderClassName
{
color: #606959;
}
.AnyTagClassName
{
color: #606959;
}
</style>
background-color css
<style>
a { background-color: #606959; }
a { background-color: rgb(96,105,89); }
div.DivClassName
{
background-color: #606959;
}
.BgClassName
{
background-color: #606959;
}
</style>
border-color css
<style>
span { border-color: #606959; }
span { border-color: rgb(96,105,89); }
td.TdClassName
{
border-color: #606959;
}
.TagClassName
{
border-color: #606959;
}
</style>