Shades of Woodland #656946
Tints of Woodland #656946
RGB
CMYK
RGB Variations
Color information
#656946 (or 0x656946) is known color: Woodland. HEX triplet: 65, 69 and 46. RGB value is (101,105,70). Sum of RGB (Red+Green+Blue) = 101+105+70=276 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.59% from 276); Green value is 105 (41.41% from 255 or 38.04% from 276); Blue value is 70 (27.73% from 255 or 25.36% from 276); Max value from RGB is 105 - color contains mainly: green. Hex color #656946 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656946 is #9A96B9. Grayscale: #636363. Windows color (decimal): -10131130 or 4614501. OLE color: 4614501.
HSL color Cylindrical-coordinate representation of color #656946: hue angle of 66.86º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #656946 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 105 | 70 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.59 |
| HSL | 66.86º | 0.2% | 0.34% | - |
| HSV(B) | 66.86º | 0.33% | 0.41% | - |
| XYZ | 11.52 | 13.31 | 7.76 | - |
| YUV | 99.81 | 111.17 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 105 | 70 | 0.04 | 0 | 0.33 | 0.59 | 66.86 | 0.2 | 0.34 |
| Hex | 65 | 69 | 46 | 4 | 0 | 21 | 3B | 43 | 14 | 22 |
| Octal | 145 | 151 | 106 | 4 | 0 | 41 | 73 | 103 | 24 | 42 |
| Binary | 1100101 | 1101001 | 1000110 | 100 | 0 | 100001 | 111011 | 1000011 | 10100 | 100010 |
Color Harmonies of #656946
Complementary color
Monochromatic Colors of #656946
Black with #656946
Text Example
Text Example
White with #656946
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656946; }
p { color: rgb(101,105,70); }
H1.HeaderClassName
{
color: #656946;
}
.AnyTagClassName
{
color: #656946;
}
</style>
background-color css
<style>
a { background-color: #656946; }
a { background-color: rgb(101,105,70); }
div.DivClassName
{
background-color: #656946;
}
.BgClassName
{
background-color: #656946;
}
</style>
border-color css
<style>
span { border-color: #656946; }
span { border-color: rgb(101,105,70); }
td.TdClassName
{
border-color: #656946;
}
.TagClassName
{
border-color: #656946;
}
</style>