Shades of Woodland #656C39
Tints of Woodland #656C39
RGB
CMYK
RGB Variations
Color information
#656C39 (or 0x656C39) is known color: Woodland. HEX triplet: 65, 6C and 39. RGB value is (101,108,57). Sum of RGB (Red+Green+Blue) = 101+108+57=266 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.97% from 266); Green value is 108 (42.58% from 255 or 40.60% from 266); Blue value is 57 (22.66% from 255 or 21.43% from 266); Max value from RGB is 108 - color contains mainly: green. Hex color #656C39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656C39 is #9A93C6. Grayscale: #646464. Windows color (decimal): -10130375 or 3763301. OLE color: 3763301.
HSL color Cylindrical-coordinate representation of color #656C39: hue angle of 68.24º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #656C39 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 108 | 57 | - |
| CMYK | 0.06 | 0 | 0.47 | 0.58 |
| HSL | 68.24º | 0.31% | 0.32% | - |
| HSV(B) | 68.24º | 0.47% | 0.42% | - |
| XYZ | 11.47 | 13.79 | 5.93 | - |
| YUV | 100.09 | 103.68 | 128.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 108 | 57 | 0.06 | 0 | 0.47 | 0.58 | 68.24 | 0.31 | 0.32 |
| Hex | 65 | 6C | 39 | 6 | 0 | 2F | 3A | 44 | 1F | 20 |
| Octal | 145 | 154 | 71 | 6 | 0 | 57 | 72 | 104 | 37 | 40 |
| Binary | 1100101 | 1101100 | 111001 | 110 | 0 | 101111 | 111010 | 1000100 | 11111 | 100000 |
Color Harmonies of #656C39
Complementary color
Monochromatic Colors of #656C39
Black with #656C39
Text Example
Text Example
White with #656C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656C39; }
p { color: rgb(101,108,57); }
H1.HeaderClassName
{
color: #656C39;
}
.AnyTagClassName
{
color: #656C39;
}
</style>
background-color css
<style>
a { background-color: #656C39; }
a { background-color: rgb(101,108,57); }
div.DivClassName
{
background-color: #656C39;
}
.BgClassName
{
background-color: #656C39;
}
</style>
border-color css
<style>
span { border-color: #656C39; }
span { border-color: rgb(101,108,57); }
td.TdClassName
{
border-color: #656C39;
}
.TagClassName
{
border-color: #656C39;
}
</style>