Shades of Woodland #606441
Tints of Woodland #606441
RGB
CMYK
RGB Variations
Color information
#606441 (or 0x606441) is known color: Woodland. HEX triplet: 60, 64 and 41. RGB value is (96,100,65). Sum of RGB (Red+Green+Blue) = 96+100+65=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 100 (39.45% from 255 or 38.31% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 100 - color contains mainly: green. Hex color #606441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606441 is #9F9BBE. Grayscale: #5E5E5E. Windows color (decimal): -10460095 or 4285536. OLE color: 4285536.
HSL color Cylindrical-coordinate representation of color #606441: hue angle of 66.86º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #606441 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 96 | 100 | 65 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.61 |
| HSL | 66.86º | 0.21% | 0.32% | - |
| HSV(B) | 66.86º | 0.35% | 0.39% | - |
| XYZ | 10.34 | 11.98 | 6.77 | - |
| YUV | 94.81 | 111.17 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 100 | 65 | 0.04 | 0 | 0.35 | 0.61 | 66.86 | 0.21 | 0.32 |
| Hex | 60 | 64 | 41 | 4 | 0 | 23 | 3D | 43 | 15 | 20 |
| Octal | 140 | 144 | 101 | 4 | 0 | 43 | 75 | 103 | 25 | 40 |
| Binary | 1100000 | 1100100 | 1000001 | 100 | 0 | 100011 | 111101 | 1000011 | 10101 | 100000 |
Color Harmonies of #606441
Complementary color
Monochromatic Colors of #606441
Black with #606441
Text Example
Text Example
White with #606441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606441; }
p { color: rgb(96,100,65); }
H1.HeaderClassName
{
color: #606441;
}
.AnyTagClassName
{
color: #606441;
}
</style>
background-color css
<style>
a { background-color: #606441; }
a { background-color: rgb(96,100,65); }
div.DivClassName
{
background-color: #606441;
}
.BgClassName
{
background-color: #606441;
}
</style>
border-color css
<style>
span { border-color: #606441; }
span { border-color: rgb(96,100,65); }
td.TdClassName
{
border-color: #606441;
}
.TagClassName
{
border-color: #606441;
}
</style>