Shades of Rain Forest #6D713A
Tints of Rain Forest #6D713A
RGB
CMYK
RGB Variations
Color information
#6D713A (or 0x6D713A) is known color: Rain Forest. HEX triplet: 6D, 71 and 3A. RGB value is (109,113,58). Sum of RGB (Red+Green+Blue) = 109+113+58=280 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.93% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 113 - color contains mainly: green. Hex color #6D713A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D713A is #928EC5. Grayscale: #696969. Windows color (decimal): -9604806 or 3830125. OLE color: 3830125.
HSL color Cylindrical-coordinate representation of color #6D713A: hue angle of 64.36º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6D713A is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 113 | 58 | - |
| CMYK | 0.04 | 0 | 0.49 | 0.56 |
| HSL | 64.36º | 0.32% | 0.34% | - |
| HSV(B) | 64.36º | 0.49% | 0.44% | - |
| XYZ | 12.98 | 15.37 | 6.29 | - |
| YUV | 105.53 | 101.17 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 113 | 58 | 0.04 | 0 | 0.49 | 0.56 | 64.36 | 0.32 | 0.34 |
| Hex | 6D | 71 | 3A | 4 | 0 | 31 | 38 | 40 | 20 | 22 |
| Octal | 155 | 161 | 72 | 4 | 0 | 61 | 70 | 100 | 40 | 42 |
| Binary | 1101101 | 1110001 | 111010 | 100 | 0 | 110001 | 111000 | 1000000 | 100000 | 100010 |
Color Harmonies of #6D713A
Complementary color
Monochromatic Colors of #6D713A
Black with #6D713A
Text Example
Text Example
White with #6D713A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D713A; }
p { color: rgb(109,113,58); }
H1.HeaderClassName
{
color: #6D713A;
}
.AnyTagClassName
{
color: #6D713A;
}
</style>
background-color css
<style>
a { background-color: #6D713A; }
a { background-color: rgb(109,113,58); }
div.DivClassName
{
background-color: #6D713A;
}
.BgClassName
{
background-color: #6D713A;
}
</style>
border-color css
<style>
span { border-color: #6D713A; }
span { border-color: rgb(109,113,58); }
td.TdClassName
{
border-color: #6D713A;
}
.TagClassName
{
border-color: #6D713A;
}
</style>