Shades of Rain Forest #616E2C
Tints of Rain Forest #616E2C
RGB
CMYK
RGB Variations
Color information
#616E2C (or 0x616E2C) is known color: Rain Forest. HEX triplet: 61, 6E and 2C. RGB value is (97,110,44). Sum of RGB (Red+Green+Blue) = 97+110+44=251 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.65% from 251); Green value is 110 (43.36% from 255 or 43.82% from 251); Blue value is 44 (17.58% from 255 or 17.53% from 251); Max value from RGB is 110 - color contains mainly: green. Hex color #616E2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #616E2C is #9E91D3. Grayscale: #626262. Windows color (decimal): -10392020 or 2911841. OLE color: 2911841.
HSL color Cylindrical-coordinate representation of color #616E2C: hue angle of 71.82º 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 #616E2C is Cyan = 0.12, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 110 | 44 | - |
| CMYK | 0.12 | 0 | 0.6 | 0.57 |
| HSL | 71.82º | 0.43% | 0.3% | - |
| HSV(B) | 71.82º | 0.6% | 0.43% | - |
| XYZ | 10.96 | 13.88 | 4.48 | - |
| YUV | 98.59 | 97.19 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 110 | 44 | 0.12 | 0 | 0.6 | 0.57 | 71.82 | 0.43 | 0.3 |
| Hex | 61 | 6E | 2C | C | 0 | 3C | 39 | 48 | 2B | 1E |
| Octal | 141 | 156 | 54 | 14 | 0 | 74 | 71 | 110 | 53 | 36 |
| Binary | 1100001 | 1101110 | 101100 | 1100 | 0 | 111100 | 111001 | 1001000 | 101011 | 11110 |
Color Harmonies of #616E2C
Complementary color
Monochromatic Colors of #616E2C
Black with #616E2C
Text Example
Text Example
White with #616E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616E2C; }
p { color: rgb(97,110,44); }
H1.HeaderClassName
{
color: #616E2C;
}
.AnyTagClassName
{
color: #616E2C;
}
</style>
background-color css
<style>
a { background-color: #616E2C; }
a { background-color: rgb(97,110,44); }
div.DivClassName
{
background-color: #616E2C;
}
.BgClassName
{
background-color: #616E2C;
}
</style>
border-color css
<style>
span { border-color: #616E2C; }
span { border-color: rgb(97,110,44); }
td.TdClassName
{
border-color: #616E2C;
}
.TagClassName
{
border-color: #616E2C;
}
</style>