Shades of Rain Forest #5E662A
Tints of Rain Forest #5E662A
RGB
CMYK
RGB Variations
Color information
#5E662A (or 0x5E662A) is known color: Rain Forest. HEX triplet: 5E, 66 and 2A. RGB value is (94,102,42). Sum of RGB (Red+Green+Blue) = 94+102+42=238 (31% of max value = 765). Red value is 94 (37.11% from 255 or 39.50% from 238); Green value is 102 (40.23% from 255 or 42.86% from 238); Blue value is 42 (16.80% from 255 or 17.65% from 238); Max value from RGB is 102 - color contains mainly: green. Hex color #5E662A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E662A is #A199D5. Grayscale: #5D5D5D. Windows color (decimal): -10590678 or 2778718. OLE color: 2778718.
HSL color Cylindrical-coordinate representation of color #5E662A: hue angle of 68º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5E662A is Cyan = 0.08, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 94 | 102 | 42 | - |
| CMYK | 0.08 | 0 | 0.59 | 0.6 |
| HSL | 68º | 0.42% | 0.28% | - |
| HSV(B) | 68º | 0.59% | 0.4% | - |
| XYZ | 9.79 | 12.05 | 4 | - |
| YUV | 92.77 | 99.35 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 102 | 42 | 0.08 | 0 | 0.59 | 0.6 | 68 | 0.42 | 0.28 |
| Hex | 5E | 66 | 2A | 8 | 0 | 3B | 3C | 44 | 2A | 1C |
| Octal | 136 | 146 | 52 | 10 | 0 | 73 | 74 | 104 | 52 | 34 |
| Binary | 1011110 | 1100110 | 101010 | 1000 | 0 | 111011 | 111100 | 1000100 | 101010 | 11100 |
Color Harmonies of #5E662A
Complementary color
Monochromatic Colors of #5E662A
Black with #5E662A
Text Example
Text Example
White with #5E662A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E662A; }
p { color: rgb(94,102,42); }
H1.HeaderClassName
{
color: #5E662A;
}
.AnyTagClassName
{
color: #5E662A;
}
</style>
background-color css
<style>
a { background-color: #5E662A; }
a { background-color: rgb(94,102,42); }
div.DivClassName
{
background-color: #5E662A;
}
.BgClassName
{
background-color: #5E662A;
}
</style>
border-color css
<style>
span { border-color: #5E662A; }
span { border-color: rgb(94,102,42); }
td.TdClassName
{
border-color: #5E662A;
}
.TagClassName
{
border-color: #5E662A;
}
</style>