Shades of Rain Forest #64702E
Tints of Rain Forest #64702E
RGB
CMYK
RGB Variations
Color information
#64702E (or 0x64702E) is known color: Rain Forest. HEX triplet: 64, 70 and 2E. RGB value is (100,112,46). Sum of RGB (Red+Green+Blue) = 100+112+46=258 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.76% from 258); Green value is 112 (44.14% from 255 or 43.41% from 258); Blue value is 46 (18.36% from 255 or 17.83% from 258); Max value from RGB is 112 - color contains mainly: green. Hex color #64702E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64702E is #9B8FD1. Grayscale: #656565. Windows color (decimal): -10194898 or 3043428. OLE color: 3043428.
HSL color Cylindrical-coordinate representation of color #64702E: hue angle of 70.91º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #64702E is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 100 | 112 | 46 | - |
| CMYK | 0.11 | 0 | 0.59 | 0.56 |
| HSL | 70.91º | 0.42% | 0.31% | - |
| HSV(B) | 70.91º | 0.59% | 0.44% | - |
| XYZ | 11.54 | 14.49 | 4.77 | - |
| YUV | 100.89 | 97.02 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 112 | 46 | 0.11 | 0 | 0.59 | 0.56 | 70.91 | 0.42 | 0.31 |
| Hex | 64 | 70 | 2E | B | 0 | 3B | 38 | 47 | 2A | 1F |
| Octal | 144 | 160 | 56 | 13 | 0 | 73 | 70 | 107 | 52 | 37 |
| Binary | 1100100 | 1110000 | 101110 | 1011 | 0 | 111011 | 111000 | 1000111 | 101010 | 11111 |
Color Harmonies of #64702E
Complementary color
Monochromatic Colors of #64702E
Black with #64702E
Text Example
Text Example
White with #64702E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64702E; }
p { color: rgb(100,112,46); }
H1.HeaderClassName
{
color: #64702E;
}
.AnyTagClassName
{
color: #64702E;
}
</style>
background-color css
<style>
a { background-color: #64702E; }
a { background-color: rgb(100,112,46); }
div.DivClassName
{
background-color: #64702E;
}
.BgClassName
{
background-color: #64702E;
}
</style>
border-color css
<style>
span { border-color: #64702E; }
span { border-color: rgb(100,112,46); }
td.TdClassName
{
border-color: #64702E;
}
.TagClassName
{
border-color: #64702E;
}
</style>