Shades of Willow Grove #606C51
Tints of Willow Grove #606C51
RGB
CMYK
RGB Variations
Color information
#606C51 (or 0x606C51) is known color: Willow Grove. HEX triplet: 60, 6C and 51. RGB value is (96,108,81). Sum of RGB (Red+Green+Blue) = 96+108+81=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 108 (42.58% from 255 or 37.89% from 285); Blue value is 81 (32.03% from 255 or 28.42% from 285); Max value from RGB is 108 - color contains mainly: green. Hex color #606C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606C51 is #9F93AE. Grayscale: #656565. Windows color (decimal): -10458031 or 5336160. OLE color: 5336160.
HSL color Cylindrical-coordinate representation of color #606C51: hue angle of 86.67º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #606C51 is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 108 | 81 | - |
| CMYK | 0.11 | 0 | 0.25 | 0.58 |
| HSL | 86.67º | 0.14% | 0.37% | - |
| HSV(B) | 86.67º | 0.25% | 0.42% | - |
| XYZ | 11.67 | 13.81 | 9.83 | - |
| YUV | 101.33 | 116.52 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 108 | 81 | 0.11 | 0 | 0.25 | 0.58 | 86.67 | 0.14 | 0.37 |
| Hex | 60 | 6C | 51 | B | 0 | 19 | 3A | 57 | E | 25 |
| Octal | 140 | 154 | 121 | 13 | 0 | 31 | 72 | 127 | 16 | 45 |
| Binary | 1100000 | 1101100 | 1010001 | 1011 | 0 | 11001 | 111010 | 1010111 | 1110 | 100101 |
Color Harmonies of #606C51
Complementary color
Monochromatic Colors of #606C51
Black with #606C51
Text Example
Text Example
White with #606C51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606C51; }
p { color: rgb(96,108,81); }
H1.HeaderClassName
{
color: #606C51;
}
.AnyTagClassName
{
color: #606C51;
}
</style>
background-color css
<style>
a { background-color: #606C51; }
a { background-color: rgb(96,108,81); }
div.DivClassName
{
background-color: #606C51;
}
.BgClassName
{
background-color: #606C51;
}
</style>
border-color css
<style>
span { border-color: #606C51; }
span { border-color: rgb(96,108,81); }
td.TdClassName
{
border-color: #606C51;
}
.TagClassName
{
border-color: #606C51;
}
</style>