Shades of Rain Forest #6D772D
Tints of Rain Forest #6D772D
RGB
CMYK
RGB Variations
Color information
#6D772D (or 0x6D772D) is known color: Rain Forest. HEX triplet: 6D, 77 and 2D. RGB value is (109,119,45). Sum of RGB (Red+Green+Blue) = 109+119+45=273 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.93% from 273); Green value is 119 (46.88% from 255 or 43.59% from 273); Blue value is 45 (17.97% from 255 or 16.48% from 273); Max value from RGB is 119 - color contains mainly: green. Hex color #6D772D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D772D is #9288D2. Grayscale: #6B6B6B. Windows color (decimal): -9603283 or 2979693. OLE color: 2979693.
HSL color Cylindrical-coordinate representation of color #6D772D: hue angle of 68.11º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6D772D is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 109 | 119 | 45 | - |
| CMYK | 0.08 | 0 | 0.62 | 0.53 |
| HSL | 68.11º | 0.45% | 0.32% | - |
| HSV(B) | 68.11º | 0.62% | 0.47% | - |
| XYZ | 13.38 | 16.63 | 4.99 | - |
| YUV | 107.57 | 92.69 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 119 | 45 | 0.08 | 0 | 0.62 | 0.53 | 68.11 | 0.45 | 0.32 |
| Hex | 6D | 77 | 2D | 8 | 0 | 3E | 35 | 44 | 2D | 20 |
| Octal | 155 | 167 | 55 | 10 | 0 | 76 | 65 | 104 | 55 | 40 |
| Binary | 1101101 | 1110111 | 101101 | 1000 | 0 | 111110 | 110101 | 1000100 | 101101 | 100000 |
Color Harmonies of #6D772D
Complementary color
Monochromatic Colors of #6D772D
Black with #6D772D
Text Example
Text Example
White with #6D772D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D772D; }
p { color: rgb(109,119,45); }
H1.HeaderClassName
{
color: #6D772D;
}
.AnyTagClassName
{
color: #6D772D;
}
</style>
background-color css
<style>
a { background-color: #6D772D; }
a { background-color: rgb(109,119,45); }
div.DivClassName
{
background-color: #6D772D;
}
.BgClassName
{
background-color: #6D772D;
}
</style>
border-color css
<style>
span { border-color: #6D772D; }
span { border-color: rgb(109,119,45); }
td.TdClassName
{
border-color: #6D772D;
}
.TagClassName
{
border-color: #6D772D;
}
</style>