Shades of Woodland #606540
Tints of Woodland #606540
RGB
CMYK
RGB Variations
Color information
#606540 (or 0x606540) is known color: Woodland. HEX triplet: 60, 65 and 40. RGB value is (96,101,64). Sum of RGB (Red+Green+Blue) = 96+101+64=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 101 (39.84% from 255 or 38.70% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 101 - color contains mainly: green. Hex color #606540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606540 is #9F9ABF. Grayscale: #5F5F5F. Windows color (decimal): -10459840 or 4220256. OLE color: 4220256.
HSL color Cylindrical-coordinate representation of color #606540: hue angle of 68.11º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #606540 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 101 | 64 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.60 |
| HSL | 68.11º | 0.22% | 0.32% | - |
| HSV(B) | 68.11º | 0.37% | 0.4% | - |
| XYZ | 10.4 | 12.16 | 6.65 | - |
| YUV | 95.29 | 110.34 | 128.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 101 | 64 | 0.05 | 0 | 0.37 | 0.60 | 68.11 | 0.22 | 0.32 |
| Hex | 60 | 65 | 40 | 5 | 0 | 25 | 3C | 44 | 16 | 20 |
| Octal | 140 | 145 | 100 | 5 | 0 | 45 | 74 | 104 | 26 | 40 |
| Binary | 1100000 | 1100101 | 1000000 | 101 | 0 | 100101 | 111100 | 1000100 | 10110 | 100000 |
Color Harmonies of #606540
Complementary color
Monochromatic Colors of #606540
Black with #606540
Text Example
Text Example
White with #606540
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606540; }
p { color: rgb(96,101,64); }
H1.HeaderClassName
{
color: #606540;
}
.AnyTagClassName
{
color: #606540;
}
</style>
background-color css
<style>
a { background-color: #606540; }
a { background-color: rgb(96,101,64); }
div.DivClassName
{
background-color: #606540;
}
.BgClassName
{
background-color: #606540;
}
</style>
border-color css
<style>
span { border-color: #606540; }
span { border-color: rgb(96,101,64); }
td.TdClassName
{
border-color: #606540;
}
.TagClassName
{
border-color: #606540;
}
</style>