Shades of Woodland #656A44
Tints of Woodland #656A44
RGB
CMYK
RGB Variations
Color information
#656A44 (or 0x656A44) is known color: Woodland. HEX triplet: 65, 6A and 44. RGB value is (101,106,68). Sum of RGB (Red+Green+Blue) = 101+106+68=275 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.73% from 275); Green value is 106 (41.80% from 255 or 38.55% from 275); Blue value is 68 (26.95% from 255 or 24.73% from 275); Max value from RGB is 106 - color contains mainly: green. Hex color #656A44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656A44 is #9A95BB. Grayscale: #646464. Windows color (decimal): -10130876 or 4483685. OLE color: 4483685.
HSL color Cylindrical-coordinate representation of color #656A44: hue angle of 67.89º degrees, saturation: 0.22, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #656A44 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 106 | 68 | - |
| CMYK | 0.05 | 0 | 0.36 | 0.58 |
| HSL | 67.89º | 0.22% | 0.34% | - |
| HSV(B) | 67.89º | 0.36% | 0.42% | - |
| XYZ | 11.56 | 13.49 | 7.46 | - |
| YUV | 100.17 | 109.84 | 128.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 106 | 68 | 0.05 | 0 | 0.36 | 0.58 | 67.89 | 0.22 | 0.34 |
| Hex | 65 | 6A | 44 | 5 | 0 | 24 | 3A | 44 | 16 | 22 |
| Octal | 145 | 152 | 104 | 5 | 0 | 44 | 72 | 104 | 26 | 42 |
| Binary | 1100101 | 1101010 | 1000100 | 101 | 0 | 100100 | 111010 | 1000100 | 10110 | 100010 |
Color Harmonies of #656A44
Complementary color
Monochromatic Colors of #656A44
Black with #656A44
Text Example
Text Example
White with #656A44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656A44; }
p { color: rgb(101,106,68); }
H1.HeaderClassName
{
color: #656A44;
}
.AnyTagClassName
{
color: #656A44;
}
</style>
background-color css
<style>
a { background-color: #656A44; }
a { background-color: rgb(101,106,68); }
div.DivClassName
{
background-color: #656A44;
}
.BgClassName
{
background-color: #656A44;
}
</style>
border-color css
<style>
span { border-color: #656A44; }
span { border-color: rgb(101,106,68); }
td.TdClassName
{
border-color: #656A44;
}
.TagClassName
{
border-color: #656A44;
}
</style>