Shades of Rain Forest #6D7325
Tints of Rain Forest #6D7325
RGB
CMYK
RGB Variations
Color information
#6D7325 (or 0x6D7325) is known color: Rain Forest. HEX triplet: 6D, 73 and 25. RGB value is (109,115,37). Sum of RGB (Red+Green+Blue) = 109+115+37=261 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.76% from 261); Green value is 115 (45.31% from 255 or 44.06% from 261); Blue value is 37 (14.84% from 255 or 14.18% from 261); Max value from RGB is 115 - color contains mainly: green. Hex color #6D7325 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7325 is #928CDA. Grayscale: #686868. Windows color (decimal): -9604315 or 2454381. OLE color: 2454381.
HSL color Cylindrical-coordinate representation of color #6D7325: hue angle of 64.62º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D7325 is Cyan = 0.05, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 115 | 37 | - |
| CMYK | 0.05 | 0 | 0.68 | 0.55 |
| HSL | 64.62º | 0.51% | 0.3% | - |
| HSV(B) | 64.62º | 0.68% | 0.45% | - |
| XYZ | 12.77 | 15.65 | 4.1 | - |
| YUV | 104.31 | 90.01 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 115 | 37 | 0.05 | 0 | 0.68 | 0.55 | 64.62 | 0.51 | 0.3 |
| Hex | 6D | 73 | 25 | 5 | 0 | 44 | 37 | 41 | 33 | 1E |
| Octal | 155 | 163 | 45 | 5 | 0 | 104 | 67 | 101 | 63 | 36 |
| Binary | 1101101 | 1110011 | 100101 | 101 | 0 | 1000100 | 110111 | 1000001 | 110011 | 11110 |
Color Harmonies of #6D7325
Complementary color
Monochromatic Colors of #6D7325
Black with #6D7325
Text Example
Text Example
White with #6D7325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7325; }
p { color: rgb(109,115,37); }
H1.HeaderClassName
{
color: #6D7325;
}
.AnyTagClassName
{
color: #6D7325;
}
</style>
background-color css
<style>
a { background-color: #6D7325; }
a { background-color: rgb(109,115,37); }
div.DivClassName
{
background-color: #6D7325;
}
.BgClassName
{
background-color: #6D7325;
}
</style>
border-color css
<style>
span { border-color: #6D7325; }
span { border-color: rgb(109,115,37); }
td.TdClassName
{
border-color: #6D7325;
}
.TagClassName
{
border-color: #6D7325;
}
</style>