Shades of Woodland #656744
Tints of Woodland #656744
RGB
CMYK
RGB Variations
Color information
#656744 (or 0x656744) is known color: Woodland. HEX triplet: 65, 67 and 44. RGB value is (101,103,68). Sum of RGB (Red+Green+Blue) = 101+103+68=272 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.13% from 272); Green value is 103 (40.62% from 255 or 37.87% from 272); Blue value is 68 (26.95% from 255 or 25% from 272); Max value from RGB is 103 - color contains mainly: green. Hex color #656744 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656744 is #9A98BB. Grayscale: #626262. Windows color (decimal): -10131644 or 4482917. OLE color: 4482917.
HSL color Cylindrical-coordinate representation of color #656744: hue angle of 63.43º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #656744 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 103 | 68 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.60 |
| HSL | 63.43º | 0.2% | 0.34% | - |
| HSV(B) | 63.43º | 0.34% | 0.4% | - |
| XYZ | 11.26 | 12.88 | 7.36 | - |
| YUV | 98.41 | 110.84 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 103 | 68 | 0.02 | 0 | 0.34 | 0.60 | 63.43 | 0.2 | 0.34 |
| Hex | 65 | 67 | 44 | 2 | 0 | 22 | 3C | 3F | 14 | 22 |
| Octal | 145 | 147 | 104 | 2 | 0 | 42 | 74 | 77 | 24 | 42 |
| Binary | 1100101 | 1100111 | 1000100 | 10 | 0 | 100010 | 111100 | 111111 | 10100 | 100010 |
Color Harmonies of #656744
Complementary color
Monochromatic Colors of #656744
Black with #656744
Text Example
Text Example
White with #656744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656744; }
p { color: rgb(101,103,68); }
H1.HeaderClassName
{
color: #656744;
}
.AnyTagClassName
{
color: #656744;
}
</style>
background-color css
<style>
a { background-color: #656744; }
a { background-color: rgb(101,103,68); }
div.DivClassName
{
background-color: #656744;
}
.BgClassName
{
background-color: #656744;
}
</style>
border-color css
<style>
span { border-color: #656744; }
span { border-color: rgb(101,103,68); }
td.TdClassName
{
border-color: #656744;
}
.TagClassName
{
border-color: #656744;
}
</style>