Shades of Woodland #656945
Tints of Woodland #656945
RGB
CMYK
RGB Variations
Color information
#656945 (or 0x656945) is known color: Woodland. HEX triplet: 65, 69 and 45. RGB value is (101,105,69). Sum of RGB (Red+Green+Blue) = 101+105+69=275 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.73% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 105 - color contains mainly: green. Hex color #656945 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656945 is #9A96BA. Grayscale: #636363. Windows color (decimal): -10131131 or 4548965. OLE color: 4548965.
HSL color Cylindrical-coordinate representation of color #656945: hue angle of 66.67º degrees, saturation: 0.21, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #656945 is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 105 | 69 | - |
| CMYK | 0.04 | 0 | 0.34 | 0.59 |
| HSL | 66.67º | 0.21% | 0.34% | - |
| HSV(B) | 66.67º | 0.34% | 0.41% | - |
| XYZ | 11.49 | 13.3 | 7.59 | - |
| YUV | 99.7 | 110.67 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 105 | 69 | 0.04 | 0 | 0.34 | 0.59 | 66.67 | 0.21 | 0.34 |
| Hex | 65 | 69 | 45 | 4 | 0 | 22 | 3B | 43 | 15 | 22 |
| Octal | 145 | 151 | 105 | 4 | 0 | 42 | 73 | 103 | 25 | 42 |
| Binary | 1100101 | 1101001 | 1000101 | 100 | 0 | 100010 | 111011 | 1000011 | 10101 | 100010 |
Color Harmonies of #656945
Complementary color
Monochromatic Colors of #656945
Black with #656945
Text Example
Text Example
White with #656945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656945; }
p { color: rgb(101,105,69); }
H1.HeaderClassName
{
color: #656945;
}
.AnyTagClassName
{
color: #656945;
}
</style>
background-color css
<style>
a { background-color: #656945; }
a { background-color: rgb(101,105,69); }
div.DivClassName
{
background-color: #656945;
}
.BgClassName
{
background-color: #656945;
}
</style>
border-color css
<style>
span { border-color: #656945; }
span { border-color: rgb(101,105,69); }
td.TdClassName
{
border-color: #656945;
}
.TagClassName
{
border-color: #656945;
}
</style>