Shades of Rain Forest #6B712F
Tints of Rain Forest #6B712F
RGB
CMYK
RGB Variations
Color information
#6B712F (or 0x6B712F) is known color: Rain Forest. HEX triplet: 6B, 71 and 2F. RGB value is (107,113,47). Sum of RGB (Red+Green+Blue) = 107+113+47=267 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.07% from 267); Green value is 113 (44.53% from 255 or 42.32% from 267); Blue value is 47 (18.75% from 255 or 17.60% from 267); Max value from RGB is 113 - color contains mainly: green. Hex color #6B712F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B712F is #948ED0. Grayscale: #676767. Windows color (decimal): -9735889 or 3109227. OLE color: 3109227.
HSL color Cylindrical-coordinate representation of color #6B712F: hue angle of 65.45º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6B712F is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 113 | 47 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.56 |
| HSL | 65.45º | 0.41% | 0.31% | - |
| HSV(B) | 65.45º | 0.58% | 0.44% | - |
| XYZ | 12.48 | 15.14 | 4.95 | - |
| YUV | 103.68 | 96.01 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 113 | 47 | 0.05 | 0 | 0.58 | 0.56 | 65.45 | 0.41 | 0.31 |
| Hex | 6B | 71 | 2F | 5 | 0 | 3A | 38 | 41 | 29 | 1F |
| Octal | 153 | 161 | 57 | 5 | 0 | 72 | 70 | 101 | 51 | 37 |
| Binary | 1101011 | 1110001 | 101111 | 101 | 0 | 111010 | 111000 | 1000001 | 101001 | 11111 |
Color Harmonies of #6B712F
Complementary color
Monochromatic Colors of #6B712F
Black with #6B712F
Text Example
Text Example
White with #6B712F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B712F; }
p { color: rgb(107,113,47); }
H1.HeaderClassName
{
color: #6B712F;
}
.AnyTagClassName
{
color: #6B712F;
}
</style>
background-color css
<style>
a { background-color: #6B712F; }
a { background-color: rgb(107,113,47); }
div.DivClassName
{
background-color: #6B712F;
}
.BgClassName
{
background-color: #6B712F;
}
</style>
border-color css
<style>
span { border-color: #6B712F; }
span { border-color: rgb(107,113,47); }
td.TdClassName
{
border-color: #6B712F;
}
.TagClassName
{
border-color: #6B712F;
}
</style>