Shades of Woodland #626B49
Tints of Woodland #626B49
RGB
CMYK
RGB Variations
Color information
#626B49 (or 0x626B49) is known color: Woodland. HEX triplet: 62, 6B and 49. RGB value is (98,107,73). Sum of RGB (Red+Green+Blue) = 98+107+73=278 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.25% from 278); Green value is 107 (42.19% from 255 or 38.49% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 107 - color contains mainly: green. Hex color #626B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626B49 is #9D94B6. Grayscale: #646464. Windows color (decimal): -10327223 or 4811618. OLE color: 4811618.
HSL color Cylindrical-coordinate representation of color #626B49: hue angle of 75.88º 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 #626B49 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 107 | 73 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.58 |
| HSL | 75.88º | 0.19% | 0.35% | - |
| HSV(B) | 75.88º | 0.32% | 0.42% | - |
| XYZ | 11.5 | 13.59 | 8.32 | - |
| YUV | 100.43 | 112.52 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 107 | 73 | 0.08 | 0 | 0.32 | 0.58 | 75.88 | 0.19 | 0.35 |
| Hex | 62 | 6B | 49 | 8 | 0 | 20 | 3A | 4C | 13 | 23 |
| Octal | 142 | 153 | 111 | 10 | 0 | 40 | 72 | 114 | 23 | 43 |
| Binary | 1100010 | 1101011 | 1001001 | 1000 | 0 | 100000 | 111010 | 1001100 | 10011 | 100011 |
Color Harmonies of #626B49
Complementary color
Monochromatic Colors of #626B49
Black with #626B49
Text Example
Text Example
White with #626B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626B49; }
p { color: rgb(98,107,73); }
H1.HeaderClassName
{
color: #626B49;
}
.AnyTagClassName
{
color: #626B49;
}
</style>
background-color css
<style>
a { background-color: #626B49; }
a { background-color: rgb(98,107,73); }
div.DivClassName
{
background-color: #626B49;
}
.BgClassName
{
background-color: #626B49;
}
</style>
border-color css
<style>
span { border-color: #626B49; }
span { border-color: rgb(98,107,73); }
td.TdClassName
{
border-color: #626B49;
}
.TagClassName
{
border-color: #626B49;
}
</style>