Shades of Woodland #656B41
Tints of Woodland #656B41
RGB
CMYK
RGB Variations
Color information
#656B41 (or 0x656B41) is known color: Woodland. HEX triplet: 65, 6B and 41. RGB value is (101,107,65). Sum of RGB (Red+Green+Blue) = 101+107+65=273 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.00% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 65 (25.78% from 255 or 23.81% from 273); Max value from RGB is 107 - color contains mainly: green. Hex color #656B41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656B41 is #9A94BE. Grayscale: #646464. Windows color (decimal): -10130623 or 4287333. OLE color: 4287333.
HSL color Cylindrical-coordinate representation of color #656B41: hue angle of 68.57º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #656B41 is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 107 | 65 | - |
| CMYK | 0.06 | 0 | 0.39 | 0.58 |
| HSL | 68.57º | 0.24% | 0.34% | - |
| HSV(B) | 68.57º | 0.39% | 0.42% | - |
| XYZ | 11.58 | 13.66 | 7.03 | - |
| YUV | 100.42 | 108.01 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 107 | 65 | 0.06 | 0 | 0.39 | 0.58 | 68.57 | 0.24 | 0.34 |
| Hex | 65 | 6B | 41 | 6 | 0 | 27 | 3A | 45 | 18 | 22 |
| Octal | 145 | 153 | 101 | 6 | 0 | 47 | 72 | 105 | 30 | 42 |
| Binary | 1100101 | 1101011 | 1000001 | 110 | 0 | 100111 | 111010 | 1000101 | 11000 | 100010 |
Color Harmonies of #656B41
Complementary color
Monochromatic Colors of #656B41
Black with #656B41
Text Example
Text Example
White with #656B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656B41; }
p { color: rgb(101,107,65); }
H1.HeaderClassName
{
color: #656B41;
}
.AnyTagClassName
{
color: #656B41;
}
</style>
background-color css
<style>
a { background-color: #656B41; }
a { background-color: rgb(101,107,65); }
div.DivClassName
{
background-color: #656B41;
}
.BgClassName
{
background-color: #656B41;
}
</style>
border-color css
<style>
span { border-color: #656B41; }
span { border-color: rgb(101,107,65); }
td.TdClassName
{
border-color: #656B41;
}
.TagClassName
{
border-color: #656B41;
}
</style>