Shades of Rain Forest #64682D
Tints of Rain Forest #64682D
RGB
CMYK
RGB Variations
Color information
#64682D (or 0x64682D) is known color: Rain Forest. HEX triplet: 64, 68 and 2D. RGB value is (100,104,45). Sum of RGB (Red+Green+Blue) = 100+104+45=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 104 (41.02% from 255 or 41.77% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 104 - color contains mainly: green. Hex color #64682D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64682D is #9B97D2. Grayscale: #606060. Windows color (decimal): -10196947 or 2975844. OLE color: 2975844.
HSL color Cylindrical-coordinate representation of color #64682D: hue angle of 64.07º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64682D is Cyan = 0.04, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 104 | 45 | - |
| CMYK | 0.04 | 0 | 0.57 | 0.59 |
| HSL | 64.07º | 0.4% | 0.29% | - |
| HSV(B) | 64.07º | 0.57% | 0.41% | - |
| XYZ | 10.68 | 12.8 | 4.39 | - |
| YUV | 96.08 | 99.17 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 104 | 45 | 0.04 | 0 | 0.57 | 0.59 | 64.07 | 0.4 | 0.29 |
| Hex | 64 | 68 | 2D | 4 | 0 | 39 | 3B | 40 | 28 | 1D |
| Octal | 144 | 150 | 55 | 4 | 0 | 71 | 73 | 100 | 50 | 35 |
| Binary | 1100100 | 1101000 | 101101 | 100 | 0 | 111001 | 111011 | 1000000 | 101000 | 11101 |
Color Harmonies of #64682D
Complementary color
Monochromatic Colors of #64682D
Black with #64682D
Text Example
Text Example
White with #64682D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64682D; }
p { color: rgb(100,104,45); }
H1.HeaderClassName
{
color: #64682D;
}
.AnyTagClassName
{
color: #64682D;
}
</style>
background-color css
<style>
a { background-color: #64682D; }
a { background-color: rgb(100,104,45); }
div.DivClassName
{
background-color: #64682D;
}
.BgClassName
{
background-color: #64682D;
}
</style>
border-color css
<style>
span { border-color: #64682D; }
span { border-color: rgb(100,104,45); }
td.TdClassName
{
border-color: #64682D;
}
.TagClassName
{
border-color: #64682D;
}
</style>