Shades of Willow Grove #626B53
Tints of Willow Grove #626B53
RGB
CMYK
RGB Variations
Color information
#626B53 (or 0x626B53) is known color: Willow Grove. HEX triplet: 62, 6B and 53. RGB value is (98,107,83). Sum of RGB (Red+Green+Blue) = 98+107+83=288 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.03% from 288); Green value is 107 (42.19% from 255 or 37.15% from 288); Blue value is 83 (32.81% from 255 or 28.82% from 288); Max value from RGB is 107 - color contains mainly: green. Hex color #626B53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626B53 is #9D94AC. Grayscale: #656565. Windows color (decimal): -10327213 or 5466978. OLE color: 5466978.
HSL color Cylindrical-coordinate representation of color #626B53: hue angle of 82.5º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #626B53 is Cyan = 0.08, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 107 | 83 | - |
| CMYK | 0.08 | 0 | 0.22 | 0.58 |
| HSL | 82.5º | 0.13% | 0.37% | - |
| HSV(B) | 82.5º | 0.22% | 0.42% | - |
| XYZ | 11.86 | 13.74 | 10.21 | - |
| YUV | 101.57 | 117.52 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 107 | 83 | 0.08 | 0 | 0.22 | 0.58 | 82.5 | 0.13 | 0.37 |
| Hex | 62 | 6B | 53 | 8 | 0 | 16 | 3A | 52 | D | 25 |
| Octal | 142 | 153 | 123 | 10 | 0 | 26 | 72 | 122 | 15 | 45 |
| Binary | 1100010 | 1101011 | 1010011 | 1000 | 0 | 10110 | 111010 | 1010010 | 1101 | 100101 |
Color Harmonies of #626B53
Complementary color
Monochromatic Colors of #626B53
Black with #626B53
Text Example
Text Example
White with #626B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626B53; }
p { color: rgb(98,107,83); }
H1.HeaderClassName
{
color: #626B53;
}
.AnyTagClassName
{
color: #626B53;
}
</style>
background-color css
<style>
a { background-color: #626B53; }
a { background-color: rgb(98,107,83); }
div.DivClassName
{
background-color: #626B53;
}
.BgClassName
{
background-color: #626B53;
}
</style>
border-color css
<style>
span { border-color: #626B53; }
span { border-color: rgb(98,107,83); }
td.TdClassName
{
border-color: #626B53;
}
.TagClassName
{
border-color: #626B53;
}
</style>