Shades of Woodland #606A40
Tints of Woodland #606A40
RGB
CMYK
RGB Variations
Color information
#606A40 (or 0x606A40) is known color: Woodland. HEX triplet: 60, 6A and 40. RGB value is (96,106,64). Sum of RGB (Red+Green+Blue) = 96+106+64=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 106 (41.80% from 255 or 39.85% from 266); Blue value is 64 (25.39% from 255 or 24.06% from 266); Max value from RGB is 106 - color contains mainly: green. Hex color #606A40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606A40 is #9F95BF. Grayscale: #626262. Windows color (decimal): -10458560 or 4221536. OLE color: 4221536.
HSL color Cylindrical-coordinate representation of color #606A40: hue angle of 74.29º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #606A40 is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 106 | 64 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.58 |
| HSL | 74.29º | 0.25% | 0.33% | - |
| HSV(B) | 74.29º | 0.4% | 0.42% | - |
| XYZ | 10.9 | 13.17 | 6.82 | - |
| YUV | 98.22 | 108.69 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 106 | 64 | 0.09 | 0 | 0.40 | 0.58 | 74.29 | 0.25 | 0.33 |
| Hex | 60 | 6A | 40 | 9 | 0 | 28 | 3A | 4A | 19 | 21 |
| Octal | 140 | 152 | 100 | 11 | 0 | 50 | 72 | 112 | 31 | 41 |
| Binary | 1100000 | 1101010 | 1000000 | 1001 | 0 | 101000 | 111010 | 1001010 | 11001 | 100001 |
Color Harmonies of #606A40
Complementary color
Monochromatic Colors of #606A40
Black with #606A40
Text Example
Text Example
White with #606A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606A40; }
p { color: rgb(96,106,64); }
H1.HeaderClassName
{
color: #606A40;
}
.AnyTagClassName
{
color: #606A40;
}
</style>
background-color css
<style>
a { background-color: #606A40; }
a { background-color: rgb(96,106,64); }
div.DivClassName
{
background-color: #606A40;
}
.BgClassName
{
background-color: #606A40;
}
</style>
border-color css
<style>
span { border-color: #606A40; }
span { border-color: rgb(96,106,64); }
td.TdClassName
{
border-color: #606A40;
}
.TagClassName
{
border-color: #606A40;
}
</style>