Shades of Rain Forest #6B7238
Tints of Rain Forest #6B7238
RGB
CMYK
RGB Variations
Color information
#6B7238 (or 0x6B7238) is known color: Rain Forest. HEX triplet: 6B, 72 and 38. RGB value is (107,114,56). Sum of RGB (Red+Green+Blue) = 107+114+56=277 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.63% from 277); Green value is 114 (44.92% from 255 or 41.16% from 277); Blue value is 56 (22.27% from 255 or 20.22% from 277); Max value from RGB is 114 - color contains mainly: green. Hex color #6B7238 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7238 is #948DC7. Grayscale: #696969. Windows color (decimal): -9735624 or 3699307. OLE color: 3699307.
HSL color Cylindrical-coordinate representation of color #6B7238: hue angle of 67.24º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6B7238 is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 107 | 114 | 56 | - |
| CMYK | 0.06 | 0 | 0.51 | 0.55 |
| HSL | 67.24º | 0.34% | 0.33% | - |
| HSV(B) | 67.24º | 0.51% | 0.45% | - |
| XYZ | 12.79 | 15.45 | 6.05 | - |
| YUV | 105.3 | 100.18 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 114 | 56 | 0.06 | 0 | 0.51 | 0.55 | 67.24 | 0.34 | 0.33 |
| Hex | 6B | 72 | 38 | 6 | 0 | 33 | 37 | 43 | 22 | 21 |
| Octal | 153 | 162 | 70 | 6 | 0 | 63 | 67 | 103 | 42 | 41 |
| Binary | 1101011 | 1110010 | 111000 | 110 | 0 | 110011 | 110111 | 1000011 | 100010 | 100001 |
Color Harmonies of #6B7238
Complementary color
Monochromatic Colors of #6B7238
Black with #6B7238
Text Example
Text Example
White with #6B7238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7238; }
p { color: rgb(107,114,56); }
H1.HeaderClassName
{
color: #6B7238;
}
.AnyTagClassName
{
color: #6B7238;
}
</style>
background-color css
<style>
a { background-color: #6B7238; }
a { background-color: rgb(107,114,56); }
div.DivClassName
{
background-color: #6B7238;
}
.BgClassName
{
background-color: #6B7238;
}
</style>
border-color css
<style>
span { border-color: #6B7238; }
span { border-color: rgb(107,114,56); }
td.TdClassName
{
border-color: #6B7238;
}
.TagClassName
{
border-color: #6B7238;
}
</style>