Shades of Willow Grove #6E7463
Tints of Willow Grove #6E7463
RGB
CMYK
RGB Variations
Color information
#6E7463 (or 0x6E7463) is known color: Willow Grove. HEX triplet: 6E, 74 and 63. RGB value is (110,116,99). Sum of RGB (Red+Green+Blue) = 110+116+99=325 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.85% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 116 - color contains mainly: green. Hex color #6E7463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7463 is #918B9C. Grayscale: #707070. Windows color (decimal): -9538461 or 6517870. OLE color: 6517870.
HSL color Cylindrical-coordinate representation of color #6E7463: hue angle of 81.18º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6E7463 is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 116 | 99 | - |
| CMYK | 0.05 | 0 | 0.15 | 0.55 |
| HSL | 81.18º | 0.08% | 0.42% | - |
| HSV(B) | 81.18º | 0.15% | 0.45% | - |
| XYZ | 14.93 | 16.71 | 14.24 | - |
| YUV | 112.27 | 120.51 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 116 | 99 | 0.05 | 0 | 0.15 | 0.55 | 81.18 | 0.08 | 0.42 |
| Hex | 6E | 74 | 63 | 5 | 0 | F | 37 | 51 | 8 | 2A |
| Octal | 156 | 164 | 143 | 5 | 0 | 17 | 67 | 121 | 10 | 52 |
| Binary | 1101110 | 1110100 | 1100011 | 101 | 0 | 1111 | 110111 | 1010001 | 1000 | 101010 |
Color Harmonies of #6E7463
Complementary color
Monochromatic Colors of #6E7463
Black with #6E7463
Text Example
Text Example
White with #6E7463
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7463; }
p { color: rgb(110,116,99); }
H1.HeaderClassName
{
color: #6E7463;
}
.AnyTagClassName
{
color: #6E7463;
}
</style>
background-color css
<style>
a { background-color: #6E7463; }
a { background-color: rgb(110,116,99); }
div.DivClassName
{
background-color: #6E7463;
}
.BgClassName
{
background-color: #6E7463;
}
</style>
border-color css
<style>
span { border-color: #6E7463; }
span { border-color: rgb(110,116,99); }
td.TdClassName
{
border-color: #6E7463;
}
.TagClassName
{
border-color: #6E7463;
}
</style>