Shades of Woodland #606C41
Tints of Woodland #606C41
RGB
CMYK
RGB Variations
Color information
#606C41 (or 0x606C41) is known color: Woodland. HEX triplet: 60, 6C and 41. RGB value is (96,108,65). Sum of RGB (Red+Green+Blue) = 96+108+65=269 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.69% from 269); Green value is 108 (42.58% from 255 or 40.15% from 269); Blue value is 65 (25.78% from 255 or 24.16% from 269); Max value from RGB is 108 - color contains mainly: green. Hex color #606C41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606C41 is #9F93BE. Grayscale: #636363. Windows color (decimal): -10458047 or 4287584. OLE color: 4287584.
HSL color Cylindrical-coordinate representation of color #606C41: hue angle of 76.74º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #606C41 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 108 | 65 | - |
| CMYK | 0.11 | 0 | 0.40 | 0.58 |
| HSL | 76.74º | 0.25% | 0.34% | - |
| HSV(B) | 76.74º | 0.4% | 0.42% | - |
| XYZ | 11.14 | 13.59 | 7.04 | - |
| YUV | 99.51 | 108.52 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 108 | 65 | 0.11 | 0 | 0.40 | 0.58 | 76.74 | 0.25 | 0.34 |
| Hex | 60 | 6C | 41 | B | 0 | 28 | 3A | 4D | 19 | 22 |
| Octal | 140 | 154 | 101 | 13 | 0 | 50 | 72 | 115 | 31 | 42 |
| Binary | 1100000 | 1101100 | 1000001 | 1011 | 0 | 101000 | 111010 | 1001101 | 11001 | 100010 |
Color Harmonies of #606C41
Complementary color
Monochromatic Colors of #606C41
Black with #606C41
Text Example
Text Example
White with #606C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606C41; }
p { color: rgb(96,108,65); }
H1.HeaderClassName
{
color: #606C41;
}
.AnyTagClassName
{
color: #606C41;
}
</style>
background-color css
<style>
a { background-color: #606C41; }
a { background-color: rgb(96,108,65); }
div.DivClassName
{
background-color: #606C41;
}
.BgClassName
{
background-color: #606C41;
}
</style>
border-color css
<style>
span { border-color: #606C41; }
span { border-color: rgb(96,108,65); }
td.TdClassName
{
border-color: #606C41;
}
.TagClassName
{
border-color: #606C41;
}
</style>