Shades of Rain Forest #6B7239
Tints of Rain Forest #6B7239
RGB
CMYK
RGB Variations
Color information
#6B7239 (or 0x6B7239) is known color: Rain Forest. HEX triplet: 6B, 72 and 39. RGB value is (107,114,57). Sum of RGB (Red+Green+Blue) = 107+114+57=278 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.49% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 57 (22.66% from 255 or 20.50% from 278); Max value from RGB is 114 - color contains mainly: green. Hex color #6B7239 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7239 is #948DC6. Grayscale: #696969. Windows color (decimal): -9735623 or 3764843. OLE color: 3764843.
HSL color Cylindrical-coordinate representation of color #6B7239: hue angle of 67.37º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B7239 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 114 | 57 | - |
| CMYK | 0.06 | 0 | 0.50 | 0.55 |
| HSL | 67.37º | 0.33% | 0.34% | - |
| HSV(B) | 67.37º | 0.5% | 0.45% | - |
| XYZ | 12.82 | 15.46 | 6.18 | - |
| YUV | 105.41 | 100.68 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 114 | 57 | 0.06 | 0 | 0.50 | 0.55 | 67.37 | 0.33 | 0.34 |
| Hex | 6B | 72 | 39 | 6 | 0 | 32 | 37 | 43 | 21 | 22 |
| Octal | 153 | 162 | 71 | 6 | 0 | 62 | 67 | 103 | 41 | 42 |
| Binary | 1101011 | 1110010 | 111001 | 110 | 0 | 110010 | 110111 | 1000011 | 100001 | 100010 |
Color Harmonies of #6B7239
Complementary color
Monochromatic Colors of #6B7239
Black with #6B7239
Text Example
Text Example
White with #6B7239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7239; }
p { color: rgb(107,114,57); }
H1.HeaderClassName
{
color: #6B7239;
}
.AnyTagClassName
{
color: #6B7239;
}
</style>
background-color css
<style>
a { background-color: #6B7239; }
a { background-color: rgb(107,114,57); }
div.DivClassName
{
background-color: #6B7239;
}
.BgClassName
{
background-color: #6B7239;
}
</style>
border-color css
<style>
span { border-color: #6B7239; }
span { border-color: rgb(107,114,57); }
td.TdClassName
{
border-color: #6B7239;
}
.TagClassName
{
border-color: #6B7239;
}
</style>