Shades of Woodland #656745
Tints of Woodland #656745
RGB
CMYK
RGB Variations
Color information
#656745 (or 0x656745) is known color: Woodland. HEX triplet: 65, 67 and 45. RGB value is (101,103,69). Sum of RGB (Red+Green+Blue) = 101+103+69=273 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.00% from 273); Green value is 103 (40.62% from 255 or 37.73% from 273); Blue value is 69 (27.34% from 255 or 25.27% from 273); Max value from RGB is 103 - color contains mainly: green. Hex color #656745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656745 is #9A98BA. Grayscale: #626262. Windows color (decimal): -10131643 or 4548453. OLE color: 4548453.
HSL color Cylindrical-coordinate representation of color #656745: hue angle of 63.53º degrees, saturation: 0.2, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #656745 is Cyan = 0.02, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 103 | 69 | - |
| CMYK | 0.02 | 0 | 0.33 | 0.60 |
| HSL | 63.53º | 0.2% | 0.34% | - |
| HSV(B) | 63.53º | 0.33% | 0.4% | - |
| XYZ | 11.29 | 12.9 | 7.52 | - |
| YUV | 98.53 | 111.34 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 103 | 69 | 0.02 | 0 | 0.33 | 0.60 | 63.53 | 0.2 | 0.34 |
| Hex | 65 | 67 | 45 | 2 | 0 | 21 | 3C | 40 | 14 | 22 |
| Octal | 145 | 147 | 105 | 2 | 0 | 41 | 74 | 100 | 24 | 42 |
| Binary | 1100101 | 1100111 | 1000101 | 10 | 0 | 100001 | 111100 | 1000000 | 10100 | 100010 |
Color Harmonies of #656745
Complementary color
Monochromatic Colors of #656745
Black with #656745
Text Example
Text Example
White with #656745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656745; }
p { color: rgb(101,103,69); }
H1.HeaderClassName
{
color: #656745;
}
.AnyTagClassName
{
color: #656745;
}
</style>
background-color css
<style>
a { background-color: #656745; }
a { background-color: rgb(101,103,69); }
div.DivClassName
{
background-color: #656745;
}
.BgClassName
{
background-color: #656745;
}
</style>
border-color css
<style>
span { border-color: #656745; }
span { border-color: rgb(101,103,69); }
td.TdClassName
{
border-color: #656745;
}
.TagClassName
{
border-color: #656745;
}
</style>