Shades of Willow Grove #606C54
Tints of Willow Grove #606C54
RGB
CMYK
RGB Variations
Color information
#606C54 (or 0x606C54) is known color: Willow Grove. HEX triplet: 60, 6C and 54. RGB value is (96,108,84). Sum of RGB (Red+Green+Blue) = 96+108+84=288 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.33% from 288); Green value is 108 (42.58% from 255 or 37.5% from 288); Blue value is 84 (33.20% from 255 or 29.17% from 288); Max value from RGB is 108 - color contains mainly: green. Hex color #606C54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606C54 is #9F93AB. Grayscale: #656565. Windows color (decimal): -10458028 or 5532768. OLE color: 5532768.
HSL color Cylindrical-coordinate representation of color #606C54: hue angle of 90º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #606C54 is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 108 | 84 | - |
| CMYK | 0.11 | 0 | 0.22 | 0.58 |
| HSL | 90º | 0.13% | 0.38% | - |
| HSV(B) | 90º | 0.22% | 0.42% | - |
| XYZ | 11.79 | 13.85 | 10.44 | - |
| YUV | 101.68 | 118.02 | 123.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 108 | 84 | 0.11 | 0 | 0.22 | 0.58 | 90 | 0.13 | 0.38 |
| Hex | 60 | 6C | 54 | B | 0 | 16 | 3A | 5A | C | 26 |
| Octal | 140 | 154 | 124 | 13 | 0 | 26 | 72 | 132 | 14 | 46 |
| Binary | 1100000 | 1101100 | 1010100 | 1011 | 0 | 10110 | 111010 | 1011010 | 1100 | 100110 |
Color Harmonies of #606C54
Complementary color
Monochromatic Colors of #606C54
Black with #606C54
Text Example
Text Example
White with #606C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606C54; }
p { color: rgb(96,108,84); }
H1.HeaderClassName
{
color: #606C54;
}
.AnyTagClassName
{
color: #606C54;
}
</style>
background-color css
<style>
a { background-color: #606C54; }
a { background-color: rgb(96,108,84); }
div.DivClassName
{
background-color: #606C54;
}
.BgClassName
{
background-color: #606C54;
}
</style>
border-color css
<style>
span { border-color: #606C54; }
span { border-color: rgb(96,108,84); }
td.TdClassName
{
border-color: #606C54;
}
.TagClassName
{
border-color: #606C54;
}
</style>