Shades of Rain Forest #646E32
Tints of Rain Forest #646E32
RGB
CMYK
RGB Variations
Color information
#646E32 (or 0x646E32) is known color: Rain Forest. HEX triplet: 64, 6E and 32. RGB value is (100,110,50). Sum of RGB (Red+Green+Blue) = 100+110+50=260 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.46% from 260); Green value is 110 (43.36% from 255 or 42.31% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 110 - color contains mainly: green. Hex color #646E32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646E32 is #9B91CD. Grayscale: #646464. Windows color (decimal): -10195406 or 3305060. OLE color: 3305060.
HSL color Cylindrical-coordinate representation of color #646E32: hue angle of 70º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #646E32 is Cyan = 0.09, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 110 | 50 | - |
| CMYK | 0.09 | 0 | 0.55 | 0.57 |
| HSL | 70º | 0.38% | 0.31% | - |
| HSV(B) | 70º | 0.55% | 0.43% | - |
| XYZ | 11.41 | 14.09 | 5.14 | - |
| YUV | 100.17 | 99.69 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 110 | 50 | 0.09 | 0 | 0.55 | 0.57 | 70 | 0.38 | 0.31 |
| Hex | 64 | 6E | 32 | 9 | 0 | 37 | 39 | 46 | 26 | 1F |
| Octal | 144 | 156 | 62 | 11 | 0 | 67 | 71 | 106 | 46 | 37 |
| Binary | 1100100 | 1101110 | 110010 | 1001 | 0 | 110111 | 111001 | 1000110 | 100110 | 11111 |
Color Harmonies of #646E32
Complementary color
Monochromatic Colors of #646E32
Black with #646E32
Text Example
Text Example
White with #646E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646E32; }
p { color: rgb(100,110,50); }
H1.HeaderClassName
{
color: #646E32;
}
.AnyTagClassName
{
color: #646E32;
}
</style>
background-color css
<style>
a { background-color: #646E32; }
a { background-color: rgb(100,110,50); }
div.DivClassName
{
background-color: #646E32;
}
.BgClassName
{
background-color: #646E32;
}
</style>
border-color css
<style>
span { border-color: #646E32; }
span { border-color: rgb(100,110,50); }
td.TdClassName
{
border-color: #646E32;
}
.TagClassName
{
border-color: #646E32;
}
</style>