Shades of Rain Forest #6B702D
Tints of Rain Forest #6B702D
RGB
CMYK
RGB Variations
Color information
#6B702D (or 0x6B702D) is known color: Rain Forest. HEX triplet: 6B, 70 and 2D. RGB value is (107,112,45). Sum of RGB (Red+Green+Blue) = 107+112+45=264 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.53% from 264); Green value is 112 (44.14% from 255 or 42.42% from 264); Blue value is 45 (17.97% from 255 or 17.05% from 264); Max value from RGB is 112 - color contains mainly: green. Hex color #6B702D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B702D is #948FD2. Grayscale: #676767. Windows color (decimal): -9736147 or 2977899. OLE color: 2977899.
HSL color Cylindrical-coordinate representation of color #6B702D: hue angle of 64.48º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6B702D is Cyan = 0.04, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 112 | 45 | - |
| CMYK | 0.04 | 0 | 0.60 | 0.56 |
| HSL | 64.48º | 0.43% | 0.31% | - |
| HSV(B) | 64.48º | 0.6% | 0.44% | - |
| XYZ | 12.33 | 14.9 | 4.71 | - |
| YUV | 102.87 | 95.34 | 130.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 112 | 45 | 0.04 | 0 | 0.60 | 0.56 | 64.48 | 0.43 | 0.31 |
| Hex | 6B | 70 | 2D | 4 | 0 | 3C | 38 | 40 | 2B | 1F |
| Octal | 153 | 160 | 55 | 4 | 0 | 74 | 70 | 100 | 53 | 37 |
| Binary | 1101011 | 1110000 | 101101 | 100 | 0 | 111100 | 111000 | 1000000 | 101011 | 11111 |
Color Harmonies of #6B702D
Complementary color
Monochromatic Colors of #6B702D
Black with #6B702D
Text Example
Text Example
White with #6B702D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B702D; }
p { color: rgb(107,112,45); }
H1.HeaderClassName
{
color: #6B702D;
}
.AnyTagClassName
{
color: #6B702D;
}
</style>
background-color css
<style>
a { background-color: #6B702D; }
a { background-color: rgb(107,112,45); }
div.DivClassName
{
background-color: #6B702D;
}
.BgClassName
{
background-color: #6B702D;
}
</style>
border-color css
<style>
span { border-color: #6B702D; }
span { border-color: rgb(107,112,45); }
td.TdClassName
{
border-color: #6B702D;
}
.TagClassName
{
border-color: #6B702D;
}
</style>