Shades of Woodland #62644C
Tints of Woodland #62644C
RGB
CMYK
RGB Variations
Color information
#62644C (or 0x62644C) is known color: Woodland. HEX triplet: 62, 64 and 4C. RGB value is (98,100,76). Sum of RGB (Red+Green+Blue) = 98+100+76=274 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.77% from 274); Green value is 100 (39.45% from 255 or 36.50% from 274); Blue value is 76 (30.08% from 255 or 27.74% from 274); Max value from RGB is 100 - color contains mainly: green. Hex color #62644C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62644C is #9D9BB3. Grayscale: #606060. Windows color (decimal): -10329012 or 5006434. OLE color: 5006434.
HSL color Cylindrical-coordinate representation of color #62644C: hue angle of 65º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #62644C is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 98 | 100 | 76 | - |
| CMYK | 0.02 | 0 | 0.24 | 0.61 |
| HSL | 65º | 0.14% | 0.35% | - |
| HSV(B) | 65º | 0.24% | 0.39% | - |
| XYZ | 10.9 | 12.23 | 8.62 | - |
| YUV | 96.67 | 116.34 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 100 | 76 | 0.02 | 0 | 0.24 | 0.61 | 65 | 0.14 | 0.35 |
| Hex | 62 | 64 | 4C | 2 | 0 | 18 | 3D | 41 | E | 23 |
| Octal | 142 | 144 | 114 | 2 | 0 | 30 | 75 | 101 | 16 | 43 |
| Binary | 1100010 | 1100100 | 1001100 | 10 | 0 | 11000 | 111101 | 1000001 | 1110 | 100011 |
Color Harmonies of #62644C
Complementary color
Monochromatic Colors of #62644C
Black with #62644C
Text Example
Text Example
White with #62644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62644C; }
p { color: rgb(98,100,76); }
H1.HeaderClassName
{
color: #62644C;
}
.AnyTagClassName
{
color: #62644C;
}
</style>
background-color css
<style>
a { background-color: #62644C; }
a { background-color: rgb(98,100,76); }
div.DivClassName
{
background-color: #62644C;
}
.BgClassName
{
background-color: #62644C;
}
</style>
border-color css
<style>
span { border-color: #62644C; }
span { border-color: rgb(98,100,76); }
td.TdClassName
{
border-color: #62644C;
}
.TagClassName
{
border-color: #62644C;
}
</style>