Shades of Woodland #626944
Tints of Woodland #626944
RGB
CMYK
RGB Variations
Color information
#626944 (or 0x626944) is known color: Woodland. HEX triplet: 62, 69 and 44. RGB value is (98,105,68). Sum of RGB (Red+Green+Blue) = 98+105+68=271 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.16% from 271); Green value is 105 (41.41% from 255 or 38.75% from 271); Blue value is 68 (26.95% from 255 or 25.09% from 271); Max value from RGB is 105 - color contains mainly: green. Hex color #626944 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626944 is #9D96BB. Grayscale: #626262. Windows color (decimal): -10327740 or 4483426. OLE color: 4483426.
HSL color Cylindrical-coordinate representation of color #626944: hue angle of 71.35º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #626944 is Cyan = 0.07, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 98 | 105 | 68 | - |
| CMYK | 0.07 | 0 | 0.35 | 0.59 |
| HSL | 71.35º | 0.21% | 0.34% | - |
| HSV(B) | 71.35º | 0.35% | 0.41% | - |
| XYZ | 11.13 | 13.12 | 7.41 | - |
| YUV | 98.69 | 110.68 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 105 | 68 | 0.07 | 0 | 0.35 | 0.59 | 71.35 | 0.21 | 0.34 |
| Hex | 62 | 69 | 44 | 7 | 0 | 23 | 3B | 47 | 15 | 22 |
| Octal | 142 | 151 | 104 | 7 | 0 | 43 | 73 | 107 | 25 | 42 |
| Binary | 1100010 | 1101001 | 1000100 | 111 | 0 | 100011 | 111011 | 1000111 | 10101 | 100010 |
Color Harmonies of #626944
Complementary color
Monochromatic Colors of #626944
Black with #626944
Text Example
Text Example
White with #626944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626944; }
p { color: rgb(98,105,68); }
H1.HeaderClassName
{
color: #626944;
}
.AnyTagClassName
{
color: #626944;
}
</style>
background-color css
<style>
a { background-color: #626944; }
a { background-color: rgb(98,105,68); }
div.DivClassName
{
background-color: #626944;
}
.BgClassName
{
background-color: #626944;
}
</style>
border-color css
<style>
span { border-color: #626944; }
span { border-color: rgb(98,105,68); }
td.TdClassName
{
border-color: #626944;
}
.TagClassName
{
border-color: #626944;
}
</style>