Shades of Woodland #626544
Tints of Woodland #626544
RGB
CMYK
RGB Variations
Color information
#626544 (or 0x626544) is known color: Woodland. HEX triplet: 62, 65 and 44. RGB value is (98,101,68). Sum of RGB (Red+Green+Blue) = 98+101+68=267 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.70% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 68 (26.95% from 255 or 25.47% from 267); Max value from RGB is 101 - color contains mainly: green. Hex color #626544 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626544 is #9D9ABB. Grayscale: #606060. Windows color (decimal): -10328764 or 4482402. OLE color: 4482402.
HSL color Cylindrical-coordinate representation of color #626544: hue angle of 65.45º degrees, saturation: 0.2, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #626544 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 98 | 101 | 68 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.60 |
| HSL | 65.45º | 0.2% | 0.33% | - |
| HSV(B) | 65.45º | 0.33% | 0.4% | - |
| XYZ | 10.73 | 12.32 | 7.28 | - |
| YUV | 96.34 | 112.01 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 101 | 68 | 0.03 | 0 | 0.33 | 0.60 | 65.45 | 0.2 | 0.33 |
| Hex | 62 | 65 | 44 | 3 | 0 | 21 | 3C | 41 | 14 | 21 |
| Octal | 142 | 145 | 104 | 3 | 0 | 41 | 74 | 101 | 24 | 41 |
| Binary | 1100010 | 1100101 | 1000100 | 11 | 0 | 100001 | 111100 | 1000001 | 10100 | 100001 |
Color Harmonies of #626544
Complementary color
Monochromatic Colors of #626544
Black with #626544
Text Example
Text Example
White with #626544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626544; }
p { color: rgb(98,101,68); }
H1.HeaderClassName
{
color: #626544;
}
.AnyTagClassName
{
color: #626544;
}
</style>
background-color css
<style>
a { background-color: #626544; }
a { background-color: rgb(98,101,68); }
div.DivClassName
{
background-color: #626544;
}
.BgClassName
{
background-color: #626544;
}
</style>
border-color css
<style>
span { border-color: #626544; }
span { border-color: rgb(98,101,68); }
td.TdClassName
{
border-color: #626544;
}
.TagClassName
{
border-color: #626544;
}
</style>