Shades of Woodland #656E48
Tints of Woodland #656E48
RGB
CMYK
RGB Variations
Color information
#656E48 (or 0x656E48) is known color: Woodland. HEX triplet: 65, 6E and 48. RGB value is (101,110,72). Sum of RGB (Red+Green+Blue) = 101+110+72=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 110 (43.36% from 255 or 38.87% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 110 - color contains mainly: green. Hex color #656E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656E48 is #9A91B7. Grayscale: #676767. Windows color (decimal): -10129848 or 4746853. OLE color: 4746853.
HSL color Cylindrical-coordinate representation of color #656E48: hue angle of 74.21º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #656E48 is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 110 | 72 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.57 |
| HSL | 74.21º | 0.21% | 0.36% | - |
| HSV(B) | 74.21º | 0.35% | 0.43% | - |
| XYZ | 12.11 | 14.39 | 8.27 | - |
| YUV | 102.98 | 110.52 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 110 | 72 | 0.08 | 0 | 0.35 | 0.57 | 74.21 | 0.21 | 0.36 |
| Hex | 65 | 6E | 48 | 8 | 0 | 23 | 39 | 4A | 15 | 24 |
| Octal | 145 | 156 | 110 | 10 | 0 | 43 | 71 | 112 | 25 | 44 |
| Binary | 1100101 | 1101110 | 1001000 | 1000 | 0 | 100011 | 111001 | 1001010 | 10101 | 100100 |
Color Harmonies of #656E48
Complementary color
Monochromatic Colors of #656E48
Black with #656E48
Text Example
Text Example
White with #656E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656E48; }
p { color: rgb(101,110,72); }
H1.HeaderClassName
{
color: #656E48;
}
.AnyTagClassName
{
color: #656E48;
}
</style>
background-color css
<style>
a { background-color: #656E48; }
a { background-color: rgb(101,110,72); }
div.DivClassName
{
background-color: #656E48;
}
.BgClassName
{
background-color: #656E48;
}
</style>
border-color css
<style>
span { border-color: #656E48; }
span { border-color: rgb(101,110,72); }
td.TdClassName
{
border-color: #656E48;
}
.TagClassName
{
border-color: #656E48;
}
</style>