Shades of Rain Forest #6D712A
Tints of Rain Forest #6D712A
RGB
CMYK
RGB Variations
Color information
#6D712A (or 0x6D712A) is known color: Rain Forest. HEX triplet: 6D, 71 and 2A. RGB value is (109,113,42). Sum of RGB (Red+Green+Blue) = 109+113+42=264 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.29% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 113 - color contains mainly: green. Hex color #6D712A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D712A is #928ED5. Grayscale: #676767. Windows color (decimal): -9604822 or 2781549. OLE color: 2781549.
HSL color Cylindrical-coordinate representation of color #6D712A: hue angle of 63.38º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D712A is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 113 | 42 | - |
| CMYK | 0.04 | 0 | 0.63 | 0.56 |
| HSL | 63.38º | 0.46% | 0.3% | - |
| HSV(B) | 63.38º | 0.63% | 0.44% | - |
| XYZ | 12.63 | 15.23 | 4.46 | - |
| YUV | 103.71 | 93.17 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 113 | 42 | 0.04 | 0 | 0.63 | 0.56 | 63.38 | 0.46 | 0.3 |
| Hex | 6D | 71 | 2A | 4 | 0 | 3F | 38 | 3F | 2E | 1E |
| Octal | 155 | 161 | 52 | 4 | 0 | 77 | 70 | 77 | 56 | 36 |
| Binary | 1101101 | 1110001 | 101010 | 100 | 0 | 111111 | 111000 | 111111 | 101110 | 11110 |
Color Harmonies of #6D712A
Complementary color
Monochromatic Colors of #6D712A
Black with #6D712A
Text Example
Text Example
White with #6D712A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D712A; }
p { color: rgb(109,113,42); }
H1.HeaderClassName
{
color: #6D712A;
}
.AnyTagClassName
{
color: #6D712A;
}
</style>
background-color css
<style>
a { background-color: #6D712A; }
a { background-color: rgb(109,113,42); }
div.DivClassName
{
background-color: #6D712A;
}
.BgClassName
{
background-color: #6D712A;
}
</style>
border-color css
<style>
span { border-color: #6D712A; }
span { border-color: rgb(109,113,42); }
td.TdClassName
{
border-color: #6D712A;
}
.TagClassName
{
border-color: #6D712A;
}
</style>