Shades of Woodland #656D41
Tints of Woodland #656D41
RGB
CMYK
RGB Variations
Color information
#656D41 (or 0x656D41) is known color: Woodland. HEX triplet: 65, 6D and 41. RGB value is (101,109,65). Sum of RGB (Red+Green+Blue) = 101+109+65=275 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.73% from 275); Green value is 109 (42.97% from 255 or 39.64% from 275); Blue value is 65 (25.78% from 255 or 23.64% from 275); Max value from RGB is 109 - color contains mainly: green. Hex color #656D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656D41 is #9A92BE. Grayscale: #656565. Windows color (decimal): -10130111 or 4287845. OLE color: 4287845.
HSL color Cylindrical-coordinate representation of color #656D41: hue angle of 70.91º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #656D41 is Cyan = 0.07, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 109 | 65 | - |
| CMYK | 0.07 | 0 | 0.40 | 0.57 |
| HSL | 70.91º | 0.25% | 0.34% | - |
| HSV(B) | 70.91º | 0.4% | 0.43% | - |
| XYZ | 11.79 | 14.09 | 7.1 | - |
| YUV | 101.59 | 107.35 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 109 | 65 | 0.07 | 0 | 0.40 | 0.57 | 70.91 | 0.25 | 0.34 |
| Hex | 65 | 6D | 41 | 7 | 0 | 28 | 39 | 47 | 19 | 22 |
| Octal | 145 | 155 | 101 | 7 | 0 | 50 | 71 | 107 | 31 | 42 |
| Binary | 1100101 | 1101101 | 1000001 | 111 | 0 | 101000 | 111001 | 1000111 | 11001 | 100010 |
Color Harmonies of #656D41
Complementary color
Monochromatic Colors of #656D41
Black with #656D41
Text Example
Text Example
White with #656D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656D41; }
p { color: rgb(101,109,65); }
H1.HeaderClassName
{
color: #656D41;
}
.AnyTagClassName
{
color: #656D41;
}
</style>
background-color css
<style>
a { background-color: #656D41; }
a { background-color: rgb(101,109,65); }
div.DivClassName
{
background-color: #656D41;
}
.BgClassName
{
background-color: #656D41;
}
</style>
border-color css
<style>
span { border-color: #656D41; }
span { border-color: rgb(101,109,65); }
td.TdClassName
{
border-color: #656D41;
}
.TagClassName
{
border-color: #656D41;
}
</style>