Shades of Rain Forest #5F652B
Tints of Rain Forest #5F652B
RGB
CMYK
RGB Variations
Color information
#5F652B (or 0x5F652B) is known color: Rain Forest. HEX triplet: 5F, 65 and 2B. RGB value is (95,101,43). Sum of RGB (Red+Green+Blue) = 95+101+43=239 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.75% from 239); Green value is 101 (39.84% from 255 or 42.26% from 239); Blue value is 43 (17.19% from 255 or 17.99% from 239); Max value from RGB is 101 - color contains mainly: green. Hex color #5F652B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F652B is #A09AD4. Grayscale: #5C5C5C. Windows color (decimal): -10525397 or 2843999. OLE color: 2843999.
HSL color Cylindrical-coordinate representation of color #5F652B: hue angle of 66.21º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5F652B is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 101 | 43 | - |
| CMYK | 0.06 | 0 | 0.57 | 0.60 |
| HSL | 66.21º | 0.4% | 0.28% | - |
| HSV(B) | 66.21º | 0.57% | 0.4% | - |
| XYZ | 9.81 | 11.91 | 4.07 | - |
| YUV | 92.59 | 100.01 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 101 | 43 | 0.06 | 0 | 0.57 | 0.60 | 66.21 | 0.4 | 0.28 |
| Hex | 5F | 65 | 2B | 6 | 0 | 39 | 3C | 42 | 28 | 1C |
| Octal | 137 | 145 | 53 | 6 | 0 | 71 | 74 | 102 | 50 | 34 |
| Binary | 1011111 | 1100101 | 101011 | 110 | 0 | 111001 | 111100 | 1000010 | 101000 | 11100 |
Color Harmonies of #5F652B
Complementary color
Monochromatic Colors of #5F652B
Black with #5F652B
Text Example
Text Example
White with #5F652B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F652B; }
p { color: rgb(95,101,43); }
H1.HeaderClassName
{
color: #5F652B;
}
.AnyTagClassName
{
color: #5F652B;
}
</style>
background-color css
<style>
a { background-color: #5F652B; }
a { background-color: rgb(95,101,43); }
div.DivClassName
{
background-color: #5F652B;
}
.BgClassName
{
background-color: #5F652B;
}
</style>
border-color css
<style>
span { border-color: #5F652B; }
span { border-color: rgb(95,101,43); }
td.TdClassName
{
border-color: #5F652B;
}
.TagClassName
{
border-color: #5F652B;
}
</style>