Shades of Woodland #606341
Tints of Woodland #606341
RGB
CMYK
RGB Variations
Color information
#606341 (or 0x606341) is known color: Woodland. HEX triplet: 60, 63 and 41. RGB value is (96,99,65). Sum of RGB (Red+Green+Blue) = 96+99+65=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 99 (39.06% from 255 or 38.08% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 99 - color contains mainly: green. Hex color #606341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606341 is #9F9CBE. Grayscale: #5E5E5E. Windows color (decimal): -10460351 or 4285280. OLE color: 4285280.
HSL color Cylindrical-coordinate representation of color #606341: hue angle of 65.29º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #606341 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 96 | 99 | 65 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.61 |
| HSL | 65.29º | 0.21% | 0.32% | - |
| HSV(B) | 65.29º | 0.34% | 0.39% | - |
| XYZ | 10.24 | 11.79 | 6.74 | - |
| YUV | 94.23 | 111.51 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 99 | 65 | 0.03 | 0 | 0.34 | 0.61 | 65.29 | 0.21 | 0.32 |
| Hex | 60 | 63 | 41 | 3 | 0 | 22 | 3D | 41 | 15 | 20 |
| Octal | 140 | 143 | 101 | 3 | 0 | 42 | 75 | 101 | 25 | 40 |
| Binary | 1100000 | 1100011 | 1000001 | 11 | 0 | 100010 | 111101 | 1000001 | 10101 | 100000 |
Color Harmonies of #606341
Complementary color
Monochromatic Colors of #606341
Black with #606341
Text Example
Text Example
White with #606341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606341; }
p { color: rgb(96,99,65); }
H1.HeaderClassName
{
color: #606341;
}
.AnyTagClassName
{
color: #606341;
}
</style>
background-color css
<style>
a { background-color: #606341; }
a { background-color: rgb(96,99,65); }
div.DivClassName
{
background-color: #606341;
}
.BgClassName
{
background-color: #606341;
}
</style>
border-color css
<style>
span { border-color: #606341; }
span { border-color: rgb(96,99,65); }
td.TdClassName
{
border-color: #606341;
}
.TagClassName
{
border-color: #606341;
}
</style>