Shades of Willow Grove #646A5F
Tints of Willow Grove #646A5F
RGB
CMYK
RGB Variations
Color information
#646A5F (or 0x646A5F) is known color: Willow Grove. HEX triplet: 64, 6A and 5F. RGB value is (100,106,95). Sum of RGB (Red+Green+Blue) = 100+106+95=301 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.22% from 301); Green value is 106 (41.80% from 255 or 35.22% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 106 - color contains mainly: green. Hex color #646A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646A5F is #9B95A0. Grayscale: #666666. Windows color (decimal): -10196385 or 6253156. OLE color: 6253156.
HSL color Cylindrical-coordinate representation of color #646A5F: hue angle of 92.73º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #646A5F is Cyan = 0.06, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 106 | 95 | - |
| CMYK | 0.06 | 0 | 0.10 | 0.58 |
| HSL | 92.73º | 0.05% | 0.39% | - |
| HSV(B) | 92.73º | 0.1% | 0.42% | - |
| XYZ | 12.48 | 13.84 | 12.84 | - |
| YUV | 102.95 | 123.51 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 106 | 95 | 0.06 | 0 | 0.10 | 0.58 | 92.73 | 0.05 | 0.39 |
| Hex | 64 | 6A | 5F | 6 | 0 | A | 3A | 5D | 5 | 27 |
| Octal | 144 | 152 | 137 | 6 | 0 | 12 | 72 | 135 | 5 | 47 |
| Binary | 1100100 | 1101010 | 1011111 | 110 | 0 | 1010 | 111010 | 1011101 | 101 | 100111 |
Color Harmonies of #646A5F
Complementary color
Monochromatic Colors of #646A5F
Black with #646A5F
Text Example
Text Example
White with #646A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646A5F; }
p { color: rgb(100,106,95); }
H1.HeaderClassName
{
color: #646A5F;
}
.AnyTagClassName
{
color: #646A5F;
}
</style>
background-color css
<style>
a { background-color: #646A5F; }
a { background-color: rgb(100,106,95); }
div.DivClassName
{
background-color: #646A5F;
}
.BgClassName
{
background-color: #646A5F;
}
</style>
border-color css
<style>
span { border-color: #646A5F; }
span { border-color: rgb(100,106,95); }
td.TdClassName
{
border-color: #646A5F;
}
.TagClassName
{
border-color: #646A5F;
}
</style>