Shades of Woodland #626849
Tints of Woodland #626849
RGB
CMYK
RGB Variations
Color information
#626849 (or 0x626849) is known color: Woodland. HEX triplet: 62, 68 and 49. RGB value is (98,104,73). Sum of RGB (Red+Green+Blue) = 98+104+73=275 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.64% from 275); Green value is 104 (41.02% from 255 or 37.82% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 104 - color contains mainly: green. Hex color #626849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626849 is #9D97B6. Grayscale: #626262. Windows color (decimal): -10327991 or 4810850. OLE color: 4810850.
HSL color Cylindrical-coordinate representation of color #626849: hue angle of 71.61º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #626849 is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 98 | 104 | 73 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.59 |
| HSL | 71.61º | 0.18% | 0.35% | - |
| HSV(B) | 71.61º | 0.3% | 0.41% | - |
| XYZ | 11.19 | 12.98 | 8.22 | - |
| YUV | 98.67 | 113.51 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 104 | 73 | 0.06 | 0 | 0.30 | 0.59 | 71.61 | 0.18 | 0.35 |
| Hex | 62 | 68 | 49 | 6 | 0 | 1E | 3B | 48 | 12 | 23 |
| Octal | 142 | 150 | 111 | 6 | 0 | 36 | 73 | 110 | 22 | 43 |
| Binary | 1100010 | 1101000 | 1001001 | 110 | 0 | 11110 | 111011 | 1001000 | 10010 | 100011 |
Color Harmonies of #626849
Complementary color
Monochromatic Colors of #626849
Black with #626849
Text Example
Text Example
White with #626849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626849; }
p { color: rgb(98,104,73); }
H1.HeaderClassName
{
color: #626849;
}
.AnyTagClassName
{
color: #626849;
}
</style>
background-color css
<style>
a { background-color: #626849; }
a { background-color: rgb(98,104,73); }
div.DivClassName
{
background-color: #626849;
}
.BgClassName
{
background-color: #626849;
}
</style>
border-color css
<style>
span { border-color: #626849; }
span { border-color: rgb(98,104,73); }
td.TdClassName
{
border-color: #626849;
}
.TagClassName
{
border-color: #626849;
}
</style>