Shades of Willow Grove #6A6D65
Tints of Willow Grove #6A6D65
RGB
CMYK
RGB Variations
Color information
#6A6D65 (or 0x6A6D65) is known color: Willow Grove. HEX triplet: 6A, 6D and 65. RGB value is (106,109,101). Sum of RGB (Red+Green+Blue) = 106+109+101=316 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.54% from 316); Green value is 109 (42.97% from 255 or 34.49% from 316); Blue value is 101 (39.84% from 255 or 31.96% from 316); Max value from RGB is 109 - color contains mainly: green. Hex color #6A6D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6D65 is #95929A. Grayscale: #6B6B6B. Windows color (decimal): -9802395 or 6647146. OLE color: 6647146.
HSL color Cylindrical-coordinate representation of color #6A6D65: hue angle of 82.5º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6A6D65 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 106 | 109 | 101 | - |
| CMYK | 0.03 | 0 | 0.07 | 0.57 |
| HSL | 82.5º | 0.04% | 0.41% | - |
| HSV(B) | 82.5º | 0.07% | 0.43% | - |
| XYZ | 13.76 | 14.94 | 14.47 | - |
| YUV | 107.19 | 124.51 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 109 | 101 | 0.03 | 0 | 0.07 | 0.57 | 82.5 | 0.04 | 0.41 |
| Hex | 6A | 6D | 65 | 3 | 0 | 7 | 39 | 52 | 4 | 29 |
| Octal | 152 | 155 | 145 | 3 | 0 | 7 | 71 | 122 | 4 | 51 |
| Binary | 1101010 | 1101101 | 1100101 | 11 | 0 | 111 | 111001 | 1010010 | 100 | 101001 |
Color Harmonies of #6A6D65
Complementary color
Monochromatic Colors of #6A6D65
Black with #6A6D65
Text Example
Text Example
White with #6A6D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6D65; }
p { color: rgb(106,109,101); }
H1.HeaderClassName
{
color: #6A6D65;
}
.AnyTagClassName
{
color: #6A6D65;
}
</style>
background-color css
<style>
a { background-color: #6A6D65; }
a { background-color: rgb(106,109,101); }
div.DivClassName
{
background-color: #6A6D65;
}
.BgClassName
{
background-color: #6A6D65;
}
</style>
border-color css
<style>
span { border-color: #6A6D65; }
span { border-color: rgb(106,109,101); }
td.TdClassName
{
border-color: #6A6D65;
}
.TagClassName
{
border-color: #6A6D65;
}
</style>