Shades of Rain Forest #5E662C
Tints of Rain Forest #5E662C
RGB
CMYK
RGB Variations
Color information
#5E662C (or 0x5E662C) is known color: Rain Forest. HEX triplet: 5E, 66 and 2C. RGB value is (94,102,44). Sum of RGB (Red+Green+Blue) = 94+102+44=240 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.17% from 240); Green value is 102 (40.23% from 255 or 42.5% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 102 - color contains mainly: green. Hex color #5E662C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E662C is #A199D3. Grayscale: #5D5D5D. Windows color (decimal): -10590676 or 2909790. OLE color: 2909790.
HSL color Cylindrical-coordinate representation of color #5E662C: hue angle of 68.28º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5E662C is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 94 | 102 | 44 | - |
| CMYK | 0.08 | 0 | 0.57 | 0.6 |
| HSL | 68.28º | 0.4% | 0.29% | - |
| HSV(B) | 68.28º | 0.57% | 0.4% | - |
| XYZ | 9.82 | 12.06 | 4.19 | - |
| YUV | 93 | 100.35 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 102 | 44 | 0.08 | 0 | 0.57 | 0.6 | 68.28 | 0.4 | 0.29 |
| Hex | 5E | 66 | 2C | 8 | 0 | 39 | 3C | 44 | 28 | 1D |
| Octal | 136 | 146 | 54 | 10 | 0 | 71 | 74 | 104 | 50 | 35 |
| Binary | 1011110 | 1100110 | 101100 | 1000 | 0 | 111001 | 111100 | 1000100 | 101000 | 11101 |
Color Harmonies of #5E662C
Complementary color
Monochromatic Colors of #5E662C
Black with #5E662C
Text Example
Text Example
White with #5E662C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E662C; }
p { color: rgb(94,102,44); }
H1.HeaderClassName
{
color: #5E662C;
}
.AnyTagClassName
{
color: #5E662C;
}
</style>
background-color css
<style>
a { background-color: #5E662C; }
a { background-color: rgb(94,102,44); }
div.DivClassName
{
background-color: #5E662C;
}
.BgClassName
{
background-color: #5E662C;
}
</style>
border-color css
<style>
span { border-color: #5E662C; }
span { border-color: rgb(94,102,44); }
td.TdClassName
{
border-color: #5E662C;
}
.TagClassName
{
border-color: #5E662C;
}
</style>