Shades of Woodland #656944
Tints of Woodland #656944
RGB
CMYK
RGB Variations
Color information
#656944 (or 0x656944) is known color: Woodland. HEX triplet: 65, 69 and 44. RGB value is (101,105,68). Sum of RGB (Red+Green+Blue) = 101+105+68=274 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.86% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 68 (26.95% from 255 or 24.82% from 274); Max value from RGB is 105 - color contains mainly: green. Hex color #656944 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656944 is #9A96BB. Grayscale: #636363. Windows color (decimal): -10131132 or 4483429. OLE color: 4483429.
HSL color Cylindrical-coordinate representation of color #656944: hue angle of 66.49º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #656944 is Cyan = 0.04, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 105 | 68 | - |
| CMYK | 0.04 | 0 | 0.35 | 0.59 |
| HSL | 66.49º | 0.21% | 0.34% | - |
| HSV(B) | 66.49º | 0.35% | 0.41% | - |
| XYZ | 11.46 | 13.29 | 7.43 | - |
| YUV | 99.59 | 110.17 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 105 | 68 | 0.04 | 0 | 0.35 | 0.59 | 66.49 | 0.21 | 0.34 |
| Hex | 65 | 69 | 44 | 4 | 0 | 23 | 3B | 42 | 15 | 22 |
| Octal | 145 | 151 | 104 | 4 | 0 | 43 | 73 | 102 | 25 | 42 |
| Binary | 1100101 | 1101001 | 1000100 | 100 | 0 | 100011 | 111011 | 1000010 | 10101 | 100010 |
Color Harmonies of #656944
Complementary color
Monochromatic Colors of #656944
Black with #656944
Text Example
Text Example
White with #656944
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656944; }
p { color: rgb(101,105,68); }
H1.HeaderClassName
{
color: #656944;
}
.AnyTagClassName
{
color: #656944;
}
</style>
background-color css
<style>
a { background-color: #656944; }
a { background-color: rgb(101,105,68); }
div.DivClassName
{
background-color: #656944;
}
.BgClassName
{
background-color: #656944;
}
</style>
border-color css
<style>
span { border-color: #656944; }
span { border-color: rgb(101,105,68); }
td.TdClassName
{
border-color: #656944;
}
.TagClassName
{
border-color: #656944;
}
</style>