Shades of Rain Forest #6B7025
Tints of Rain Forest #6B7025
RGB
CMYK
RGB Variations
Color information
#6B7025 (or 0x6B7025) is known color: Rain Forest. HEX triplet: 6B, 70 and 25. RGB value is (107,112,37). Sum of RGB (Red+Green+Blue) = 107+112+37=256 (33% of max value = 765). Red value is 107 (42.19% from 255 or 41.80% from 256); Green value is 112 (44.14% from 255 or 43.75% from 256); Blue value is 37 (14.84% from 255 or 14.45% from 256); Max value from RGB is 112 - color contains mainly: green. Hex color #6B7025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7025 is #948FDA. Grayscale: #666666. Windows color (decimal): -9736155 or 2453611. OLE color: 2453611.
HSL color Cylindrical-coordinate representation of color #6B7025: hue angle of 64º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6B7025 is Cyan = 0.04, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 112 | 37 | - |
| CMYK | 0.04 | 0 | 0.67 | 0.56 |
| HSL | 64º | 0.5% | 0.29% | - |
| HSV(B) | 64º | 0.67% | 0.44% | - |
| XYZ | 12.19 | 14.85 | 3.97 | - |
| YUV | 101.96 | 91.34 | 131.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 112 | 37 | 0.04 | 0 | 0.67 | 0.56 | 64 | 0.5 | 0.29 |
| Hex | 6B | 70 | 25 | 4 | 0 | 43 | 38 | 40 | 32 | 1D |
| Octal | 153 | 160 | 45 | 4 | 0 | 103 | 70 | 100 | 62 | 35 |
| Binary | 1101011 | 1110000 | 100101 | 100 | 0 | 1000011 | 111000 | 1000000 | 110010 | 11101 |
Color Harmonies of #6B7025
Complementary color
Monochromatic Colors of #6B7025
Black with #6B7025
Text Example
Text Example
White with #6B7025
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7025; }
p { color: rgb(107,112,37); }
H1.HeaderClassName
{
color: #6B7025;
}
.AnyTagClassName
{
color: #6B7025;
}
</style>
background-color css
<style>
a { background-color: #6B7025; }
a { background-color: rgb(107,112,37); }
div.DivClassName
{
background-color: #6B7025;
}
.BgClassName
{
background-color: #6B7025;
}
</style>
border-color css
<style>
span { border-color: #6B7025; }
span { border-color: rgb(107,112,37); }
td.TdClassName
{
border-color: #6B7025;
}
.TagClassName
{
border-color: #6B7025;
}
</style>