Shades of Woodland #62644A
Tints of Woodland #62644A
RGB
CMYK
RGB Variations
Color information
#62644A (or 0x62644A) is known color: Woodland. HEX triplet: 62, 64 and 4A. RGB value is (98,100,74). Sum of RGB (Red+Green+Blue) = 98+100+74=272 (36% of max value = 765). Red value is 98 (38.67% from 255 or 36.03% from 272); Green value is 100 (39.45% from 255 or 36.76% from 272); Blue value is 74 (29.30% from 255 or 27.21% from 272); Max value from RGB is 100 - color contains mainly: green. Hex color #62644A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62644A is #9D9BB5. Grayscale: #606060. Windows color (decimal): -10329014 or 4875362. OLE color: 4875362.
HSL color Cylindrical-coordinate representation of color #62644A: hue angle of 64.62º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #62644A is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 98 | 100 | 74 | - |
| CMYK | 0.02 | 0 | 0.26 | 0.61 |
| HSL | 64.62º | 0.15% | 0.34% | - |
| HSV(B) | 64.62º | 0.26% | 0.39% | - |
| XYZ | 10.83 | 12.21 | 8.26 | - |
| YUV | 96.44 | 115.34 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 100 | 74 | 0.02 | 0 | 0.26 | 0.61 | 64.62 | 0.15 | 0.34 |
| Hex | 62 | 64 | 4A | 2 | 0 | 1A | 3D | 41 | F | 22 |
| Octal | 142 | 144 | 112 | 2 | 0 | 32 | 75 | 101 | 17 | 42 |
| Binary | 1100010 | 1100100 | 1001010 | 10 | 0 | 11010 | 111101 | 1000001 | 1111 | 100010 |
Color Harmonies of #62644A
Complementary color
Monochromatic Colors of #62644A
Black with #62644A
Text Example
Text Example
White with #62644A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62644A; }
p { color: rgb(98,100,74); }
H1.HeaderClassName
{
color: #62644A;
}
.AnyTagClassName
{
color: #62644A;
}
</style>
background-color css
<style>
a { background-color: #62644A; }
a { background-color: rgb(98,100,74); }
div.DivClassName
{
background-color: #62644A;
}
.BgClassName
{
background-color: #62644A;
}
</style>
border-color css
<style>
span { border-color: #62644A; }
span { border-color: rgb(98,100,74); }
td.TdClassName
{
border-color: #62644A;
}
.TagClassName
{
border-color: #62644A;
}
</style>