Shades of Woodland #606B41
Tints of Woodland #606B41
RGB
CMYK
RGB Variations
Color information
#606B41 (or 0x606B41) is known color: Woodland. HEX triplet: 60, 6B and 41. RGB value is (96,107,65). Sum of RGB (Red+Green+Blue) = 96+107+65=268 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.82% from 268); Green value is 107 (42.19% from 255 or 39.93% from 268); Blue value is 65 (25.78% from 255 or 24.25% from 268); Max value from RGB is 107 - color contains mainly: green. Hex color #606B41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606B41 is #9F94BE. Grayscale: #636363. Windows color (decimal): -10458303 or 4287328. OLE color: 4287328.
HSL color Cylindrical-coordinate representation of color #606B41: hue angle of 75.71º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #606B41 is Cyan = 0.10, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 96 | 107 | 65 | - |
| CMYK | 0.10 | 0 | 0.39 | 0.58 |
| HSL | 75.71º | 0.24% | 0.34% | - |
| HSV(B) | 75.71º | 0.39% | 0.42% | - |
| XYZ | 11.04 | 13.38 | 7 | - |
| YUV | 98.92 | 108.86 | 125.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 107 | 65 | 0.10 | 0 | 0.39 | 0.58 | 75.71 | 0.24 | 0.34 |
| Hex | 60 | 6B | 41 | A | 0 | 27 | 3A | 4C | 18 | 22 |
| Octal | 140 | 153 | 101 | 12 | 0 | 47 | 72 | 114 | 30 | 42 |
| Binary | 1100000 | 1101011 | 1000001 | 1010 | 0 | 100111 | 111010 | 1001100 | 11000 | 100010 |
Color Harmonies of #606B41
Complementary color
Monochromatic Colors of #606B41
Black with #606B41
Text Example
Text Example
White with #606B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606B41; }
p { color: rgb(96,107,65); }
H1.HeaderClassName
{
color: #606B41;
}
.AnyTagClassName
{
color: #606B41;
}
</style>
background-color css
<style>
a { background-color: #606B41; }
a { background-color: rgb(96,107,65); }
div.DivClassName
{
background-color: #606B41;
}
.BgClassName
{
background-color: #606B41;
}
</style>
border-color css
<style>
span { border-color: #606B41; }
span { border-color: rgb(96,107,65); }
td.TdClassName
{
border-color: #606B41;
}
.TagClassName
{
border-color: #606B41;
}
</style>