Shades of Woodland #606740
Tints of Woodland #606740
RGB
CMYK
RGB Variations
Color information
#606740 (or 0x606740) is known color: Woodland. HEX triplet: 60, 67 and 40. RGB value is (96,103,64). Sum of RGB (Red+Green+Blue) = 96+103+64=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 103 (40.62% from 255 or 39.16% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 103 - color contains mainly: green. Hex color #606740 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606740 is #9F98BF. Grayscale: #606060. Windows color (decimal): -10459328 or 4220768. OLE color: 4220768.
HSL color Cylindrical-coordinate representation of color #606740: hue angle of 70.77º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #606740 is Cyan = 0.07, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 103 | 64 | - |
| CMYK | 0.07 | 0 | 0.38 | 0.60 |
| HSL | 70.77º | 0.23% | 0.33% | - |
| HSV(B) | 70.77º | 0.38% | 0.4% | - |
| XYZ | 10.6 | 12.56 | 6.72 | - |
| YUV | 96.46 | 109.68 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 103 | 64 | 0.07 | 0 | 0.38 | 0.60 | 70.77 | 0.23 | 0.33 |
| Hex | 60 | 67 | 40 | 7 | 0 | 26 | 3C | 47 | 17 | 21 |
| Octal | 140 | 147 | 100 | 7 | 0 | 46 | 74 | 107 | 27 | 41 |
| Binary | 1100000 | 1100111 | 1000000 | 111 | 0 | 100110 | 111100 | 1000111 | 10111 | 100001 |
Color Harmonies of #606740
Complementary color
Monochromatic Colors of #606740
Black with #606740
Text Example
Text Example
White with #606740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606740; }
p { color: rgb(96,103,64); }
H1.HeaderClassName
{
color: #606740;
}
.AnyTagClassName
{
color: #606740;
}
</style>
background-color css
<style>
a { background-color: #606740; }
a { background-color: rgb(96,103,64); }
div.DivClassName
{
background-color: #606740;
}
.BgClassName
{
background-color: #606740;
}
</style>
border-color css
<style>
span { border-color: #606740; }
span { border-color: rgb(96,103,64); }
td.TdClassName
{
border-color: #606740;
}
.TagClassName
{
border-color: #606740;
}
</style>