Shades of Willow Grove #646D55
Tints of Willow Grove #646D55
RGB
CMYK
RGB Variations
Color information
#646D55 (or 0x646D55) is known color: Willow Grove. HEX triplet: 64, 6D and 55. RGB value is (100,109,85). Sum of RGB (Red+Green+Blue) = 100+109+85=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 109 (42.97% from 255 or 37.07% from 294); Blue value is 85 (33.59% from 255 or 28.91% from 294); Max value from RGB is 109 - color contains mainly: green. Hex color #646D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646D55 is #9B92AA. Grayscale: #676767. Windows color (decimal): -10195627 or 5598564. OLE color: 5598564.
HSL color Cylindrical-coordinate representation of color #646D55: hue angle of 82.5º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #646D55 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 109 | 85 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.57 |
| HSL | 82.5º | 0.12% | 0.38% | - |
| HSV(B) | 82.5º | 0.22% | 0.43% | - |
| XYZ | 12.36 | 14.3 | 10.7 | - |
| YUV | 103.57 | 117.52 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 109 | 85 | 0.08 | 0 | 0.22 | 0.57 | 82.5 | 0.12 | 0.38 |
| Hex | 64 | 6D | 55 | 8 | 0 | 16 | 39 | 52 | C | 26 |
| Octal | 144 | 155 | 125 | 10 | 0 | 26 | 71 | 122 | 14 | 46 |
| Binary | 1100100 | 1101101 | 1010101 | 1000 | 0 | 10110 | 111001 | 1010010 | 1100 | 100110 |
Color Harmonies of #646D55
Complementary color
Monochromatic Colors of #646D55
Black with #646D55
Text Example
Text Example
White with #646D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646D55; }
p { color: rgb(100,109,85); }
H1.HeaderClassName
{
color: #646D55;
}
.AnyTagClassName
{
color: #646D55;
}
</style>
background-color css
<style>
a { background-color: #646D55; }
a { background-color: rgb(100,109,85); }
div.DivClassName
{
background-color: #646D55;
}
.BgClassName
{
background-color: #646D55;
}
</style>
border-color css
<style>
span { border-color: #646D55; }
span { border-color: rgb(100,109,85); }
td.TdClassName
{
border-color: #646D55;
}
.TagClassName
{
border-color: #646D55;
}
</style>