Shades of Rain Forest #60692E
Tints of Rain Forest #60692E
RGB
CMYK
RGB Variations
Color information
#60692E (or 0x60692E) is known color: Rain Forest. HEX triplet: 60, 69 and 2E. RGB value is (96,105,46). Sum of RGB (Red+Green+Blue) = 96+105+46=247 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.87% from 247); Green value is 105 (41.41% from 255 or 42.51% from 247); Blue value is 46 (18.36% from 255 or 18.62% from 247); Max value from RGB is 105 - color contains mainly: green. Hex color #60692E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60692E is #9F96D1. Grayscale: #5F5F5F. Windows color (decimal): -10458834 or 3041632. OLE color: 3041632.
HSL color Cylindrical-coordinate representation of color #60692E: hue angle of 69.15º 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 #60692E is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 96 | 105 | 46 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.59 |
| HSL | 69.15º | 0.39% | 0.3% | - |
| HSV(B) | 69.15º | 0.56% | 0.41% | - |
| XYZ | 10.37 | 12.79 | 4.51 | - |
| YUV | 95.58 | 100.02 | 128.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 105 | 46 | 0.09 | 0 | 0.56 | 0.59 | 69.15 | 0.39 | 0.3 |
| Hex | 60 | 69 | 2E | 9 | 0 | 38 | 3B | 45 | 27 | 1E |
| Octal | 140 | 151 | 56 | 11 | 0 | 70 | 73 | 105 | 47 | 36 |
| Binary | 1100000 | 1101001 | 101110 | 1001 | 0 | 111000 | 111011 | 1000101 | 100111 | 11110 |
Color Harmonies of #60692E
Complementary color
Monochromatic Colors of #60692E
Black with #60692E
Text Example
Text Example
White with #60692E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60692E; }
p { color: rgb(96,105,46); }
H1.HeaderClassName
{
color: #60692E;
}
.AnyTagClassName
{
color: #60692E;
}
</style>
background-color css
<style>
a { background-color: #60692E; }
a { background-color: rgb(96,105,46); }
div.DivClassName
{
background-color: #60692E;
}
.BgClassName
{
background-color: #60692E;
}
</style>
border-color css
<style>
span { border-color: #60692E; }
span { border-color: rgb(96,105,46); }
td.TdClassName
{
border-color: #60692E;
}
.TagClassName
{
border-color: #60692E;
}
</style>