Shades of Rain Forest #6D7223
Tints of Rain Forest #6D7223
RGB
CMYK
RGB Variations
Color information
#6D7223 (or 0x6D7223) is known color: Rain Forest. HEX triplet: 6D, 72 and 23. RGB value is (109,114,35). Sum of RGB (Red+Green+Blue) = 109+114+35=258 (34% of max value = 765). Red value is 109 (42.97% from 255 or 42.25% from 258); Green value is 114 (44.92% from 255 or 44.19% from 258); Blue value is 35 (14.06% from 255 or 13.57% from 258); Max value from RGB is 114 - color contains mainly: green. Hex color #6D7223 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D7223 is #928DDC. Grayscale: #676767. Windows color (decimal): -9604573 or 2323053. OLE color: 2323053.
HSL color Cylindrical-coordinate representation of color #6D7223: hue angle of 63.8º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6D7223 is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 109 | 114 | 35 | - |
| CMYK | 0.04 | 0 | 0.69 | 0.55 |
| HSL | 63.8º | 0.53% | 0.29% | - |
| HSV(B) | 63.8º | 0.69% | 0.45% | - |
| XYZ | 12.63 | 15.41 | 3.9 | - |
| YUV | 103.5 | 89.34 | 131.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 114 | 35 | 0.04 | 0 | 0.69 | 0.55 | 63.8 | 0.53 | 0.29 |
| Hex | 6D | 72 | 23 | 4 | 0 | 45 | 37 | 40 | 35 | 1D |
| Octal | 155 | 162 | 43 | 4 | 0 | 105 | 67 | 100 | 65 | 35 |
| Binary | 1101101 | 1110010 | 100011 | 100 | 0 | 1000101 | 110111 | 1000000 | 110101 | 11101 |
Color Harmonies of #6D7223
Complementary color
Monochromatic Colors of #6D7223
Black with #6D7223
Text Example
Text Example
White with #6D7223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D7223; }
p { color: rgb(109,114,35); }
H1.HeaderClassName
{
color: #6D7223;
}
.AnyTagClassName
{
color: #6D7223;
}
</style>
background-color css
<style>
a { background-color: #6D7223; }
a { background-color: rgb(109,114,35); }
div.DivClassName
{
background-color: #6D7223;
}
.BgClassName
{
background-color: #6D7223;
}
</style>
border-color css
<style>
span { border-color: #6D7223; }
span { border-color: rgb(109,114,35); }
td.TdClassName
{
border-color: #6D7223;
}
.TagClassName
{
border-color: #6D7223;
}
</style>