Shades of Willow Grove #646E5C
Tints of Willow Grove #646E5C
RGB
CMYK
RGB Variations
Color information
#646E5C (or 0x646E5C) is known color: Willow Grove. HEX triplet: 64, 6E and 5C. RGB value is (100,110,92). Sum of RGB (Red+Green+Blue) = 100+110+92=302 (40% of max value = 765). Red value is 100 (39.45% from 255 or 33.11% from 302); Green value is 110 (43.36% from 255 or 36.42% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 110 - color contains mainly: green. Hex color #646E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646E5C is #9B91A3. Grayscale: #696969. Windows color (decimal): -10195364 or 6057572. OLE color: 6057572.
HSL color Cylindrical-coordinate representation of color #646E5C: hue angle of 93.33º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #646E5C is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 110 | 92 | - |
| CMYK | 0.09 | 0 | 0.16 | 0.57 |
| HSL | 93.33º | 0.09% | 0.4% | - |
| HSV(B) | 93.33º | 0.16% | 0.43% | - |
| XYZ | 12.76 | 14.63 | 12.28 | - |
| YUV | 104.96 | 120.69 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 110 | 92 | 0.09 | 0 | 0.16 | 0.57 | 93.33 | 0.09 | 0.4 |
| Hex | 64 | 6E | 5C | 9 | 0 | 10 | 39 | 5D | 9 | 28 |
| Octal | 144 | 156 | 134 | 11 | 0 | 20 | 71 | 135 | 11 | 50 |
| Binary | 1100100 | 1101110 | 1011100 | 1001 | 0 | 10000 | 111001 | 1011101 | 1001 | 101000 |
Color Harmonies of #646E5C
Complementary color
Monochromatic Colors of #646E5C
Black with #646E5C
Text Example
Text Example
White with #646E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646E5C; }
p { color: rgb(100,110,92); }
H1.HeaderClassName
{
color: #646E5C;
}
.AnyTagClassName
{
color: #646E5C;
}
</style>
background-color css
<style>
a { background-color: #646E5C; }
a { background-color: rgb(100,110,92); }
div.DivClassName
{
background-color: #646E5C;
}
.BgClassName
{
background-color: #646E5C;
}
</style>
border-color css
<style>
span { border-color: #646E5C; }
span { border-color: rgb(100,110,92); }
td.TdClassName
{
border-color: #646E5C;
}
.TagClassName
{
border-color: #646E5C;
}
</style>