Shades of Rain Forest #64682F
Tints of Rain Forest #64682F
RGB
CMYK
RGB Variations
Color information
#64682F (or 0x64682F) is known color: Rain Forest. HEX triplet: 64, 68 and 2F. RGB value is (100,104,47). Sum of RGB (Red+Green+Blue) = 100+104+47=251 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.84% from 251); Green value is 104 (41.02% from 255 or 41.43% from 251); Blue value is 47 (18.75% from 255 or 18.73% from 251); Max value from RGB is 104 - color contains mainly: green. Hex color #64682F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64682F is #9B97D0. Grayscale: #606060. Windows color (decimal): -10196945 or 3106916. OLE color: 3106916.
HSL color Cylindrical-coordinate representation of color #64682F: hue angle of 64.21º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64682F is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 104 | 47 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.59 |
| HSL | 64.21º | 0.38% | 0.3% | - |
| HSV(B) | 64.21º | 0.55% | 0.41% | - |
| XYZ | 10.72 | 12.82 | 4.6 | - |
| YUV | 96.31 | 100.17 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 104 | 47 | 0.04 | 0 | 0.55 | 0.59 | 64.21 | 0.38 | 0.3 |
| Hex | 64 | 68 | 2F | 4 | 0 | 37 | 3B | 40 | 26 | 1E |
| Octal | 144 | 150 | 57 | 4 | 0 | 67 | 73 | 100 | 46 | 36 |
| Binary | 1100100 | 1101000 | 101111 | 100 | 0 | 110111 | 111011 | 1000000 | 100110 | 11110 |
Color Harmonies of #64682F
Complementary color
Monochromatic Colors of #64682F
Black with #64682F
Text Example
Text Example
White with #64682F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64682F; }
p { color: rgb(100,104,47); }
H1.HeaderClassName
{
color: #64682F;
}
.AnyTagClassName
{
color: #64682F;
}
</style>
background-color css
<style>
a { background-color: #64682F; }
a { background-color: rgb(100,104,47); }
div.DivClassName
{
background-color: #64682F;
}
.BgClassName
{
background-color: #64682F;
}
</style>
border-color css
<style>
span { border-color: #64682F; }
span { border-color: rgb(100,104,47); }
td.TdClassName
{
border-color: #64682F;
}
.TagClassName
{
border-color: #64682F;
}
</style>