Shades of Rain Forest #646E2C
Tints of Rain Forest #646E2C
RGB
CMYK
RGB Variations
Color information
#646E2C (or 0x646E2C) is known color: Rain Forest. HEX triplet: 64, 6E and 2C. RGB value is (100,110,44). Sum of RGB (Red+Green+Blue) = 100+110+44=254 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.37% from 254); Green value is 110 (43.36% from 255 or 43.31% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 110 - color contains mainly: green. Hex color #646E2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646E2C is #9B91D3. Grayscale: #636363. Windows color (decimal): -10195412 or 2911844. OLE color: 2911844.
HSL color Cylindrical-coordinate representation of color #646E2C: hue angle of 69.09º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #646E2C is Cyan = 0.09, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 100 | 110 | 44 | - |
| CMYK | 0.09 | 0 | 0.6 | 0.57 |
| HSL | 69.09º | 0.43% | 0.3% | - |
| HSV(B) | 69.09º | 0.6% | 0.43% | - |
| XYZ | 11.29 | 14.04 | 4.5 | - |
| YUV | 99.49 | 96.69 | 128.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 110 | 44 | 0.09 | 0 | 0.6 | 0.57 | 69.09 | 0.43 | 0.3 |
| Hex | 64 | 6E | 2C | 9 | 0 | 3C | 39 | 45 | 2B | 1E |
| Octal | 144 | 156 | 54 | 11 | 0 | 74 | 71 | 105 | 53 | 36 |
| Binary | 1100100 | 1101110 | 101100 | 1001 | 0 | 111100 | 111001 | 1000101 | 101011 | 11110 |
Color Harmonies of #646E2C
Complementary color
Monochromatic Colors of #646E2C
Black with #646E2C
Text Example
Text Example
White with #646E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646E2C; }
p { color: rgb(100,110,44); }
H1.HeaderClassName
{
color: #646E2C;
}
.AnyTagClassName
{
color: #646E2C;
}
</style>
background-color css
<style>
a { background-color: #646E2C; }
a { background-color: rgb(100,110,44); }
div.DivClassName
{
background-color: #646E2C;
}
.BgClassName
{
background-color: #646E2C;
}
</style>
border-color css
<style>
span { border-color: #646E2C; }
span { border-color: rgb(100,110,44); }
td.TdClassName
{
border-color: #646E2C;
}
.TagClassName
{
border-color: #646E2C;
}
</style>