Shades of Rain Forest #5F652C
Tints of Rain Forest #5F652C
RGB
CMYK
RGB Variations
Color information
#5F652C (or 0x5F652C) is known color: Rain Forest. HEX triplet: 5F, 65 and 2C. RGB value is (95,101,44). Sum of RGB (Red+Green+Blue) = 95+101+44=240 (31% of max value = 765). Red value is 95 (37.5% from 255 or 39.58% from 240); Green value is 101 (39.84% from 255 or 42.08% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 101 - color contains mainly: green. Hex color #5F652C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F652C is #A09AD3. Grayscale: #5C5C5C. Windows color (decimal): -10525396 or 2909535. OLE color: 2909535.
HSL color Cylindrical-coordinate representation of color #5F652C: hue angle of 66.32º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5F652C is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 95 | 101 | 44 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.60 |
| HSL | 66.32º | 0.39% | 0.28% | - |
| HSV(B) | 66.32º | 0.56% | 0.4% | - |
| XYZ | 9.83 | 11.92 | 4.17 | - |
| YUV | 92.71 | 100.51 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 101 | 44 | 0.06 | 0 | 0.56 | 0.60 | 66.32 | 0.39 | 0.28 |
| Hex | 5F | 65 | 2C | 6 | 0 | 38 | 3C | 42 | 27 | 1C |
| Octal | 137 | 145 | 54 | 6 | 0 | 70 | 74 | 102 | 47 | 34 |
| Binary | 1011111 | 1100101 | 101100 | 110 | 0 | 111000 | 111100 | 1000010 | 100111 | 11100 |
Color Harmonies of #5F652C
Complementary color
Monochromatic Colors of #5F652C
Black with #5F652C
Text Example
Text Example
White with #5F652C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5F652C; }
p { color: rgb(95,101,44); }
H1.HeaderClassName
{
color: #5F652C;
}
.AnyTagClassName
{
color: #5F652C;
}
</style>
background-color css
<style>
a { background-color: #5F652C; }
a { background-color: rgb(95,101,44); }
div.DivClassName
{
background-color: #5F652C;
}
.BgClassName
{
background-color: #5F652C;
}
</style>
border-color css
<style>
span { border-color: #5F652C; }
span { border-color: rgb(95,101,44); }
td.TdClassName
{
border-color: #5F652C;
}
.TagClassName
{
border-color: #5F652C;
}
</style>