Shades of Rain Forest #6D7338
Tints of Rain Forest #6D7338
RGB
CMYK
RGB Variations
Color information
#6D7338 (or 0x6D7338) is known color: Rain Forest. HEX triplet: 6D, 73 and 38. RGB value is (109,115,56). Sum of RGB (Red+Green+Blue) = 109+115+56=280 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.93% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 56 (22.27% from 255 or 20% from 280); Max value from RGB is 115 - color contains mainly: green. Hex color #6D7338 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7338 is #928CC7. Grayscale: #6A6A6A. Windows color (decimal): -9604296 or 3699565. OLE color: 3699565.
HSL color Cylindrical-coordinate representation of color #6D7338: hue angle of 66.1º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6D7338 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 115 | 56 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.55 |
| HSL | 66.1º | 0.35% | 0.34% | - |
| HSV(B) | 66.1º | 0.51% | 0.45% | - |
| XYZ | 13.15 | 15.8 | 6.1 | - |
| YUV | 106.48 | 99.51 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 115 | 56 | 0.05 | 0 | 0.51 | 0.55 | 66.1 | 0.35 | 0.34 |
| Hex | 6D | 73 | 38 | 5 | 0 | 33 | 37 | 42 | 23 | 22 |
| Octal | 155 | 163 | 70 | 5 | 0 | 63 | 67 | 102 | 43 | 42 |
| Binary | 1101101 | 1110011 | 111000 | 101 | 0 | 110011 | 110111 | 1000010 | 100011 | 100010 |
Color Harmonies of #6D7338
Complementary color
Monochromatic Colors of #6D7338
Black with #6D7338
Text Example
Text Example
White with #6D7338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7338; }
p { color: rgb(109,115,56); }
H1.HeaderClassName
{
color: #6D7338;
}
.AnyTagClassName
{
color: #6D7338;
}
</style>
background-color css
<style>
a { background-color: #6D7338; }
a { background-color: rgb(109,115,56); }
div.DivClassName
{
background-color: #6D7338;
}
.BgClassName
{
background-color: #6D7338;
}
</style>
border-color css
<style>
span { border-color: #6D7338; }
span { border-color: rgb(109,115,56); }
td.TdClassName
{
border-color: #6D7338;
}
.TagClassName
{
border-color: #6D7338;
}
</style>