Shades of Rain Forest #5F692E
Tints of Rain Forest #5F692E
RGB
CMYK
RGB Variations
Color information
#5F692E (or 0x5F692E) is known color: Rain Forest. HEX triplet: 5F, 69 and 2E. RGB value is (95,105,46). Sum of RGB (Red+Green+Blue) = 95+105+46=246 (32% of max value = 765). Red value is 95 (37.5% from 255 or 38.62% from 246); Green value is 105 (41.41% from 255 or 42.68% from 246); Blue value is 46 (18.36% from 255 or 18.70% from 246); Max value from RGB is 105 - color contains mainly: green. Hex color #5F692E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F692E is #A096D1. Grayscale: #5F5F5F. Windows color (decimal): -10524370 or 3041631. OLE color: 3041631.
HSL color Cylindrical-coordinate representation of color #5F692E: hue angle of 70.17º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5F692E is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 95 | 105 | 46 | - |
| CMYK | 0.10 | 0 | 0.56 | 0.59 |
| HSL | 70.17º | 0.39% | 0.3% | - |
| HSV(B) | 70.17º | 0.56% | 0.41% | - |
| XYZ | 10.26 | 12.73 | 4.5 | - |
| YUV | 95.28 | 100.19 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 105 | 46 | 0.10 | 0 | 0.56 | 0.59 | 70.17 | 0.39 | 0.3 |
| Hex | 5F | 69 | 2E | A | 0 | 38 | 3B | 46 | 27 | 1E |
| Octal | 137 | 151 | 56 | 12 | 0 | 70 | 73 | 106 | 47 | 36 |
| Binary | 1011111 | 1101001 | 101110 | 1010 | 0 | 111000 | 111011 | 1000110 | 100111 | 11110 |
Color Harmonies of #5F692E
Complementary color
Monochromatic Colors of #5F692E
Black with #5F692E
Text Example
Text Example
White with #5F692E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F692E; }
p { color: rgb(95,105,46); }
H1.HeaderClassName
{
color: #5F692E;
}
.AnyTagClassName
{
color: #5F692E;
}
</style>
background-color css
<style>
a { background-color: #5F692E; }
a { background-color: rgb(95,105,46); }
div.DivClassName
{
background-color: #5F692E;
}
.BgClassName
{
background-color: #5F692E;
}
</style>
border-color css
<style>
span { border-color: #5F692E; }
span { border-color: rgb(95,105,46); }
td.TdClassName
{
border-color: #5F692E;
}
.TagClassName
{
border-color: #5F692E;
}
</style>