Shades of Rain Forest #6B7235
Tints of Rain Forest #6B7235
RGB
CMYK
RGB Variations
Color information
#6B7235 (or 0x6B7235) is known color: Rain Forest. HEX triplet: 6B, 72 and 35. RGB value is (107,114,53). Sum of RGB (Red+Green+Blue) = 107+114+53=274 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.05% from 274); Green value is 114 (44.92% from 255 or 41.61% from 274); Blue value is 53 (21.09% from 255 or 19.34% from 274); Max value from RGB is 114 - color contains mainly: green. Hex color #6B7235 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7235 is #948DCA. Grayscale: #696969. Windows color (decimal): -9735627 or 3502699. OLE color: 3502699.
HSL color Cylindrical-coordinate representation of color #6B7235: hue angle of 66.89º 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 #6B7235 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 114 | 53 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.55 |
| HSL | 66.89º | 0.37% | 0.33% | - |
| HSV(B) | 66.89º | 0.54% | 0.45% | - |
| XYZ | 12.72 | 15.42 | 5.67 | - |
| YUV | 104.95 | 98.68 | 129.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 114 | 53 | 0.06 | 0 | 0.54 | 0.55 | 66.89 | 0.37 | 0.33 |
| Hex | 6B | 72 | 35 | 6 | 0 | 36 | 37 | 43 | 25 | 21 |
| Octal | 153 | 162 | 65 | 6 | 0 | 66 | 67 | 103 | 45 | 41 |
| Binary | 1101011 | 1110010 | 110101 | 110 | 0 | 110110 | 110111 | 1000011 | 100101 | 100001 |
Color Harmonies of #6B7235
Complementary color
Monochromatic Colors of #6B7235
Black with #6B7235
Text Example
Text Example
White with #6B7235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7235; }
p { color: rgb(107,114,53); }
H1.HeaderClassName
{
color: #6B7235;
}
.AnyTagClassName
{
color: #6B7235;
}
</style>
background-color css
<style>
a { background-color: #6B7235; }
a { background-color: rgb(107,114,53); }
div.DivClassName
{
background-color: #6B7235;
}
.BgClassName
{
background-color: #6B7235;
}
</style>
border-color css
<style>
span { border-color: #6B7235; }
span { border-color: rgb(107,114,53); }
td.TdClassName
{
border-color: #6B7235;
}
.TagClassName
{
border-color: #6B7235;
}
</style>