Shades of Willow Grove #647055
Tints of Willow Grove #647055
RGB
CMYK
RGB Variations
Color information
#647055 (or 0x647055) is known color: Willow Grove. HEX triplet: 64, 70 and 55. RGB value is (100,112,85). Sum of RGB (Red+Green+Blue) = 100+112+85=297 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.67% from 297); Green value is 112 (44.14% from 255 or 37.71% from 297); Blue value is 85 (33.59% from 255 or 28.62% from 297); Max value from RGB is 112 - color contains mainly: green. Hex color #647055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #647055 is #9B8FAA. Grayscale: #696969. Windows color (decimal): -10194859 or 5599332. OLE color: 5599332.
HSL color Cylindrical-coordinate representation of color #647055: hue angle of 86.67º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #647055 is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 100 | 112 | 85 | - |
| CMYK | 0.11 | 0 | 0.24 | 0.56 |
| HSL | 86.67º | 0.14% | 0.39% | - |
| HSV(B) | 86.67º | 0.24% | 0.44% | - |
| XYZ | 12.69 | 14.95 | 10.81 | - |
| YUV | 105.33 | 116.52 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 112 | 85 | 0.11 | 0 | 0.24 | 0.56 | 86.67 | 0.14 | 0.39 |
| Hex | 64 | 70 | 55 | B | 0 | 18 | 38 | 57 | E | 27 |
| Octal | 144 | 160 | 125 | 13 | 0 | 30 | 70 | 127 | 16 | 47 |
| Binary | 1100100 | 1110000 | 1010101 | 1011 | 0 | 11000 | 111000 | 1010111 | 1110 | 100111 |
Color Harmonies of #647055
Complementary color
Monochromatic Colors of #647055
Black with #647055
Text Example
Text Example
White with #647055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647055; }
p { color: rgb(100,112,85); }
H1.HeaderClassName
{
color: #647055;
}
.AnyTagClassName
{
color: #647055;
}
</style>
background-color css
<style>
a { background-color: #647055; }
a { background-color: rgb(100,112,85); }
div.DivClassName
{
background-color: #647055;
}
.BgClassName
{
background-color: #647055;
}
</style>
border-color css
<style>
span { border-color: #647055; }
span { border-color: rgb(100,112,85); }
td.TdClassName
{
border-color: #647055;
}
.TagClassName
{
border-color: #647055;
}
</style>