Shades of Willow Grove #6C7464
Tints of Willow Grove #6C7464
RGB
CMYK
RGB Variations
Color information
#6C7464 (or 0x6C7464) is known color: Willow Grove. HEX triplet: 6C, 74 and 64. RGB value is (108,116,100). Sum of RGB (Red+Green+Blue) = 108+116+100=324 (42% of max value = 765). Red value is 108 (42.58% from 255 or 33.33% from 324); Green value is 116 (45.70% from 255 or 35.80% from 324); Blue value is 100 (39.45% from 255 or 30.86% from 324); Max value from RGB is 116 - color contains mainly: green. Hex color #6C7464 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C7464 is #938B9B. Grayscale: #6F6F6F. Windows color (decimal): -9669532 or 6583404. OLE color: 6583404.
HSL color Cylindrical-coordinate representation of color #6C7464: hue angle of 90º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6C7464 is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 116 | 100 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.55 |
| HSL | 90º | 0.07% | 0.42% | - |
| HSV(B) | 90º | 0.14% | 0.45% | - |
| XYZ | 14.73 | 16.6 | 14.48 | - |
| YUV | 111.78 | 121.35 | 125.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 116 | 100 | 0.07 | 0 | 0.14 | 0.55 | 90 | 0.07 | 0.42 |
| Hex | 6C | 74 | 64 | 7 | 0 | E | 37 | 5A | 7 | 2A |
| Octal | 154 | 164 | 144 | 7 | 0 | 16 | 67 | 132 | 7 | 52 |
| Binary | 1101100 | 1110100 | 1100100 | 111 | 0 | 1110 | 110111 | 1011010 | 111 | 101010 |
Color Harmonies of #6C7464
Complementary color
Monochromatic Colors of #6C7464
Black with #6C7464
Text Example
Text Example
White with #6C7464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7464; }
p { color: rgb(108,116,100); }
H1.HeaderClassName
{
color: #6C7464;
}
.AnyTagClassName
{
color: #6C7464;
}
</style>
background-color css
<style>
a { background-color: #6C7464; }
a { background-color: rgb(108,116,100); }
div.DivClassName
{
background-color: #6C7464;
}
.BgClassName
{
background-color: #6C7464;
}
</style>
border-color css
<style>
span { border-color: #6C7464; }
span { border-color: rgb(108,116,100); }
td.TdClassName
{
border-color: #6C7464;
}
.TagClassName
{
border-color: #6C7464;
}
</style>