Shades of Woodland #626549
Tints of Woodland #626549
RGB
CMYK
RGB Variations
Color information
#626549 (or 0x626549) is known color: Woodland. HEX triplet: 62, 65 and 49. RGB value is (98,101,73). Sum of RGB (Red+Green+Blue) = 98+101+73=272 (36% of max value = 765). Red value is 98 (38.67% from 255 or 36.03% from 272); Green value is 101 (39.84% from 255 or 37.13% from 272); Blue value is 73 (28.91% from 255 or 26.84% from 272); Max value from RGB is 101 - color contains mainly: green. Hex color #626549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626549 is #9D9AB6. Grayscale: #616161. Windows color (decimal): -10328759 or 4810082. OLE color: 4810082.
HSL color Cylindrical-coordinate representation of color #626549: hue angle of 66.43º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #626549 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 98 | 101 | 73 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.60 |
| HSL | 66.43º | 0.16% | 0.34% | - |
| HSV(B) | 66.43º | 0.28% | 0.4% | - |
| XYZ | 10.89 | 12.39 | 8.12 | - |
| YUV | 96.91 | 114.51 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 101 | 73 | 0.03 | 0 | 0.28 | 0.60 | 66.43 | 0.16 | 0.34 |
| Hex | 62 | 65 | 49 | 3 | 0 | 1C | 3C | 42 | 10 | 22 |
| Octal | 142 | 145 | 111 | 3 | 0 | 34 | 74 | 102 | 20 | 42 |
| Binary | 1100010 | 1100101 | 1001001 | 11 | 0 | 11100 | 111100 | 1000010 | 10000 | 100010 |
Color Harmonies of #626549
Complementary color
Monochromatic Colors of #626549
Black with #626549
Text Example
Text Example
White with #626549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626549; }
p { color: rgb(98,101,73); }
H1.HeaderClassName
{
color: #626549;
}
.AnyTagClassName
{
color: #626549;
}
</style>
background-color css
<style>
a { background-color: #626549; }
a { background-color: rgb(98,101,73); }
div.DivClassName
{
background-color: #626549;
}
.BgClassName
{
background-color: #626549;
}
</style>
border-color css
<style>
span { border-color: #626549; }
span { border-color: rgb(98,101,73); }
td.TdClassName
{
border-color: #626549;
}
.TagClassName
{
border-color: #626549;
}
</style>