Shades of Rain Forest #6D712D
Tints of Rain Forest #6D712D
RGB
CMYK
RGB Variations
Color information
#6D712D (or 0x6D712D) is known color: Rain Forest. HEX triplet: 6D, 71 and 2D. RGB value is (109,113,45). Sum of RGB (Red+Green+Blue) = 109+113+45=267 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.82% from 267); Green value is 113 (44.53% from 255 or 42.32% from 267); Blue value is 45 (17.97% from 255 or 16.85% from 267); Max value from RGB is 113 - color contains mainly: green. Hex color #6D712D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D712D is #928ED2. Grayscale: #686868. Windows color (decimal): -9604819 or 2978157. OLE color: 2978157.
HSL color Cylindrical-coordinate representation of color #6D712D: hue angle of 63.53º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6D712D is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 113 | 45 | - |
| CMYK | 0.04 | 0 | 0.60 | 0.56 |
| HSL | 63.53º | 0.43% | 0.31% | - |
| HSV(B) | 63.53º | 0.6% | 0.44% | - |
| XYZ | 12.69 | 15.25 | 4.76 | - |
| YUV | 104.05 | 94.67 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 113 | 45 | 0.04 | 0 | 0.60 | 0.56 | 63.53 | 0.43 | 0.31 |
| Hex | 6D | 71 | 2D | 4 | 0 | 3C | 38 | 40 | 2B | 1F |
| Octal | 155 | 161 | 55 | 4 | 0 | 74 | 70 | 100 | 53 | 37 |
| Binary | 1101101 | 1110001 | 101101 | 100 | 0 | 111100 | 111000 | 1000000 | 101011 | 11111 |
Color Harmonies of #6D712D
Complementary color
Monochromatic Colors of #6D712D
Black with #6D712D
Text Example
Text Example
White with #6D712D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D712D; }
p { color: rgb(109,113,45); }
H1.HeaderClassName
{
color: #6D712D;
}
.AnyTagClassName
{
color: #6D712D;
}
</style>
background-color css
<style>
a { background-color: #6D712D; }
a { background-color: rgb(109,113,45); }
div.DivClassName
{
background-color: #6D712D;
}
.BgClassName
{
background-color: #6D712D;
}
</style>
border-color css
<style>
span { border-color: #6D712D; }
span { border-color: rgb(109,113,45); }
td.TdClassName
{
border-color: #6D712D;
}
.TagClassName
{
border-color: #6D712D;
}
</style>