Shades of Rain Forest #6D732A
Tints of Rain Forest #6D732A
RGB
CMYK
RGB Variations
Color information
#6D732A (or 0x6D732A) is known color: Rain Forest. HEX triplet: 6D, 73 and 2A. RGB value is (109,115,42). Sum of RGB (Red+Green+Blue) = 109+115+42=266 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.98% from 266); Green value is 115 (45.31% from 255 or 43.23% from 266); Blue value is 42 (16.80% from 255 or 15.79% from 266); Max value from RGB is 115 - color contains mainly: green. Hex color #6D732A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D732A is #928CD5. Grayscale: #696969. Windows color (decimal): -9604310 or 2782061. OLE color: 2782061.
HSL color Cylindrical-coordinate representation of color #6D732A: hue angle of 64.93º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D732A is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 115 | 42 | - |
| CMYK | 0.05 | 0 | 0.63 | 0.55 |
| HSL | 64.93º | 0.46% | 0.31% | - |
| HSV(B) | 64.93º | 0.63% | 0.45% | - |
| XYZ | 12.86 | 15.68 | 4.54 | - |
| YUV | 104.88 | 92.51 | 130.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 115 | 42 | 0.05 | 0 | 0.63 | 0.55 | 64.93 | 0.46 | 0.31 |
| Hex | 6D | 73 | 2A | 5 | 0 | 3F | 37 | 41 | 2E | 1F |
| Octal | 155 | 163 | 52 | 5 | 0 | 77 | 67 | 101 | 56 | 37 |
| Binary | 1101101 | 1110011 | 101010 | 101 | 0 | 111111 | 110111 | 1000001 | 101110 | 11111 |
Color Harmonies of #6D732A
Complementary color
Monochromatic Colors of #6D732A
Black with #6D732A
Text Example
Text Example
White with #6D732A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D732A; }
p { color: rgb(109,115,42); }
H1.HeaderClassName
{
color: #6D732A;
}
.AnyTagClassName
{
color: #6D732A;
}
</style>
background-color css
<style>
a { background-color: #6D732A; }
a { background-color: rgb(109,115,42); }
div.DivClassName
{
background-color: #6D732A;
}
.BgClassName
{
background-color: #6D732A;
}
</style>
border-color css
<style>
span { border-color: #6D732A; }
span { border-color: rgb(109,115,42); }
td.TdClassName
{
border-color: #6D732A;
}
.TagClassName
{
border-color: #6D732A;
}
</style>