Shades of Woodland #6D7341
Tints of Woodland #6D7341
RGB
CMYK
RGB Variations
Color information
#6D7341 (or 0x6D7341) is known color: Woodland. HEX triplet: 6D, 73 and 41. RGB value is (109,115,65). Sum of RGB (Red+Green+Blue) = 109+115+65=289 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.72% from 289); Green value is 115 (45.31% from 255 or 39.79% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 115 - color contains mainly: green. Hex color #6D7341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7341 is #928CBE. Grayscale: #6B6B6B. Windows color (decimal): -9604287 or 4289389. OLE color: 4289389.
HSL color Cylindrical-coordinate representation of color #6D7341: hue angle of 67.2º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6D7341 is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 115 | 65 | - |
| CMYK | 0.05 | 0 | 0.43 | 0.55 |
| HSL | 67.2º | 0.28% | 0.35% | - |
| HSV(B) | 67.2º | 0.43% | 0.45% | - |
| XYZ | 13.39 | 15.89 | 7.36 | - |
| YUV | 107.51 | 104.01 | 129.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 115 | 65 | 0.05 | 0 | 0.43 | 0.55 | 67.2 | 0.28 | 0.35 |
| Hex | 6D | 73 | 41 | 5 | 0 | 2B | 37 | 43 | 1C | 23 |
| Octal | 155 | 163 | 101 | 5 | 0 | 53 | 67 | 103 | 34 | 43 |
| Binary | 1101101 | 1110011 | 1000001 | 101 | 0 | 101011 | 110111 | 1000011 | 11100 | 100011 |
Color Harmonies of #6D7341
Complementary color
Monochromatic Colors of #6D7341
Black with #6D7341
Text Example
Text Example
White with #6D7341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7341; }
p { color: rgb(109,115,65); }
H1.HeaderClassName
{
color: #6D7341;
}
.AnyTagClassName
{
color: #6D7341;
}
</style>
background-color css
<style>
a { background-color: #6D7341; }
a { background-color: rgb(109,115,65); }
div.DivClassName
{
background-color: #6D7341;
}
.BgClassName
{
background-color: #6D7341;
}
</style>
border-color css
<style>
span { border-color: #6D7341; }
span { border-color: rgb(109,115,65); }
td.TdClassName
{
border-color: #6D7341;
}
.TagClassName
{
border-color: #6D7341;
}
</style>