Shades of Woodland #61653E
Tints of Woodland #61653E
RGB
CMYK
RGB Variations
Color information
#61653E (or 0x61653E) is known color: Woodland. HEX triplet: 61, 65 and 3E. RGB value is (97,101,62). Sum of RGB (Red+Green+Blue) = 97+101+62=260 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.31% from 260); Green value is 101 (39.84% from 255 or 38.85% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 101 - color contains mainly: green. Hex color #61653E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61653E is #9E9AC1. Grayscale: #5F5F5F. Windows color (decimal): -10394306 or 4089185. OLE color: 4089185.
HSL color Cylindrical-coordinate representation of color #61653E: hue angle of 66.15º degrees, saturation: 0.24, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #61653E is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 97 | 101 | 62 | - |
| CMYK | 0.04 | 0 | 0.39 | 0.60 |
| HSL | 66.15º | 0.24% | 0.32% | - |
| HSV(B) | 66.15º | 0.39% | 0.4% | - |
| XYZ | 10.45 | 12.2 | 6.36 | - |
| YUV | 95.36 | 109.17 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 101 | 62 | 0.04 | 0 | 0.39 | 0.60 | 66.15 | 0.24 | 0.32 |
| Hex | 61 | 65 | 3E | 4 | 0 | 27 | 3C | 42 | 18 | 20 |
| Octal | 141 | 145 | 76 | 4 | 0 | 47 | 74 | 102 | 30 | 40 |
| Binary | 1100001 | 1100101 | 111110 | 100 | 0 | 100111 | 111100 | 1000010 | 11000 | 100000 |
Color Harmonies of #61653E
Complementary color
Monochromatic Colors of #61653E
Black with #61653E
Text Example
Text Example
White with #61653E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61653E; }
p { color: rgb(97,101,62); }
H1.HeaderClassName
{
color: #61653E;
}
.AnyTagClassName
{
color: #61653E;
}
</style>
background-color css
<style>
a { background-color: #61653E; }
a { background-color: rgb(97,101,62); }
div.DivClassName
{
background-color: #61653E;
}
.BgClassName
{
background-color: #61653E;
}
</style>
border-color css
<style>
span { border-color: #61653E; }
span { border-color: rgb(97,101,62); }
td.TdClassName
{
border-color: #61653E;
}
.TagClassName
{
border-color: #61653E;
}
</style>