Shades of Willow Grove #646D56
Tints of Willow Grove #646D56
RGB
CMYK
RGB Variations
Color information
#646D56 (or 0x646D56) is known color: Willow Grove. HEX triplet: 64, 6D and 56. RGB value is (100,109,86). Sum of RGB (Red+Green+Blue) = 100+109+86=295 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.90% from 295); Green value is 109 (42.97% from 255 or 36.95% from 295); Blue value is 86 (33.98% from 255 or 29.15% from 295); Max value from RGB is 109 - color contains mainly: green. Hex color #646D56 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646D56 is #9B92A9. Grayscale: #676767. Windows color (decimal): -10195626 or 5664100. OLE color: 5664100.
HSL color Cylindrical-coordinate representation of color #646D56: hue angle of 83.48º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #646D56 is Cyan = 0.08, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 109 | 86 | - |
| CMYK | 0.08 | 0 | 0.21 | 0.57 |
| HSL | 83.48º | 0.12% | 0.38% | - |
| HSV(B) | 83.48º | 0.21% | 0.43% | - |
| XYZ | 12.4 | 14.32 | 10.91 | - |
| YUV | 103.69 | 118.02 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 109 | 86 | 0.08 | 0 | 0.21 | 0.57 | 83.48 | 0.12 | 0.38 |
| Hex | 64 | 6D | 56 | 8 | 0 | 15 | 39 | 53 | C | 26 |
| Octal | 144 | 155 | 126 | 10 | 0 | 25 | 71 | 123 | 14 | 46 |
| Binary | 1100100 | 1101101 | 1010110 | 1000 | 0 | 10101 | 111001 | 1010011 | 1100 | 100110 |
Color Harmonies of #646D56
Complementary color
Monochromatic Colors of #646D56
Black with #646D56
Text Example
Text Example
White with #646D56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646D56; }
p { color: rgb(100,109,86); }
H1.HeaderClassName
{
color: #646D56;
}
.AnyTagClassName
{
color: #646D56;
}
</style>
background-color css
<style>
a { background-color: #646D56; }
a { background-color: rgb(100,109,86); }
div.DivClassName
{
background-color: #646D56;
}
.BgClassName
{
background-color: #646D56;
}
</style>
border-color css
<style>
span { border-color: #646D56; }
span { border-color: rgb(100,109,86); }
td.TdClassName
{
border-color: #646D56;
}
.TagClassName
{
border-color: #646D56;
}
</style>