Shades of Rain Forest #6E722C
Tints of Rain Forest #6E722C
RGB
CMYK
RGB Variations
Color information
#6E722C (or 0x6E722C) is known color: Rain Forest. HEX triplet: 6E, 72 and 2C. RGB value is (110,114,44). Sum of RGB (Red+Green+Blue) = 110+114+44=268 (35% of max value = 765). Red value is 110 (43.36% from 255 or 41.04% from 268); Green value is 114 (44.92% from 255 or 42.54% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 114 - color contains mainly: green. Hex color #6E722C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6E722C is #918DD3. Grayscale: #696969. Windows color (decimal): -9539028 or 2912878. OLE color: 2912878.
HSL color Cylindrical-coordinate representation of color #6E722C: hue angle of 63.43º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6E722C is Cyan = 0.04, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 114 | 44 | - |
| CMYK | 0.04 | 0 | 0.61 | 0.55 |
| HSL | 63.43º | 0.44% | 0.31% | - |
| HSV(B) | 63.43º | 0.61% | 0.45% | - |
| XYZ | 12.9 | 15.53 | 4.7 | - |
| YUV | 104.82 | 93.67 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 114 | 44 | 0.04 | 0 | 0.61 | 0.55 | 63.43 | 0.44 | 0.31 |
| Hex | 6E | 72 | 2C | 4 | 0 | 3D | 37 | 3F | 2C | 1F |
| Octal | 156 | 162 | 54 | 4 | 0 | 75 | 67 | 77 | 54 | 37 |
| Binary | 1101110 | 1110010 | 101100 | 100 | 0 | 111101 | 110111 | 111111 | 101100 | 11111 |
Color Harmonies of #6E722C
Complementary color
Monochromatic Colors of #6E722C
Black with #6E722C
Text Example
Text Example
White with #6E722C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E722C; }
p { color: rgb(110,114,44); }
H1.HeaderClassName
{
color: #6E722C;
}
.AnyTagClassName
{
color: #6E722C;
}
</style>
background-color css
<style>
a { background-color: #6E722C; }
a { background-color: rgb(110,114,44); }
div.DivClassName
{
background-color: #6E722C;
}
.BgClassName
{
background-color: #6E722C;
}
</style>
border-color css
<style>
span { border-color: #6E722C; }
span { border-color: rgb(110,114,44); }
td.TdClassName
{
border-color: #6E722C;
}
.TagClassName
{
border-color: #6E722C;
}
</style>