Shades of Woodland #62644B
Tints of Woodland #62644B
RGB
CMYK
RGB Variations
Color information
#62644B (or 0x62644B) is known color: Woodland. HEX triplet: 62, 64 and 4B. RGB value is (98,100,75). Sum of RGB (Red+Green+Blue) = 98+100+75=273 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.90% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 100 - color contains mainly: green. Hex color #62644B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62644B is #9D9BB4. Grayscale: #606060. Windows color (decimal): -10329013 or 4940898. OLE color: 4940898.
HSL color Cylindrical-coordinate representation of color #62644B: hue angle of 64.8º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #62644B is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 98 | 100 | 75 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.61 |
| HSL | 64.8º | 0.14% | 0.34% | - |
| HSV(B) | 64.8º | 0.25% | 0.39% | - |
| XYZ | 10.86 | 12.22 | 8.44 | - |
| YUV | 96.55 | 115.84 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 100 | 75 | 0.02 | 0 | 0.25 | 0.61 | 64.8 | 0.14 | 0.34 |
| Hex | 62 | 64 | 4B | 2 | 0 | 19 | 3D | 41 | E | 22 |
| Octal | 142 | 144 | 113 | 2 | 0 | 31 | 75 | 101 | 16 | 42 |
| Binary | 1100010 | 1100100 | 1001011 | 10 | 0 | 11001 | 111101 | 1000001 | 1110 | 100010 |
Color Harmonies of #62644B
Complementary color
Monochromatic Colors of #62644B
Black with #62644B
Text Example
Text Example
White with #62644B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62644B; }
p { color: rgb(98,100,75); }
H1.HeaderClassName
{
color: #62644B;
}
.AnyTagClassName
{
color: #62644B;
}
</style>
background-color css
<style>
a { background-color: #62644B; }
a { background-color: rgb(98,100,75); }
div.DivClassName
{
background-color: #62644B;
}
.BgClassName
{
background-color: #62644B;
}
</style>
border-color css
<style>
span { border-color: #62644B; }
span { border-color: rgb(98,100,75); }
td.TdClassName
{
border-color: #62644B;
}
.TagClassName
{
border-color: #62644B;
}
</style>