Shades of Woodland #616249
Tints of Woodland #616249
RGB
CMYK
RGB Variations
Color information
#616249 (or 0x616249) is known color: Woodland. HEX triplet: 61, 62 and 49. RGB value is (97,98,73). Sum of RGB (Red+Green+Blue) = 97+98+73=268 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.19% from 268); Green value is 98 (38.67% from 255 or 36.57% from 268); Blue value is 73 (28.91% from 255 or 27.24% from 268); Max value from RGB is 98 - color contains mainly: green. Hex color #616249 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616249 is #9E9DB6. Grayscale: #5E5E5E. Windows color (decimal): -10395063 or 4809313. OLE color: 4809313.
HSL color Cylindrical-coordinate representation of color #616249: hue angle of 62.4º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #616249 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 98 | 73 | - |
| CMYK | 0.01 | 0 | 0.26 | 0.62 |
| HSL | 62.4º | 0.15% | 0.34% | - |
| HSV(B) | 62.4º | 0.26% | 0.38% | - |
| XYZ | 10.5 | 11.76 | 8.02 | - |
| YUV | 94.85 | 115.67 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 98 | 73 | 0.01 | 0 | 0.26 | 0.62 | 62.4 | 0.15 | 0.34 |
| Hex | 61 | 62 | 49 | 1 | 0 | 1A | 3E | 3E | F | 22 |
| Octal | 141 | 142 | 111 | 1 | 0 | 32 | 76 | 76 | 17 | 42 |
| Binary | 1100001 | 1100010 | 1001001 | 1 | 0 | 11010 | 111110 | 111110 | 1111 | 100010 |
Color Harmonies of #616249
Complementary color
Monochromatic Colors of #616249
Black with #616249
Text Example
Text Example
White with #616249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616249; }
p { color: rgb(97,98,73); }
H1.HeaderClassName
{
color: #616249;
}
.AnyTagClassName
{
color: #616249;
}
</style>
background-color css
<style>
a { background-color: #616249; }
a { background-color: rgb(97,98,73); }
div.DivClassName
{
background-color: #616249;
}
.BgClassName
{
background-color: #616249;
}
</style>
border-color css
<style>
span { border-color: #616249; }
span { border-color: rgb(97,98,73); }
td.TdClassName
{
border-color: #616249;
}
.TagClassName
{
border-color: #616249;
}
</style>