Shades of Rain Forest #5E672F
Tints of Rain Forest #5E672F
RGB
CMYK
RGB Variations
Color information
#5E672F (or 0x5E672F) is known color: Rain Forest. HEX triplet: 5E, 67 and 2F. RGB value is (94,103,47). Sum of RGB (Red+Green+Blue) = 94+103+47=244 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.52% from 244); Green value is 103 (40.62% from 255 or 42.21% from 244); Blue value is 47 (18.75% from 255 or 19.26% from 244); Max value from RGB is 103 - color contains mainly: green. Hex color #5E672F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E672F is #A198D0. Grayscale: #5E5E5E. Windows color (decimal): -10590417 or 3106654. OLE color: 3106654.
HSL color Cylindrical-coordinate representation of color #5E672F: hue angle of 69.64º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E672F is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 94 | 103 | 47 | - |
| CMYK | 0.09 | 0 | 0.54 | 0.60 |
| HSL | 69.64º | 0.37% | 0.29% | - |
| HSV(B) | 69.64º | 0.54% | 0.4% | - |
| XYZ | 9.98 | 12.29 | 4.53 | - |
| YUV | 93.93 | 101.52 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 103 | 47 | 0.09 | 0 | 0.54 | 0.60 | 69.64 | 0.37 | 0.29 |
| Hex | 5E | 67 | 2F | 9 | 0 | 36 | 3C | 46 | 25 | 1D |
| Octal | 136 | 147 | 57 | 11 | 0 | 66 | 74 | 106 | 45 | 35 |
| Binary | 1011110 | 1100111 | 101111 | 1001 | 0 | 110110 | 111100 | 1000110 | 100101 | 11101 |
Color Harmonies of #5E672F
Complementary color
Monochromatic Colors of #5E672F
Black with #5E672F
Text Example
Text Example
White with #5E672F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E672F; }
p { color: rgb(94,103,47); }
H1.HeaderClassName
{
color: #5E672F;
}
.AnyTagClassName
{
color: #5E672F;
}
</style>
background-color css
<style>
a { background-color: #5E672F; }
a { background-color: rgb(94,103,47); }
div.DivClassName
{
background-color: #5E672F;
}
.BgClassName
{
background-color: #5E672F;
}
</style>
border-color css
<style>
span { border-color: #5E672F; }
span { border-color: rgb(94,103,47); }
td.TdClassName
{
border-color: #5E672F;
}
.TagClassName
{
border-color: #5E672F;
}
</style>