Shades of Rain Forest #6C7431
Tints of Rain Forest #6C7431
RGB
CMYK
RGB Variations
Color information
#6C7431 (or 0x6C7431) is known color: Rain Forest. HEX triplet: 6C, 74 and 31. RGB value is (108,116,49). Sum of RGB (Red+Green+Blue) = 108+116+49=273 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.56% from 273); Green value is 116 (45.70% from 255 or 42.49% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 116 - color contains mainly: green. Hex color #6C7431 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7431 is #938BCE. Grayscale: #6A6A6A. Windows color (decimal): -9669583 or 3241068. OLE color: 3241068.
HSL color Cylindrical-coordinate representation of color #6C7431: hue angle of 67.16º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C7431 is Cyan = 0.07, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 116 | 49 | - |
| CMYK | 0.07 | 0 | 0.58 | 0.55 |
| HSL | 67.16º | 0.41% | 0.32% | - |
| HSV(B) | 67.16º | 0.58% | 0.45% | - |
| XYZ | 12.98 | 15.9 | 5.29 | - |
| YUV | 105.97 | 95.85 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 116 | 49 | 0.07 | 0 | 0.58 | 0.55 | 67.16 | 0.41 | 0.32 |
| Hex | 6C | 74 | 31 | 7 | 0 | 3A | 37 | 43 | 29 | 20 |
| Octal | 154 | 164 | 61 | 7 | 0 | 72 | 67 | 103 | 51 | 40 |
| Binary | 1101100 | 1110100 | 110001 | 111 | 0 | 111010 | 110111 | 1000011 | 101001 | 100000 |
Color Harmonies of #6C7431
Complementary color
Monochromatic Colors of #6C7431
Black with #6C7431
Text Example
Text Example
White with #6C7431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7431; }
p { color: rgb(108,116,49); }
H1.HeaderClassName
{
color: #6C7431;
}
.AnyTagClassName
{
color: #6C7431;
}
</style>
background-color css
<style>
a { background-color: #6C7431; }
a { background-color: rgb(108,116,49); }
div.DivClassName
{
background-color: #6C7431;
}
.BgClassName
{
background-color: #6C7431;
}
</style>
border-color css
<style>
span { border-color: #6C7431; }
span { border-color: rgb(108,116,49); }
td.TdClassName
{
border-color: #6C7431;
}
.TagClassName
{
border-color: #6C7431;
}
</style>