Shades of Willow Grove #656A5C
Tints of Willow Grove #656A5C
RGB
CMYK
RGB Variations
Color information
#656A5C (or 0x656A5C) is known color: Willow Grove. HEX triplet: 65, 6A and 5C. RGB value is (101,106,92). Sum of RGB (Red+Green+Blue) = 101+106+92=299 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.78% from 299); Green value is 106 (41.80% from 255 or 35.45% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 106 - color contains mainly: green. Hex color #656A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656A5C is #9A95A3. Grayscale: #666666. Windows color (decimal): -10130852 or 6056549. OLE color: 6056549.
HSL color Cylindrical-coordinate representation of color #656A5C: hue angle of 81.43º degrees, saturation: 0.07, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #656A5C is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 106 | 92 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.58 |
| HSL | 81.43º | 0.07% | 0.39% | - |
| HSV(B) | 81.43º | 0.13% | 0.42% | - |
| XYZ | 12.45 | 13.85 | 12.14 | - |
| YUV | 102.91 | 121.84 | 126.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 106 | 92 | 0.05 | 0 | 0.13 | 0.58 | 81.43 | 0.07 | 0.39 |
| Hex | 65 | 6A | 5C | 5 | 0 | D | 3A | 51 | 7 | 27 |
| Octal | 145 | 152 | 134 | 5 | 0 | 15 | 72 | 121 | 7 | 47 |
| Binary | 1100101 | 1101010 | 1011100 | 101 | 0 | 1101 | 111010 | 1010001 | 111 | 100111 |
Color Harmonies of #656A5C
Complementary color
Monochromatic Colors of #656A5C
Black with #656A5C
Text Example
Text Example
White with #656A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656A5C; }
p { color: rgb(101,106,92); }
H1.HeaderClassName
{
color: #656A5C;
}
.AnyTagClassName
{
color: #656A5C;
}
</style>
background-color css
<style>
a { background-color: #656A5C; }
a { background-color: rgb(101,106,92); }
div.DivClassName
{
background-color: #656A5C;
}
.BgClassName
{
background-color: #656A5C;
}
</style>
border-color css
<style>
span { border-color: #656A5C; }
span { border-color: rgb(101,106,92); }
td.TdClassName
{
border-color: #656A5C;
}
.TagClassName
{
border-color: #656A5C;
}
</style>