Shades of Woodland #656E45
Tints of Woodland #656E45
RGB
CMYK
RGB Variations
Color information
#656E45 (or 0x656E45) is known color: Woodland. HEX triplet: 65, 6E and 45. RGB value is (101,110,69). Sum of RGB (Red+Green+Blue) = 101+110+69=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 110 (43.36% from 255 or 39.29% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 110 - color contains mainly: green. Hex color #656E45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656E45 is #9A91BA. Grayscale: #666666. Windows color (decimal): -10129851 or 4550245. OLE color: 4550245.
HSL color Cylindrical-coordinate representation of color #656E45: hue angle of 73.17º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #656E45 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 110 | 69 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.57 |
| HSL | 73.17º | 0.23% | 0.35% | - |
| HSV(B) | 73.17º | 0.37% | 0.43% | - |
| XYZ | 12.02 | 14.35 | 7.77 | - |
| YUV | 102.64 | 109.02 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 110 | 69 | 0.08 | 0 | 0.37 | 0.57 | 73.17 | 0.23 | 0.35 |
| Hex | 65 | 6E | 45 | 8 | 0 | 25 | 39 | 49 | 17 | 23 |
| Octal | 145 | 156 | 105 | 10 | 0 | 45 | 71 | 111 | 27 | 43 |
| Binary | 1100101 | 1101110 | 1000101 | 1000 | 0 | 100101 | 111001 | 1001001 | 10111 | 100011 |
Color Harmonies of #656E45
Complementary color
Monochromatic Colors of #656E45
Black with #656E45
Text Example
Text Example
White with #656E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656E45; }
p { color: rgb(101,110,69); }
H1.HeaderClassName
{
color: #656E45;
}
.AnyTagClassName
{
color: #656E45;
}
</style>
background-color css
<style>
a { background-color: #656E45; }
a { background-color: rgb(101,110,69); }
div.DivClassName
{
background-color: #656E45;
}
.BgClassName
{
background-color: #656E45;
}
</style>
border-color css
<style>
span { border-color: #656E45; }
span { border-color: rgb(101,110,69); }
td.TdClassName
{
border-color: #656E45;
}
.TagClassName
{
border-color: #656E45;
}
</style>