Shades of Willow Grove #65695E
Tints of Willow Grove #65695E
RGB
CMYK
RGB Variations
Color information
#65695E (or 0x65695E) is known color: Willow Grove. HEX triplet: 65, 69 and 5E. RGB value is (101,105,94). Sum of RGB (Red+Green+Blue) = 101+105+94=300 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.67% from 300); Green value is 105 (41.41% from 255 or 35% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 105 - color contains mainly: green. Hex color #65695E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65695E is #9A96A1. Grayscale: #666666. Windows color (decimal): -10131106 or 6187365. OLE color: 6187365.
HSL color Cylindrical-coordinate representation of color #65695E: hue angle of 81.82º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #65695E is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 105 | 94 | - |
| CMYK | 0.04 | 0 | 0.10 | 0.59 |
| HSL | 81.82º | 0.06% | 0.39% | - |
| HSV(B) | 81.82º | 0.1% | 0.41% | - |
| XYZ | 12.44 | 13.68 | 12.57 | - |
| YUV | 102.55 | 123.17 | 126.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 105 | 94 | 0.04 | 0 | 0.10 | 0.59 | 81.82 | 0.06 | 0.39 |
| Hex | 65 | 69 | 5E | 4 | 0 | A | 3B | 52 | 6 | 27 |
| Octal | 145 | 151 | 136 | 4 | 0 | 12 | 73 | 122 | 6 | 47 |
| Binary | 1100101 | 1101001 | 1011110 | 100 | 0 | 1010 | 111011 | 1010010 | 110 | 100111 |
Color Harmonies of #65695E
Complementary color
Monochromatic Colors of #65695E
Black with #65695E
Text Example
Text Example
White with #65695E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65695E; }
p { color: rgb(101,105,94); }
H1.HeaderClassName
{
color: #65695E;
}
.AnyTagClassName
{
color: #65695E;
}
</style>
background-color css
<style>
a { background-color: #65695E; }
a { background-color: rgb(101,105,94); }
div.DivClassName
{
background-color: #65695E;
}
.BgClassName
{
background-color: #65695E;
}
</style>
border-color css
<style>
span { border-color: #65695E; }
span { border-color: rgb(101,105,94); }
td.TdClassName
{
border-color: #65695E;
}
.TagClassName
{
border-color: #65695E;
}
</style>