Shades of Woodland #6D7640
Tints of Woodland #6D7640
RGB
CMYK
RGB Variations
Color information
#6D7640 (or 0x6D7640) is known color: Woodland. HEX triplet: 6D, 76 and 40. RGB value is (109,118,64). Sum of RGB (Red+Green+Blue) = 109+118+64=291 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.46% from 291); Green value is 118 (46.48% from 255 or 40.55% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 118 - color contains mainly: green. Hex color #6D7640 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7640 is #9289BF. Grayscale: #6D6D6D. Windows color (decimal): -9603520 or 4224621. OLE color: 4224621.
HSL color Cylindrical-coordinate representation of color #6D7640: hue angle of 70º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D7640 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 109 | 118 | 64 | - |
| CMYK | 0.08 | 0 | 0.46 | 0.54 |
| HSL | 70º | 0.3% | 0.36% | - |
| HSV(B) | 70º | 0.46% | 0.46% | - |
| XYZ | 13.71 | 16.58 | 7.33 | - |
| YUV | 109.15 | 102.52 | 127.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 118 | 64 | 0.08 | 0 | 0.46 | 0.54 | 70 | 0.3 | 0.36 |
| Hex | 6D | 76 | 40 | 8 | 0 | 2E | 36 | 46 | 1E | 24 |
| Octal | 155 | 166 | 100 | 10 | 0 | 56 | 66 | 106 | 36 | 44 |
| Binary | 1101101 | 1110110 | 1000000 | 1000 | 0 | 101110 | 110110 | 1000110 | 11110 | 100100 |
Color Harmonies of #6D7640
Complementary color
Monochromatic Colors of #6D7640
Black with #6D7640
Text Example
Text Example
White with #6D7640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7640; }
p { color: rgb(109,118,64); }
H1.HeaderClassName
{
color: #6D7640;
}
.AnyTagClassName
{
color: #6D7640;
}
</style>
background-color css
<style>
a { background-color: #6D7640; }
a { background-color: rgb(109,118,64); }
div.DivClassName
{
background-color: #6D7640;
}
.BgClassName
{
background-color: #6D7640;
}
</style>
border-color css
<style>
span { border-color: #6D7640; }
span { border-color: rgb(109,118,64); }
td.TdClassName
{
border-color: #6D7640;
}
.TagClassName
{
border-color: #6D7640;
}
</style>