Shades of Rain Forest #6E743A
Tints of Rain Forest #6E743A
RGB
CMYK
RGB Variations
Color information
#6E743A (or 0x6E743A) is known color: Rain Forest. HEX triplet: 6E, 74 and 3A. RGB value is (110,116,58). Sum of RGB (Red+Green+Blue) = 110+116+58=284 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.73% from 284); Green value is 116 (45.70% from 255 or 40.85% from 284); Blue value is 58 (23.05% from 255 or 20.42% from 284); Max value from RGB is 116 - color contains mainly: green. Hex color #6E743A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E743A is #918BC5. Grayscale: #6B6B6B. Windows color (decimal): -9538502 or 3830894. OLE color: 3830894.
HSL color Cylindrical-coordinate representation of color #6E743A: hue angle of 66.21º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E743A is Cyan = 0.05, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 116 | 58 | - |
| CMYK | 0.05 | 0 | 0.5 | 0.55 |
| HSL | 66.21º | 0.33% | 0.34% | - |
| HSV(B) | 66.21º | 0.5% | 0.45% | - |
| XYZ | 13.44 | 16.11 | 6.4 | - |
| YUV | 107.59 | 100.01 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 116 | 58 | 0.05 | 0 | 0.5 | 0.55 | 66.21 | 0.33 | 0.34 |
| Hex | 6E | 74 | 3A | 5 | 0 | 32 | 37 | 42 | 21 | 22 |
| Octal | 156 | 164 | 72 | 5 | 0 | 62 | 67 | 102 | 41 | 42 |
| Binary | 1101110 | 1110100 | 111010 | 101 | 0 | 110010 | 110111 | 1000010 | 100001 | 100010 |
Color Harmonies of #6E743A
Complementary color
Monochromatic Colors of #6E743A
Black with #6E743A
Text Example
Text Example
White with #6E743A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E743A; }
p { color: rgb(110,116,58); }
H1.HeaderClassName
{
color: #6E743A;
}
.AnyTagClassName
{
color: #6E743A;
}
</style>
background-color css
<style>
a { background-color: #6E743A; }
a { background-color: rgb(110,116,58); }
div.DivClassName
{
background-color: #6E743A;
}
.BgClassName
{
background-color: #6E743A;
}
</style>
border-color css
<style>
span { border-color: #6E743A; }
span { border-color: rgb(110,116,58); }
td.TdClassName
{
border-color: #6E743A;
}
.TagClassName
{
border-color: #6E743A;
}
</style>