Shades of Rain Forest #6D721F
Tints of Rain Forest #6D721F
RGB
CMYK
RGB Variations
Color information
#6D721F (or 0x6D721F) is known color: Rain Forest. HEX triplet: 6D, 72 and 1F. RGB value is (109,114,31). Sum of RGB (Red+Green+Blue) = 109+114+31=254 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.91% from 254); Green value is 114 (44.92% from 255 or 44.88% from 254); Blue value is 31 (12.5% from 255 or 12.20% from 254); Max value from RGB is 114 - color contains mainly: green. Hex color #6D721F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D721F is #928DE0. Grayscale: #676767. Windows color (decimal): -9604577 or 2060909. OLE color: 2060909.
HSL color Cylindrical-coordinate representation of color #6D721F: hue angle of 63.61º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6D721F is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 114 | 31 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.55 |
| HSL | 63.61º | 0.57% | 0.28% | - |
| HSV(B) | 63.61º | 0.73% | 0.45% | - |
| XYZ | 12.57 | 15.38 | 3.6 | - |
| YUV | 103.04 | 87.34 | 132.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 114 | 31 | 0.04 | 0 | 0.73 | 0.55 | 63.61 | 0.57 | 0.28 |
| Hex | 6D | 72 | 1F | 4 | 0 | 49 | 37 | 40 | 39 | 1C |
| Octal | 155 | 162 | 37 | 4 | 0 | 111 | 67 | 100 | 71 | 34 |
| Binary | 1101101 | 1110010 | 11111 | 100 | 0 | 1001001 | 110111 | 1000000 | 111001 | 11100 |
Color Harmonies of #6D721F
Complementary color
Monochromatic Colors of #6D721F
Black with #6D721F
Text Example
Text Example
White with #6D721F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D721F; }
p { color: rgb(109,114,31); }
H1.HeaderClassName
{
color: #6D721F;
}
.AnyTagClassName
{
color: #6D721F;
}
</style>
background-color css
<style>
a { background-color: #6D721F; }
a { background-color: rgb(109,114,31); }
div.DivClassName
{
background-color: #6D721F;
}
.BgClassName
{
background-color: #6D721F;
}
</style>
border-color css
<style>
span { border-color: #6D721F; }
span { border-color: rgb(109,114,31); }
td.TdClassName
{
border-color: #6D721F;
}
.TagClassName
{
border-color: #6D721F;
}
</style>