Shades of Woodland #616949
Tints of Woodland #616949
RGB
CMYK
RGB Variations
Color information
#616949 (or 0x616949) is known color: Woodland. HEX triplet: 61, 69 and 49. RGB value is (97,105,73). Sum of RGB (Red+Green+Blue) = 97+105+73=275 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.27% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 73 (28.91% from 255 or 26.55% from 275); Max value from RGB is 105 - color contains mainly: green. Hex color #616949 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616949 is #9E96B6. Grayscale: #636363. Windows color (decimal): -10393271 or 4811105. OLE color: 4811105.
HSL color Cylindrical-coordinate representation of color #616949: hue angle of 75º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #616949 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 97 | 105 | 73 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.59 |
| HSL | 75º | 0.18% | 0.35% | - |
| HSV(B) | 75º | 0.3% | 0.41% | - |
| XYZ | 11.18 | 13.13 | 8.25 | - |
| YUV | 98.96 | 113.35 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 105 | 73 | 0.08 | 0 | 0.30 | 0.59 | 75 | 0.18 | 0.35 |
| Hex | 61 | 69 | 49 | 8 | 0 | 1E | 3B | 4B | 12 | 23 |
| Octal | 141 | 151 | 111 | 10 | 0 | 36 | 73 | 113 | 22 | 43 |
| Binary | 1100001 | 1101001 | 1001001 | 1000 | 0 | 11110 | 111011 | 1001011 | 10010 | 100011 |
Color Harmonies of #616949
Complementary color
Monochromatic Colors of #616949
Black with #616949
Text Example
Text Example
White with #616949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616949; }
p { color: rgb(97,105,73); }
H1.HeaderClassName
{
color: #616949;
}
.AnyTagClassName
{
color: #616949;
}
</style>
background-color css
<style>
a { background-color: #616949; }
a { background-color: rgb(97,105,73); }
div.DivClassName
{
background-color: #616949;
}
.BgClassName
{
background-color: #616949;
}
</style>
border-color css
<style>
span { border-color: #616949; }
span { border-color: rgb(97,105,73); }
td.TdClassName
{
border-color: #616949;
}
.TagClassName
{
border-color: #616949;
}
</style>