Shades of Woodland #626C49
Tints of Woodland #626C49
RGB
CMYK
RGB Variations
Color information
#626C49 (or 0x626C49) is known color: Woodland. HEX triplet: 62, 6C and 49. RGB value is (98,108,73). Sum of RGB (Red+Green+Blue) = 98+108+73=279 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.13% from 279); Green value is 108 (42.58% from 255 or 38.71% from 279); Blue value is 73 (28.91% from 255 or 26.16% from 279); Max value from RGB is 108 - color contains mainly: green. Hex color #626C49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626C49 is #9D93B6. Grayscale: #656565. Windows color (decimal): -10326967 or 4811874. OLE color: 4811874.
HSL color Cylindrical-coordinate representation of color #626C49: hue angle of 77.14º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #626C49 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 108 | 73 | - |
| CMYK | 0.09 | 0 | 0.32 | 0.58 |
| HSL | 77.14º | 0.19% | 0.35% | - |
| HSV(B) | 77.14º | 0.32% | 0.42% | - |
| XYZ | 11.6 | 13.8 | 8.36 | - |
| YUV | 101.02 | 112.19 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 108 | 73 | 0.09 | 0 | 0.32 | 0.58 | 77.14 | 0.19 | 0.35 |
| Hex | 62 | 6C | 49 | 9 | 0 | 20 | 3A | 4D | 13 | 23 |
| Octal | 142 | 154 | 111 | 11 | 0 | 40 | 72 | 115 | 23 | 43 |
| Binary | 1100010 | 1101100 | 1001001 | 1001 | 0 | 100000 | 111010 | 1001101 | 10011 | 100011 |
Color Harmonies of #626C49
Complementary color
Monochromatic Colors of #626C49
Black with #626C49
Text Example
Text Example
White with #626C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626C49; }
p { color: rgb(98,108,73); }
H1.HeaderClassName
{
color: #626C49;
}
.AnyTagClassName
{
color: #626C49;
}
</style>
background-color css
<style>
a { background-color: #626C49; }
a { background-color: rgb(98,108,73); }
div.DivClassName
{
background-color: #626C49;
}
.BgClassName
{
background-color: #626C49;
}
</style>
border-color css
<style>
span { border-color: #626C49; }
span { border-color: rgb(98,108,73); }
td.TdClassName
{
border-color: #626C49;
}
.TagClassName
{
border-color: #626C49;
}
</style>