Shades of Willow Grove #62655F
Tints of Willow Grove #62655F
RGB
CMYK
RGB Variations
Color information
#62655F (or 0x62655F) is known color: Willow Grove. HEX triplet: 62, 65 and 5F. RGB value is (98,101,95). Sum of RGB (Red+Green+Blue) = 98+101+95=294 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.33% from 294); Green value is 101 (39.84% from 255 or 34.35% from 294); Blue value is 95 (37.5% from 255 or 32.31% from 294); Max value from RGB is 101 - color contains mainly: green. Hex color #62655F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62655F is #9D9AA0. Grayscale: #636363. Windows color (decimal): -10328737 or 6251874. OLE color: 6251874.
HSL color Cylindrical-coordinate representation of color #62655F: hue angle of 90º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #62655F is Cyan = 0.03, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 98 | 101 | 95 | - |
| CMYK | 0.03 | 0 | 0.06 | 0.60 |
| HSL | 90º | 0.03% | 0.38% | - |
| HSV(B) | 90º | 0.06% | 0.4% | - |
| XYZ | 11.76 | 12.73 | 12.66 | - |
| YUV | 99.42 | 125.51 | 126.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 101 | 95 | 0.03 | 0 | 0.06 | 0.60 | 90 | 0.03 | 0.38 |
| Hex | 62 | 65 | 5F | 3 | 0 | 6 | 3C | 5A | 3 | 26 |
| Octal | 142 | 145 | 137 | 3 | 0 | 6 | 74 | 132 | 3 | 46 |
| Binary | 1100010 | 1100101 | 1011111 | 11 | 0 | 110 | 111100 | 1011010 | 11 | 100110 |
Color Harmonies of #62655F
Complementary color
Monochromatic Colors of #62655F
Black with #62655F
Text Example
Text Example
White with #62655F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62655F; }
p { color: rgb(98,101,95); }
H1.HeaderClassName
{
color: #62655F;
}
.AnyTagClassName
{
color: #62655F;
}
</style>
background-color css
<style>
a { background-color: #62655F; }
a { background-color: rgb(98,101,95); }
div.DivClassName
{
background-color: #62655F;
}
.BgClassName
{
background-color: #62655F;
}
</style>
border-color css
<style>
span { border-color: #62655F; }
span { border-color: rgb(98,101,95); }
td.TdClassName
{
border-color: #62655F;
}
.TagClassName
{
border-color: #62655F;
}
</style>