Shades of Rain Forest #6C742E
Tints of Rain Forest #6C742E
RGB
CMYK
RGB Variations
Color information
#6C742E (or 0x6C742E) is known color: Rain Forest. HEX triplet: 6C, 74 and 2E. RGB value is (108,116,46). Sum of RGB (Red+Green+Blue) = 108+116+46=270 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40% from 270); Green value is 116 (45.70% from 255 or 42.96% from 270); Blue value is 46 (18.36% from 255 or 17.04% from 270); Max value from RGB is 116 - color contains mainly: green. Hex color #6C742E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C742E is #938BD1. Grayscale: #696969. Windows color (decimal): -9669586 or 3044460. OLE color: 3044460.
HSL color Cylindrical-coordinate representation of color #6C742E: hue angle of 66.86º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6C742E is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 116 | 46 | - |
| CMYK | 0.07 | 0 | 0.60 | 0.55 |
| HSL | 66.86º | 0.43% | 0.32% | - |
| HSV(B) | 66.86º | 0.6% | 0.45% | - |
| XYZ | 12.92 | 15.88 | 4.97 | - |
| YUV | 105.63 | 94.35 | 129.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 116 | 46 | 0.07 | 0 | 0.60 | 0.55 | 66.86 | 0.43 | 0.32 |
| Hex | 6C | 74 | 2E | 7 | 0 | 3C | 37 | 43 | 2B | 20 |
| Octal | 154 | 164 | 56 | 7 | 0 | 74 | 67 | 103 | 53 | 40 |
| Binary | 1101100 | 1110100 | 101110 | 111 | 0 | 111100 | 110111 | 1000011 | 101011 | 100000 |
Color Harmonies of #6C742E
Complementary color
Monochromatic Colors of #6C742E
Black with #6C742E
Text Example
Text Example
White with #6C742E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C742E; }
p { color: rgb(108,116,46); }
H1.HeaderClassName
{
color: #6C742E;
}
.AnyTagClassName
{
color: #6C742E;
}
</style>
background-color css
<style>
a { background-color: #6C742E; }
a { background-color: rgb(108,116,46); }
div.DivClassName
{
background-color: #6C742E;
}
.BgClassName
{
background-color: #6C742E;
}
</style>
border-color css
<style>
span { border-color: #6C742E; }
span { border-color: rgb(108,116,46); }
td.TdClassName
{
border-color: #6C742E;
}
.TagClassName
{
border-color: #6C742E;
}
</style>