Shades of Woodland #626844
Tints of Woodland #626844
RGB
CMYK
RGB Variations
Color information
#626844 (or 0x626844) is known color: Woodland. HEX triplet: 62, 68 and 44. RGB value is (98,104,68). Sum of RGB (Red+Green+Blue) = 98+104+68=270 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.30% from 270); Green value is 104 (41.02% from 255 or 38.52% from 270); Blue value is 68 (26.95% from 255 or 25.19% from 270); Max value from RGB is 104 - color contains mainly: green. Hex color #626844 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626844 is #9D97BB. Grayscale: #626262. Windows color (decimal): -10327996 or 4483170. OLE color: 4483170.
HSL color Cylindrical-coordinate representation of color #626844: hue angle of 70º 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 #626844 is Cyan = 0.06, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 98 | 104 | 68 | - |
| CMYK | 0.06 | 0 | 0.35 | 0.59 |
| HSL | 70º | 0.21% | 0.34% | - |
| HSV(B) | 70º | 0.35% | 0.41% | - |
| XYZ | 11.03 | 12.91 | 7.38 | - |
| YUV | 98.1 | 111.01 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 104 | 68 | 0.06 | 0 | 0.35 | 0.59 | 70 | 0.21 | 0.34 |
| Hex | 62 | 68 | 44 | 6 | 0 | 23 | 3B | 46 | 15 | 22 |
| Octal | 142 | 150 | 104 | 6 | 0 | 43 | 73 | 106 | 25 | 42 |
| Binary | 1100010 | 1101000 | 1000100 | 110 | 0 | 100011 | 111011 | 1000110 | 10101 | 100010 |
Color Harmonies of #626844
Complementary color
Monochromatic Colors of #626844
Black with #626844
Text Example
Text Example
White with #626844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626844; }
p { color: rgb(98,104,68); }
H1.HeaderClassName
{
color: #626844;
}
.AnyTagClassName
{
color: #626844;
}
</style>
background-color css
<style>
a { background-color: #626844; }
a { background-color: rgb(98,104,68); }
div.DivClassName
{
background-color: #626844;
}
.BgClassName
{
background-color: #626844;
}
</style>
border-color css
<style>
span { border-color: #626844; }
span { border-color: rgb(98,104,68); }
td.TdClassName
{
border-color: #626844;
}
.TagClassName
{
border-color: #626844;
}
</style>