Shades of Rain Forest #6C742D
Tints of Rain Forest #6C742D
RGB
CMYK
RGB Variations
Color information
#6C742D (or 0x6C742D) is known color: Rain Forest. HEX triplet: 6C, 74 and 2D. RGB value is (108,116,45). Sum of RGB (Red+Green+Blue) = 108+116+45=269 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.15% from 269); Green value is 116 (45.70% from 255 or 43.12% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 116 - color contains mainly: green. Hex color #6C742D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C742D is #938BD2. Grayscale: #696969. Windows color (decimal): -9669587 or 2978924. OLE color: 2978924.
HSL color Cylindrical-coordinate representation of color #6C742D: hue angle of 66.76º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6C742D is Cyan = 0.07, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 116 | 45 | - |
| CMYK | 0.07 | 0 | 0.61 | 0.55 |
| HSL | 66.76º | 0.44% | 0.32% | - |
| HSV(B) | 66.76º | 0.61% | 0.45% | - |
| XYZ | 12.9 | 15.87 | 4.87 | - |
| YUV | 105.51 | 93.85 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 116 | 45 | 0.07 | 0 | 0.61 | 0.55 | 66.76 | 0.44 | 0.32 |
| Hex | 6C | 74 | 2D | 7 | 0 | 3D | 37 | 43 | 2C | 20 |
| Octal | 154 | 164 | 55 | 7 | 0 | 75 | 67 | 103 | 54 | 40 |
| Binary | 1101100 | 1110100 | 101101 | 111 | 0 | 111101 | 110111 | 1000011 | 101100 | 100000 |
Color Harmonies of #6C742D
Complementary color
Monochromatic Colors of #6C742D
Black with #6C742D
Text Example
Text Example
White with #6C742D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C742D; }
p { color: rgb(108,116,45); }
H1.HeaderClassName
{
color: #6C742D;
}
.AnyTagClassName
{
color: #6C742D;
}
</style>
background-color css
<style>
a { background-color: #6C742D; }
a { background-color: rgb(108,116,45); }
div.DivClassName
{
background-color: #6C742D;
}
.BgClassName
{
background-color: #6C742D;
}
</style>
border-color css
<style>
span { border-color: #6C742D; }
span { border-color: rgb(108,116,45); }
td.TdClassName
{
border-color: #6C742D;
}
.TagClassName
{
border-color: #6C742D;
}
</style>