Shades of Rain Forest #6D7421
Tints of Rain Forest #6D7421
RGB
CMYK
RGB Variations
Color information
#6D7421 (or 0x6D7421) is known color: Rain Forest. HEX triplet: 6D, 74 and 21. RGB value is (109,116,33). Sum of RGB (Red+Green+Blue) = 109+116+33=258 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.25% from 258); Green value is 116 (45.70% from 255 or 44.96% from 258); Blue value is 33 (13.28% from 255 or 12.79% from 258); Max value from RGB is 116 - color contains mainly: green. Hex color #6D7421 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7421 is #928BDE. Grayscale: #686868. Windows color (decimal): -9604063 or 2192493. OLE color: 2192493.
HSL color Cylindrical-coordinate representation of color #6D7421: hue angle of 65.06º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6D7421 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 116 | 33 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.55 |
| HSL | 65.06º | 0.56% | 0.29% | - |
| HSV(B) | 65.06º | 0.72% | 0.45% | - |
| XYZ | 12.83 | 15.85 | 3.82 | - |
| YUV | 104.45 | 87.68 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 116 | 33 | 0.06 | 0 | 0.72 | 0.55 | 65.06 | 0.56 | 0.29 |
| Hex | 6D | 74 | 21 | 6 | 0 | 48 | 37 | 41 | 38 | 1D |
| Octal | 155 | 164 | 41 | 6 | 0 | 110 | 67 | 101 | 70 | 35 |
| Binary | 1101101 | 1110100 | 100001 | 110 | 0 | 1001000 | 110111 | 1000001 | 111000 | 11101 |
Color Harmonies of #6D7421
Complementary color
Monochromatic Colors of #6D7421
Black with #6D7421
Text Example
Text Example
White with #6D7421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7421; }
p { color: rgb(109,116,33); }
H1.HeaderClassName
{
color: #6D7421;
}
.AnyTagClassName
{
color: #6D7421;
}
</style>
background-color css
<style>
a { background-color: #6D7421; }
a { background-color: rgb(109,116,33); }
div.DivClassName
{
background-color: #6D7421;
}
.BgClassName
{
background-color: #6D7421;
}
</style>
border-color css
<style>
span { border-color: #6D7421; }
span { border-color: rgb(109,116,33); }
td.TdClassName
{
border-color: #6D7421;
}
.TagClassName
{
border-color: #6D7421;
}
</style>