Shades of Woodland #616D44
Tints of Woodland #616D44
RGB
CMYK
RGB Variations
Color information
#616D44 (or 0x616D44) is known color: Woodland. HEX triplet: 61, 6D and 44. RGB value is (97,109,68). Sum of RGB (Red+Green+Blue) = 97+109+68=274 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.40% from 274); Green value is 109 (42.97% from 255 or 39.78% from 274); Blue value is 68 (26.95% from 255 or 24.82% from 274); Max value from RGB is 109 - color contains mainly: green. Hex color #616D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616D44 is #9E92BB. Grayscale: #646464. Windows color (decimal): -10392252 or 4484449. OLE color: 4484449.
HSL color Cylindrical-coordinate representation of color #616D44: hue angle of 77.56º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #616D44 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 109 | 68 | - |
| CMYK | 0.11 | 0 | 0.38 | 0.57 |
| HSL | 77.56º | 0.23% | 0.35% | - |
| HSV(B) | 77.56º | 0.38% | 0.43% | - |
| XYZ | 11.44 | 13.9 | 7.55 | - |
| YUV | 100.74 | 109.52 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 109 | 68 | 0.11 | 0 | 0.38 | 0.57 | 77.56 | 0.23 | 0.35 |
| Hex | 61 | 6D | 44 | B | 0 | 26 | 39 | 4E | 17 | 23 |
| Octal | 141 | 155 | 104 | 13 | 0 | 46 | 71 | 116 | 27 | 43 |
| Binary | 1100001 | 1101101 | 1000100 | 1011 | 0 | 100110 | 111001 | 1001110 | 10111 | 100011 |
Color Harmonies of #616D44
Complementary color
Monochromatic Colors of #616D44
Black with #616D44
Text Example
Text Example
White with #616D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616D44; }
p { color: rgb(97,109,68); }
H1.HeaderClassName
{
color: #616D44;
}
.AnyTagClassName
{
color: #616D44;
}
</style>
background-color css
<style>
a { background-color: #616D44; }
a { background-color: rgb(97,109,68); }
div.DivClassName
{
background-color: #616D44;
}
.BgClassName
{
background-color: #616D44;
}
</style>
border-color css
<style>
span { border-color: #616D44; }
span { border-color: rgb(97,109,68); }
td.TdClassName
{
border-color: #616D44;
}
.TagClassName
{
border-color: #616D44;
}
</style>