Shades of Woodland #61653D
Tints of Woodland #61653D
RGB
CMYK
RGB Variations
Color information
#61653D (or 0x61653D) is known color: Woodland. HEX triplet: 61, 65 and 3D. RGB value is (97,101,61). Sum of RGB (Red+Green+Blue) = 97+101+61=259 (34% of max value = 765). Red value is 97 (38.28% from 255 or 37.45% from 259); Green value is 101 (39.84% from 255 or 39.00% from 259); Blue value is 61 (24.22% from 255 or 23.55% from 259); Max value from RGB is 101 - color contains mainly: green. Hex color #61653D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61653D is #9E9AC2. Grayscale: #5F5F5F. Windows color (decimal): -10394307 or 4023649. OLE color: 4023649.
HSL color Cylindrical-coordinate representation of color #61653D: hue angle of 66º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #61653D is Cyan = 0.04, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 97 | 101 | 61 | - |
| CMYK | 0.04 | 0 | 0.40 | 0.60 |
| HSL | 66º | 0.25% | 0.32% | - |
| HSV(B) | 66º | 0.4% | 0.4% | - |
| XYZ | 10.43 | 12.19 | 6.22 | - |
| YUV | 95.24 | 108.67 | 129.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 101 | 61 | 0.04 | 0 | 0.40 | 0.60 | 66 | 0.25 | 0.32 |
| Hex | 61 | 65 | 3D | 4 | 0 | 28 | 3C | 42 | 19 | 20 |
| Octal | 141 | 145 | 75 | 4 | 0 | 50 | 74 | 102 | 31 | 40 |
| Binary | 1100001 | 1100101 | 111101 | 100 | 0 | 101000 | 111100 | 1000010 | 11001 | 100000 |
Color Harmonies of #61653D
Complementary color
Monochromatic Colors of #61653D
Black with #61653D
Text Example
Text Example
White with #61653D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61653D; }
p { color: rgb(97,101,61); }
H1.HeaderClassName
{
color: #61653D;
}
.AnyTagClassName
{
color: #61653D;
}
</style>
background-color css
<style>
a { background-color: #61653D; }
a { background-color: rgb(97,101,61); }
div.DivClassName
{
background-color: #61653D;
}
.BgClassName
{
background-color: #61653D;
}
</style>
border-color css
<style>
span { border-color: #61653D; }
span { border-color: rgb(97,101,61); }
td.TdClassName
{
border-color: #61653D;
}
.TagClassName
{
border-color: #61653D;
}
</style>