Shades of Rain Forest #6D712E
Tints of Rain Forest #6D712E
RGB
CMYK
RGB Variations
Color information
#6D712E (or 0x6D712E) is known color: Rain Forest. HEX triplet: 6D, 71 and 2E. RGB value is (109,113,46). Sum of RGB (Red+Green+Blue) = 109+113+46=268 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.67% from 268); Green value is 113 (44.53% from 255 or 42.16% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 113 - color contains mainly: green. Hex color #6D712E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D712E is #928ED1. Grayscale: #686868. Windows color (decimal): -9604818 or 3043693. OLE color: 3043693.
HSL color Cylindrical-coordinate representation of color #6D712E: hue angle of 63.58º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6D712E is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 113 | 46 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.56 |
| HSL | 63.58º | 0.42% | 0.31% | - |
| HSV(B) | 63.58º | 0.59% | 0.44% | - |
| XYZ | 12.7 | 15.26 | 4.86 | - |
| YUV | 104.17 | 95.17 | 131.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 113 | 46 | 0.04 | 0 | 0.59 | 0.56 | 63.58 | 0.42 | 0.31 |
| Hex | 6D | 71 | 2E | 4 | 0 | 3B | 38 | 40 | 2A | 1F |
| Octal | 155 | 161 | 56 | 4 | 0 | 73 | 70 | 100 | 52 | 37 |
| Binary | 1101101 | 1110001 | 101110 | 100 | 0 | 111011 | 111000 | 1000000 | 101010 | 11111 |
Color Harmonies of #6D712E
Complementary color
Monochromatic Colors of #6D712E
Black with #6D712E
Text Example
Text Example
White with #6D712E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D712E; }
p { color: rgb(109,113,46); }
H1.HeaderClassName
{
color: #6D712E;
}
.AnyTagClassName
{
color: #6D712E;
}
</style>
background-color css
<style>
a { background-color: #6D712E; }
a { background-color: rgb(109,113,46); }
div.DivClassName
{
background-color: #6D712E;
}
.BgClassName
{
background-color: #6D712E;
}
</style>
border-color css
<style>
span { border-color: #6D712E; }
span { border-color: rgb(109,113,46); }
td.TdClassName
{
border-color: #6D712E;
}
.TagClassName
{
border-color: #6D712E;
}
</style>