Shades of Rain Forest #6B7032
Tints of Rain Forest #6B7032
RGB
CMYK
RGB Variations
Color information
#6B7032 (or 0x6B7032) is known color: Rain Forest. HEX triplet: 6B, 70 and 32. RGB value is (107,112,50). Sum of RGB (Red+Green+Blue) = 107+112+50=269 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.78% from 269); Green value is 112 (44.14% from 255 or 41.64% from 269); Blue value is 50 (19.92% from 255 or 18.59% from 269); Max value from RGB is 112 - color contains mainly: green. Hex color #6B7032 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7032 is #948FCD. Grayscale: #676767. Windows color (decimal): -9736142 or 3305579. OLE color: 3305579.
HSL color Cylindrical-coordinate representation of color #6B7032: hue angle of 64.84º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B7032 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 112 | 50 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.56 |
| HSL | 64.84º | 0.38% | 0.32% | - |
| HSV(B) | 64.84º | 0.55% | 0.44% | - |
| XYZ | 12.43 | 14.94 | 5.25 | - |
| YUV | 103.44 | 97.84 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 112 | 50 | 0.04 | 0 | 0.55 | 0.56 | 64.84 | 0.38 | 0.32 |
| Hex | 6B | 70 | 32 | 4 | 0 | 37 | 38 | 41 | 26 | 20 |
| Octal | 153 | 160 | 62 | 4 | 0 | 67 | 70 | 101 | 46 | 40 |
| Binary | 1101011 | 1110000 | 110010 | 100 | 0 | 110111 | 111000 | 1000001 | 100110 | 100000 |
Color Harmonies of #6B7032
Complementary color
Monochromatic Colors of #6B7032
Black with #6B7032
Text Example
Text Example
White with #6B7032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7032; }
p { color: rgb(107,112,50); }
H1.HeaderClassName
{
color: #6B7032;
}
.AnyTagClassName
{
color: #6B7032;
}
</style>
background-color css
<style>
a { background-color: #6B7032; }
a { background-color: rgb(107,112,50); }
div.DivClassName
{
background-color: #6B7032;
}
.BgClassName
{
background-color: #6B7032;
}
</style>
border-color css
<style>
span { border-color: #6B7032; }
span { border-color: rgb(107,112,50); }
td.TdClassName
{
border-color: #6B7032;
}
.TagClassName
{
border-color: #6B7032;
}
</style>