Shades of Rain Forest #64682E
Tints of Rain Forest #64682E
RGB
CMYK
RGB Variations
Color information
#64682E (or 0x64682E) is known color: Rain Forest. HEX triplet: 64, 68 and 2E. RGB value is (100,104,46). Sum of RGB (Red+Green+Blue) = 100+104+46=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 104 - color contains mainly: green. Hex color #64682E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64682E is #9B97D1. Grayscale: #606060. Windows color (decimal): -10196946 or 3041380. OLE color: 3041380.
HSL color Cylindrical-coordinate representation of color #64682E: hue angle of 64.14º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64682E is Cyan = 0.04, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 104 | 46 | - |
| CMYK | 0.04 | 0 | 0.56 | 0.59 |
| HSL | 64.14º | 0.39% | 0.29% | - |
| HSV(B) | 64.14º | 0.56% | 0.41% | - |
| XYZ | 10.7 | 12.81 | 4.49 | - |
| YUV | 96.19 | 99.67 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 104 | 46 | 0.04 | 0 | 0.56 | 0.59 | 64.14 | 0.39 | 0.29 |
| Hex | 64 | 68 | 2E | 4 | 0 | 38 | 3B | 40 | 27 | 1D |
| Octal | 144 | 150 | 56 | 4 | 0 | 70 | 73 | 100 | 47 | 35 |
| Binary | 1100100 | 1101000 | 101110 | 100 | 0 | 111000 | 111011 | 1000000 | 100111 | 11101 |
Color Harmonies of #64682E
Complementary color
Monochromatic Colors of #64682E
Black with #64682E
Text Example
Text Example
White with #64682E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64682E; }
p { color: rgb(100,104,46); }
H1.HeaderClassName
{
color: #64682E;
}
.AnyTagClassName
{
color: #64682E;
}
</style>
background-color css
<style>
a { background-color: #64682E; }
a { background-color: rgb(100,104,46); }
div.DivClassName
{
background-color: #64682E;
}
.BgClassName
{
background-color: #64682E;
}
</style>
border-color css
<style>
span { border-color: #64682E; }
span { border-color: rgb(100,104,46); }
td.TdClassName
{
border-color: #64682E;
}
.TagClassName
{
border-color: #64682E;
}
</style>