Shades of Woodland #616341
Tints of Woodland #616341
RGB
CMYK
RGB Variations
Color information
#616341 (or 0x616341) is known color: Woodland. HEX triplet: 61, 63 and 41. RGB value is (97,99,65). Sum of RGB (Red+Green+Blue) = 97+99+65=261 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.16% from 261); Green value is 99 (39.06% from 255 or 37.93% from 261); Blue value is 65 (25.78% from 255 or 24.90% from 261); Max value from RGB is 99 - color contains mainly: green. Hex color #616341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616341 is #9E9CBE. Grayscale: #5E5E5E. Windows color (decimal): -10394815 or 4285281. OLE color: 4285281.
HSL color Cylindrical-coordinate representation of color #616341: hue angle of 63.53º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #616341 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 97 | 99 | 65 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.61 |
| HSL | 63.53º | 0.21% | 0.32% | - |
| HSV(B) | 63.53º | 0.34% | 0.39% | - |
| XYZ | 10.35 | 11.85 | 6.74 | - |
| YUV | 94.53 | 111.34 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 99 | 65 | 0.02 | 0 | 0.34 | 0.61 | 63.53 | 0.21 | 0.32 |
| Hex | 61 | 63 | 41 | 2 | 0 | 22 | 3D | 40 | 15 | 20 |
| Octal | 141 | 143 | 101 | 2 | 0 | 42 | 75 | 100 | 25 | 40 |
| Binary | 1100001 | 1100011 | 1000001 | 10 | 0 | 100010 | 111101 | 1000000 | 10101 | 100000 |
Color Harmonies of #616341
Complementary color
Monochromatic Colors of #616341
Black with #616341
Text Example
Text Example
White with #616341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616341; }
p { color: rgb(97,99,65); }
H1.HeaderClassName
{
color: #616341;
}
.AnyTagClassName
{
color: #616341;
}
</style>
background-color css
<style>
a { background-color: #616341; }
a { background-color: rgb(97,99,65); }
div.DivClassName
{
background-color: #616341;
}
.BgClassName
{
background-color: #616341;
}
</style>
border-color css
<style>
span { border-color: #616341; }
span { border-color: rgb(97,99,65); }
td.TdClassName
{
border-color: #616341;
}
.TagClassName
{
border-color: #616341;
}
</style>