Shades of Rain Forest #6D702C
Tints of Rain Forest #6D702C
RGB
CMYK
RGB Variations
Color information
#6D702C (or 0x6D702C) is known color: Rain Forest. HEX triplet: 6D, 70 and 2C. RGB value is (109,112,44). Sum of RGB (Red+Green+Blue) = 109+112+44=265 (35% of max value = 765). Red value is 109 (42.97% from 255 or 41.13% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 112 - color contains mainly: green. Hex color #6D702C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D702C is #928FD3. Grayscale: #676767. Windows color (decimal): -9605076 or 2912365. OLE color: 2912365.
HSL color Cylindrical-coordinate representation of color #6D702C: hue angle of 62.65º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6D702C is Cyan = 0.03, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 109 | 112 | 44 | - |
| CMYK | 0.03 | 0 | 0.61 | 0.56 |
| HSL | 62.65º | 0.44% | 0.31% | - |
| HSV(B) | 62.65º | 0.61% | 0.44% | - |
| XYZ | 12.56 | 15.02 | 4.62 | - |
| YUV | 103.35 | 94.51 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 112 | 44 | 0.03 | 0 | 0.61 | 0.56 | 62.65 | 0.44 | 0.31 |
| Hex | 6D | 70 | 2C | 3 | 0 | 3D | 38 | 3F | 2C | 1F |
| Octal | 155 | 160 | 54 | 3 | 0 | 75 | 70 | 77 | 54 | 37 |
| Binary | 1101101 | 1110000 | 101100 | 11 | 0 | 111101 | 111000 | 111111 | 101100 | 11111 |
Color Harmonies of #6D702C
Complementary color
Monochromatic Colors of #6D702C
Black with #6D702C
Text Example
Text Example
White with #6D702C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D702C; }
p { color: rgb(109,112,44); }
H1.HeaderClassName
{
color: #6D702C;
}
.AnyTagClassName
{
color: #6D702C;
}
</style>
background-color css
<style>
a { background-color: #6D702C; }
a { background-color: rgb(109,112,44); }
div.DivClassName
{
background-color: #6D702C;
}
.BgClassName
{
background-color: #6D702C;
}
</style>
border-color css
<style>
span { border-color: #6D702C; }
span { border-color: rgb(109,112,44); }
td.TdClassName
{
border-color: #6D702C;
}
.TagClassName
{
border-color: #6D702C;
}
</style>