Shades of Woodland #6A7441
Tints of Woodland #6A7441
RGB
CMYK
RGB Variations
Color information
#6A7441 (or 0x6A7441) is known color: Woodland. HEX triplet: 6A, 74 and 41. RGB value is (106,116,65). Sum of RGB (Red+Green+Blue) = 106+116+65=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 116 (45.70% from 255 or 40.42% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 116 - color contains mainly: green. Hex color #6A7441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7441 is #958BBE. Grayscale: #6B6B6B. Windows color (decimal): -9800639 or 4289642. OLE color: 4289642.
HSL color Cylindrical-coordinate representation of color #6A7441: hue angle of 71.76º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6A7441 is Cyan = 0.09, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 116 | 65 | - |
| CMYK | 0.09 | 0 | 0.44 | 0.55 |
| HSL | 71.76º | 0.28% | 0.35% | - |
| HSV(B) | 71.76º | 0.44% | 0.45% | - |
| XYZ | 13.14 | 15.94 | 7.38 | - |
| YUV | 107.2 | 104.19 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 116 | 65 | 0.09 | 0 | 0.44 | 0.55 | 71.76 | 0.28 | 0.35 |
| Hex | 6A | 74 | 41 | 9 | 0 | 2C | 37 | 48 | 1C | 23 |
| Octal | 152 | 164 | 101 | 11 | 0 | 54 | 67 | 110 | 34 | 43 |
| Binary | 1101010 | 1110100 | 1000001 | 1001 | 0 | 101100 | 110111 | 1001000 | 11100 | 100011 |
Color Harmonies of #6A7441
Complementary color
Monochromatic Colors of #6A7441
Black with #6A7441
Text Example
Text Example
White with #6A7441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7441; }
p { color: rgb(106,116,65); }
H1.HeaderClassName
{
color: #6A7441;
}
.AnyTagClassName
{
color: #6A7441;
}
</style>
background-color css
<style>
a { background-color: #6A7441; }
a { background-color: rgb(106,116,65); }
div.DivClassName
{
background-color: #6A7441;
}
.BgClassName
{
background-color: #6A7441;
}
</style>
border-color css
<style>
span { border-color: #6A7441; }
span { border-color: rgb(106,116,65); }
td.TdClassName
{
border-color: #6A7441;
}
.TagClassName
{
border-color: #6A7441;
}
</style>