Shades of Rain Forest #5E682A
Tints of Rain Forest #5E682A
RGB
CMYK
RGB Variations
Color information
#5E682A (or 0x5E682A) is known color: Rain Forest. HEX triplet: 5E, 68 and 2A. RGB value is (94,104,42). Sum of RGB (Red+Green+Blue) = 94+104+42=240 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.17% from 240); Green value is 104 (41.02% from 255 or 43.33% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 104 - color contains mainly: green. Hex color #5E682A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E682A is #A197D5. Grayscale: #5E5E5E. Windows color (decimal): -10590166 or 2779230. OLE color: 2779230.
HSL color Cylindrical-coordinate representation of color #5E682A: hue angle of 69.68º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5E682A is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 94 | 104 | 42 | - |
| CMYK | 0.10 | 0 | 0.60 | 0.59 |
| HSL | 69.68º | 0.42% | 0.29% | - |
| HSV(B) | 69.68º | 0.6% | 0.41% | - |
| XYZ | 9.98 | 12.45 | 4.07 | - |
| YUV | 93.94 | 98.69 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 104 | 42 | 0.10 | 0 | 0.60 | 0.59 | 69.68 | 0.42 | 0.29 |
| Hex | 5E | 68 | 2A | A | 0 | 3C | 3B | 46 | 2A | 1D |
| Octal | 136 | 150 | 52 | 12 | 0 | 74 | 73 | 106 | 52 | 35 |
| Binary | 1011110 | 1101000 | 101010 | 1010 | 0 | 111100 | 111011 | 1000110 | 101010 | 11101 |
Color Harmonies of #5E682A
Complementary color
Monochromatic Colors of #5E682A
Black with #5E682A
Text Example
Text Example
White with #5E682A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E682A; }
p { color: rgb(94,104,42); }
H1.HeaderClassName
{
color: #5E682A;
}
.AnyTagClassName
{
color: #5E682A;
}
</style>
background-color css
<style>
a { background-color: #5E682A; }
a { background-color: rgb(94,104,42); }
div.DivClassName
{
background-color: #5E682A;
}
.BgClassName
{
background-color: #5E682A;
}
</style>
border-color css
<style>
span { border-color: #5E682A; }
span { border-color: rgb(94,104,42); }
td.TdClassName
{
border-color: #5E682A;
}
.TagClassName
{
border-color: #5E682A;
}
</style>