Shades of Rain Forest #6A712E
Tints of Rain Forest #6A712E
RGB
CMYK
RGB Variations
Color information
#6A712E (or 0x6A712E) is known color: Rain Forest. HEX triplet: 6A, 71 and 2E. RGB value is (106,113,46). Sum of RGB (Red+Green+Blue) = 106+113+46=265 (35% of max value = 765). Red value is 106 (41.80% from 255 or 40% from 265); Green value is 113 (44.53% from 255 or 42.64% from 265); Blue value is 46 (18.36% from 255 or 17.36% from 265); Max value from RGB is 113 - color contains mainly: green. Hex color #6A712E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A712E is #958ED1. Grayscale: #676767. Windows color (decimal): -9801426 or 3043690. OLE color: 3043690.
HSL color Cylindrical-coordinate representation of color #6A712E: hue angle of 66.27º 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 #6A712E is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 106 | 113 | 46 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.56 |
| HSL | 66.27º | 0.42% | 0.31% | - |
| HSV(B) | 66.27º | 0.59% | 0.44% | - |
| XYZ | 12.34 | 15.07 | 4.84 | - |
| YUV | 103.27 | 95.68 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 113 | 46 | 0.06 | 0 | 0.59 | 0.56 | 66.27 | 0.42 | 0.31 |
| Hex | 6A | 71 | 2E | 6 | 0 | 3B | 38 | 42 | 2A | 1F |
| Octal | 152 | 161 | 56 | 6 | 0 | 73 | 70 | 102 | 52 | 37 |
| Binary | 1101010 | 1110001 | 101110 | 110 | 0 | 111011 | 111000 | 1000010 | 101010 | 11111 |
Color Harmonies of #6A712E
Complementary color
Monochromatic Colors of #6A712E
Black with #6A712E
Text Example
Text Example
White with #6A712E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A712E; }
p { color: rgb(106,113,46); }
H1.HeaderClassName
{
color: #6A712E;
}
.AnyTagClassName
{
color: #6A712E;
}
</style>
background-color css
<style>
a { background-color: #6A712E; }
a { background-color: rgb(106,113,46); }
div.DivClassName
{
background-color: #6A712E;
}
.BgClassName
{
background-color: #6A712E;
}
</style>
border-color css
<style>
span { border-color: #6A712E; }
span { border-color: rgb(106,113,46); }
td.TdClassName
{
border-color: #6A712E;
}
.TagClassName
{
border-color: #6A712E;
}
</style>