Shades of Rain Forest #60672D
Tints of Rain Forest #60672D
RGB
CMYK
RGB Variations
Color information
#60672D (or 0x60672D) is known color: Rain Forest. HEX triplet: 60, 67 and 2D. RGB value is (96,103,45). Sum of RGB (Red+Green+Blue) = 96+103+45=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 103 (40.62% from 255 or 42.21% from 244); Blue value is 45 (17.97% from 255 or 18.44% from 244); Max value from RGB is 103 - color contains mainly: green. Hex color #60672D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60672D is #9F98D2. Grayscale: #5E5E5E. Windows color (decimal): -10459347 or 2975584. OLE color: 2975584.
HSL color Cylindrical-coordinate representation of color #60672D: hue angle of 67.24º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #60672D is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 103 | 45 | - |
| CMYK | 0.07 | 0 | 0.56 | 0.60 |
| HSL | 67.24º | 0.39% | 0.29% | - |
| HSV(B) | 67.24º | 0.56% | 0.4% | - |
| XYZ | 10.15 | 12.38 | 4.34 | - |
| YUV | 94.3 | 100.18 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 103 | 45 | 0.07 | 0 | 0.56 | 0.60 | 67.24 | 0.39 | 0.29 |
| Hex | 60 | 67 | 2D | 7 | 0 | 38 | 3C | 43 | 27 | 1D |
| Octal | 140 | 147 | 55 | 7 | 0 | 70 | 74 | 103 | 47 | 35 |
| Binary | 1100000 | 1100111 | 101101 | 111 | 0 | 111000 | 111100 | 1000011 | 100111 | 11101 |
Color Harmonies of #60672D
Complementary color
Monochromatic Colors of #60672D
Black with #60672D
Text Example
Text Example
White with #60672D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60672D; }
p { color: rgb(96,103,45); }
H1.HeaderClassName
{
color: #60672D;
}
.AnyTagClassName
{
color: #60672D;
}
</style>
background-color css
<style>
a { background-color: #60672D; }
a { background-color: rgb(96,103,45); }
div.DivClassName
{
background-color: #60672D;
}
.BgClassName
{
background-color: #60672D;
}
</style>
border-color css
<style>
span { border-color: #60672D; }
span { border-color: rgb(96,103,45); }
td.TdClassName
{
border-color: #60672D;
}
.TagClassName
{
border-color: #60672D;
}
</style>