Shades of Willow Grove #6A6D63
Tints of Willow Grove #6A6D63
RGB
CMYK
RGB Variations
Color information
#6A6D63 (or 0x6A6D63) is known color: Willow Grove. HEX triplet: 6A, 6D and 63. RGB value is (106,109,99). Sum of RGB (Red+Green+Blue) = 106+109+99=314 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.76% from 314); Green value is 109 (42.97% from 255 or 34.71% from 314); Blue value is 99 (39.06% from 255 or 31.53% from 314); Max value from RGB is 109 - color contains mainly: green. Hex color #6A6D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6D63 is #95929C. Grayscale: #6B6B6B. Windows color (decimal): -9802397 or 6516074. OLE color: 6516074.
HSL color Cylindrical-coordinate representation of color #6A6D63: hue angle of 78º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6A6D63 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 106 | 109 | 99 | - |
| CMYK | 0.03 | 0 | 0.09 | 0.57 |
| HSL | 78º | 0.05% | 0.41% | - |
| HSV(B) | 78º | 0.09% | 0.43% | - |
| XYZ | 13.66 | 14.9 | 13.96 | - |
| YUV | 106.96 | 123.51 | 127.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 109 | 99 | 0.03 | 0 | 0.09 | 0.57 | 78 | 0.05 | 0.41 |
| Hex | 6A | 6D | 63 | 3 | 0 | 9 | 39 | 4E | 5 | 29 |
| Octal | 152 | 155 | 143 | 3 | 0 | 11 | 71 | 116 | 5 | 51 |
| Binary | 1101010 | 1101101 | 1100011 | 11 | 0 | 1001 | 111001 | 1001110 | 101 | 101001 |
Color Harmonies of #6A6D63
Complementary color
Monochromatic Colors of #6A6D63
Black with #6A6D63
Text Example
Text Example
White with #6A6D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6D63; }
p { color: rgb(106,109,99); }
H1.HeaderClassName
{
color: #6A6D63;
}
.AnyTagClassName
{
color: #6A6D63;
}
</style>
background-color css
<style>
a { background-color: #6A6D63; }
a { background-color: rgb(106,109,99); }
div.DivClassName
{
background-color: #6A6D63;
}
.BgClassName
{
background-color: #6A6D63;
}
</style>
border-color css
<style>
span { border-color: #6A6D63; }
span { border-color: rgb(106,109,99); }
td.TdClassName
{
border-color: #6A6D63;
}
.TagClassName
{
border-color: #6A6D63;
}
</style>