Shades of Rain Forest #6B7234
Tints of Rain Forest #6B7234
RGB
CMYK
RGB Variations
Color information
#6B7234 (or 0x6B7234) is known color: Rain Forest. HEX triplet: 6B, 72 and 34. RGB value is (107,114,52). Sum of RGB (Red+Green+Blue) = 107+114+52=273 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.19% from 273); Green value is 114 (44.92% from 255 or 41.76% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 114 - color contains mainly: green. Hex color #6B7234 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7234 is #948DCB. Grayscale: #696969. Windows color (decimal): -9735628 or 3437163. OLE color: 3437163.
HSL color Cylindrical-coordinate representation of color #6B7234: hue angle of 66.77º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6B7234 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 114 | 52 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.55 |
| HSL | 66.77º | 0.37% | 0.33% | - |
| HSV(B) | 66.77º | 0.54% | 0.45% | - |
| XYZ | 12.7 | 15.41 | 5.55 | - |
| YUV | 104.84 | 98.18 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 114 | 52 | 0.06 | 0 | 0.54 | 0.55 | 66.77 | 0.37 | 0.33 |
| Hex | 6B | 72 | 34 | 6 | 0 | 36 | 37 | 43 | 25 | 21 |
| Octal | 153 | 162 | 64 | 6 | 0 | 66 | 67 | 103 | 45 | 41 |
| Binary | 1101011 | 1110010 | 110100 | 110 | 0 | 110110 | 110111 | 1000011 | 100101 | 100001 |
Color Harmonies of #6B7234
Complementary color
Monochromatic Colors of #6B7234
Black with #6B7234
Text Example
Text Example
White with #6B7234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7234; }
p { color: rgb(107,114,52); }
H1.HeaderClassName
{
color: #6B7234;
}
.AnyTagClassName
{
color: #6B7234;
}
</style>
background-color css
<style>
a { background-color: #6B7234; }
a { background-color: rgb(107,114,52); }
div.DivClassName
{
background-color: #6B7234;
}
.BgClassName
{
background-color: #6B7234;
}
</style>
border-color css
<style>
span { border-color: #6B7234; }
span { border-color: rgb(107,114,52); }
td.TdClassName
{
border-color: #6B7234;
}
.TagClassName
{
border-color: #6B7234;
}
</style>