Shades of Woodland #616D41
Tints of Woodland #616D41
RGB
CMYK
RGB Variations
Color information
#616D41 (or 0x616D41) is known color: Woodland. HEX triplet: 61, 6D and 41. RGB value is (97,109,65). Sum of RGB (Red+Green+Blue) = 97+109+65=271 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.79% from 271); Green value is 109 (42.97% from 255 or 40.22% from 271); Blue value is 65 (25.78% from 255 or 23.99% from 271); Max value from RGB is 109 - color contains mainly: green. Hex color #616D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616D41 is #9E92BE. Grayscale: #646464. Windows color (decimal): -10392255 or 4287841. OLE color: 4287841.
HSL color Cylindrical-coordinate representation of color #616D41: hue angle of 76.36º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #616D41 is Cyan = 0.11, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 109 | 65 | - |
| CMYK | 0.11 | 0 | 0.40 | 0.57 |
| HSL | 76.36º | 0.25% | 0.34% | - |
| HSV(B) | 76.36º | 0.4% | 0.43% | - |
| XYZ | 11.35 | 13.86 | 7.08 | - |
| YUV | 100.4 | 108.02 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 109 | 65 | 0.11 | 0 | 0.40 | 0.57 | 76.36 | 0.25 | 0.34 |
| Hex | 61 | 6D | 41 | B | 0 | 28 | 39 | 4C | 19 | 22 |
| Octal | 141 | 155 | 101 | 13 | 0 | 50 | 71 | 114 | 31 | 42 |
| Binary | 1100001 | 1101101 | 1000001 | 1011 | 0 | 101000 | 111001 | 1001100 | 11001 | 100010 |
Color Harmonies of #616D41
Complementary color
Monochromatic Colors of #616D41
Black with #616D41
Text Example
Text Example
White with #616D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616D41; }
p { color: rgb(97,109,65); }
H1.HeaderClassName
{
color: #616D41;
}
.AnyTagClassName
{
color: #616D41;
}
</style>
background-color css
<style>
a { background-color: #616D41; }
a { background-color: rgb(97,109,65); }
div.DivClassName
{
background-color: #616D41;
}
.BgClassName
{
background-color: #616D41;
}
</style>
border-color css
<style>
span { border-color: #616D41; }
span { border-color: rgb(97,109,65); }
td.TdClassName
{
border-color: #616D41;
}
.TagClassName
{
border-color: #616D41;
}
</style>