Shades of Woodland #6D7642
Tints of Woodland #6D7642
RGB
CMYK
RGB Variations
Color information
#6D7642 (or 0x6D7642) is known color: Woodland. HEX triplet: 6D, 76 and 42. RGB value is (109,118,66). Sum of RGB (Red+Green+Blue) = 109+118+66=293 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.20% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 66 (26.17% from 255 or 22.53% from 293); Max value from RGB is 118 - color contains mainly: green. Hex color #6D7642 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7642 is #9289BD. Grayscale: #6D6D6D. Windows color (decimal): -9603518 or 4355693. OLE color: 4355693.
HSL color Cylindrical-coordinate representation of color #6D7642: hue angle of 70.38º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6D7642 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 109 | 118 | 66 | - |
| CMYK | 0.08 | 0 | 0.44 | 0.54 |
| HSL | 70.38º | 0.28% | 0.36% | - |
| HSV(B) | 70.38º | 0.44% | 0.46% | - |
| XYZ | 13.77 | 16.6 | 7.63 | - |
| YUV | 109.38 | 103.52 | 127.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 118 | 66 | 0.08 | 0 | 0.44 | 0.54 | 70.38 | 0.28 | 0.36 |
| Hex | 6D | 76 | 42 | 8 | 0 | 2C | 36 | 46 | 1C | 24 |
| Octal | 155 | 166 | 102 | 10 | 0 | 54 | 66 | 106 | 34 | 44 |
| Binary | 1101101 | 1110110 | 1000010 | 1000 | 0 | 101100 | 110110 | 1000110 | 11100 | 100100 |
Color Harmonies of #6D7642
Complementary color
Monochromatic Colors of #6D7642
Black with #6D7642
Text Example
Text Example
White with #6D7642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7642; }
p { color: rgb(109,118,66); }
H1.HeaderClassName
{
color: #6D7642;
}
.AnyTagClassName
{
color: #6D7642;
}
</style>
background-color css
<style>
a { background-color: #6D7642; }
a { background-color: rgb(109,118,66); }
div.DivClassName
{
background-color: #6D7642;
}
.BgClassName
{
background-color: #6D7642;
}
</style>
border-color css
<style>
span { border-color: #6D7642; }
span { border-color: rgb(109,118,66); }
td.TdClassName
{
border-color: #6D7642;
}
.TagClassName
{
border-color: #6D7642;
}
</style>