Shades of Woodland #626541
Tints of Woodland #626541
RGB
CMYK
RGB Variations
Color information
#626541 (or 0x626541) is known color: Woodland. HEX triplet: 62, 65 and 41. RGB value is (98,101,65). Sum of RGB (Red+Green+Blue) = 98+101+65=264 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.12% from 264); Green value is 101 (39.84% from 255 or 38.26% from 264); Blue value is 65 (25.78% from 255 or 24.62% from 264); Max value from RGB is 101 - color contains mainly: green. Hex color #626541 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626541 is #9D9ABE. Grayscale: #606060. Windows color (decimal): -10328767 or 4285794. OLE color: 4285794.
HSL color Cylindrical-coordinate representation of color #626541: hue angle of 65º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #626541 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 98 | 101 | 65 | - |
| CMYK | 0.03 | 0 | 0.36 | 0.60 |
| HSL | 65º | 0.22% | 0.33% | - |
| HSV(B) | 65º | 0.36% | 0.4% | - |
| XYZ | 10.64 | 12.29 | 6.81 | - |
| YUV | 96 | 110.51 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 101 | 65 | 0.03 | 0 | 0.36 | 0.60 | 65 | 0.22 | 0.33 |
| Hex | 62 | 65 | 41 | 3 | 0 | 24 | 3C | 41 | 16 | 21 |
| Octal | 142 | 145 | 101 | 3 | 0 | 44 | 74 | 101 | 26 | 41 |
| Binary | 1100010 | 1100101 | 1000001 | 11 | 0 | 100100 | 111100 | 1000001 | 10110 | 100001 |
Color Harmonies of #626541
Complementary color
Monochromatic Colors of #626541
Black with #626541
Text Example
Text Example
White with #626541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626541; }
p { color: rgb(98,101,65); }
H1.HeaderClassName
{
color: #626541;
}
.AnyTagClassName
{
color: #626541;
}
</style>
background-color css
<style>
a { background-color: #626541; }
a { background-color: rgb(98,101,65); }
div.DivClassName
{
background-color: #626541;
}
.BgClassName
{
background-color: #626541;
}
</style>
border-color css
<style>
span { border-color: #626541; }
span { border-color: rgb(98,101,65); }
td.TdClassName
{
border-color: #626541;
}
.TagClassName
{
border-color: #626541;
}
</style>