Shades of Rain Forest #6F772B
Tints of Rain Forest #6F772B
RGB
CMYK
RGB Variations
Color information
#6F772B (or 0x6F772B) is known color: Rain Forest. HEX triplet: 6F, 77 and 2B. RGB value is (111,119,43). Sum of RGB (Red+Green+Blue) = 111+119+43=273 (36% of max value = 765). Red value is 111 (43.75% from 255 or 40.66% from 273); Green value is 119 (46.88% from 255 or 43.59% from 273); Blue value is 43 (17.19% from 255 or 15.75% from 273); Max value from RGB is 119 - color contains mainly: green. Hex color #6F772B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6F772B is #9088D4. Grayscale: #6C6C6C. Windows color (decimal): -9472213 or 2848623. OLE color: 2848623.
HSL color Cylindrical-coordinate representation of color #6F772B: hue angle of 66.32º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6F772B is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 119 | 43 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.53 |
| HSL | 66.32º | 0.47% | 0.32% | - |
| HSV(B) | 66.32º | 0.64% | 0.47% | - |
| XYZ | 13.59 | 16.75 | 4.8 | - |
| YUV | 107.94 | 91.35 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 119 | 43 | 0.07 | 0 | 0.64 | 0.53 | 66.32 | 0.47 | 0.32 |
| Hex | 6F | 77 | 2B | 7 | 0 | 40 | 35 | 42 | 2F | 20 |
| Octal | 157 | 167 | 53 | 7 | 0 | 100 | 65 | 102 | 57 | 40 |
| Binary | 1101111 | 1110111 | 101011 | 111 | 0 | 1000000 | 110101 | 1000010 | 101111 | 100000 |
Color Harmonies of #6F772B
Complementary color
Monochromatic Colors of #6F772B
Black with #6F772B
Text Example
Text Example
White with #6F772B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F772B; }
p { color: rgb(111,119,43); }
H1.HeaderClassName
{
color: #6F772B;
}
.AnyTagClassName
{
color: #6F772B;
}
</style>
background-color css
<style>
a { background-color: #6F772B; }
a { background-color: rgb(111,119,43); }
div.DivClassName
{
background-color: #6F772B;
}
.BgClassName
{
background-color: #6F772B;
}
</style>
border-color css
<style>
span { border-color: #6F772B; }
span { border-color: rgb(111,119,43); }
td.TdClassName
{
border-color: #6F772B;
}
.TagClassName
{
border-color: #6F772B;
}
</style>