Shades of Woodland #6A7846
Tints of Woodland #6A7846
RGB
CMYK
RGB Variations
Color information
#6A7846 (or 0x6A7846) is known color: Woodland. HEX triplet: 6A, 78 and 46. RGB value is (106,120,70). Sum of RGB (Red+Green+Blue) = 106+120+70=296 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.81% from 296); Green value is 120 (47.27% from 255 or 40.54% from 296); Blue value is 70 (27.73% from 255 or 23.65% from 296); Max value from RGB is 120 - color contains mainly: green. Hex color #6A7846 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7846 is #9587B9. Grayscale: #6E6E6E. Windows color (decimal): -9799610 or 4618346. OLE color: 4618346.
HSL color Cylindrical-coordinate representation of color #6A7846: hue angle of 76.8º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6A7846 is Cyan = 0.12, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 106 | 120 | 70 | - |
| CMYK | 0.12 | 0 | 0.42 | 0.53 |
| HSL | 76.8º | 0.26% | 0.37% | - |
| HSV(B) | 76.8º | 0.42% | 0.47% | - |
| XYZ | 13.77 | 16.94 | 8.34 | - |
| YUV | 110.11 | 105.36 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 120 | 70 | 0.12 | 0 | 0.42 | 0.53 | 76.8 | 0.26 | 0.37 |
| Hex | 6A | 78 | 46 | C | 0 | 2A | 35 | 4D | 1A | 25 |
| Octal | 152 | 170 | 106 | 14 | 0 | 52 | 65 | 115 | 32 | 45 |
| Binary | 1101010 | 1111000 | 1000110 | 1100 | 0 | 101010 | 110101 | 1001101 | 11010 | 100101 |
Color Harmonies of #6A7846
Complementary color
Monochromatic Colors of #6A7846
Black with #6A7846
Text Example
Text Example
White with #6A7846
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7846; }
p { color: rgb(106,120,70); }
H1.HeaderClassName
{
color: #6A7846;
}
.AnyTagClassName
{
color: #6A7846;
}
</style>
background-color css
<style>
a { background-color: #6A7846; }
a { background-color: rgb(106,120,70); }
div.DivClassName
{
background-color: #6A7846;
}
.BgClassName
{
background-color: #6A7846;
}
</style>
border-color css
<style>
span { border-color: #6A7846; }
span { border-color: rgb(106,120,70); }
td.TdClassName
{
border-color: #6A7846;
}
.TagClassName
{
border-color: #6A7846;
}
</style>