Shades of Rain Forest #60672E
Tints of Rain Forest #60672E
RGB
CMYK
RGB Variations
Color information
#60672E (or 0x60672E) is known color: Rain Forest. HEX triplet: 60, 67 and 2E. RGB value is (96,103,46). Sum of RGB (Red+Green+Blue) = 96+103+46=245 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.18% from 245); Green value is 103 (40.62% from 255 or 42.04% from 245); Blue value is 46 (18.36% from 255 or 18.78% from 245); Max value from RGB is 103 - color contains mainly: green. Hex color #60672E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60672E is #9F98D1. Grayscale: #5E5E5E. Windows color (decimal): -10459346 or 3041120. OLE color: 3041120.
HSL color Cylindrical-coordinate representation of color #60672E: hue angle of 67.37º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #60672E is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 103 | 46 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.60 |
| HSL | 67.37º | 0.38% | 0.29% | - |
| HSV(B) | 67.37º | 0.55% | 0.4% | - |
| XYZ | 10.17 | 12.38 | 4.44 | - |
| YUV | 94.41 | 100.68 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 103 | 46 | 0.07 | 0 | 0.55 | 0.60 | 67.37 | 0.38 | 0.29 |
| Hex | 60 | 67 | 2E | 7 | 0 | 37 | 3C | 43 | 26 | 1D |
| Octal | 140 | 147 | 56 | 7 | 0 | 67 | 74 | 103 | 46 | 35 |
| Binary | 1100000 | 1100111 | 101110 | 111 | 0 | 110111 | 111100 | 1000011 | 100110 | 11101 |
Color Harmonies of #60672E
Complementary color
Monochromatic Colors of #60672E
Black with #60672E
Text Example
Text Example
White with #60672E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60672E; }
p { color: rgb(96,103,46); }
H1.HeaderClassName
{
color: #60672E;
}
.AnyTagClassName
{
color: #60672E;
}
</style>
background-color css
<style>
a { background-color: #60672E; }
a { background-color: rgb(96,103,46); }
div.DivClassName
{
background-color: #60672E;
}
.BgClassName
{
background-color: #60672E;
}
</style>
border-color css
<style>
span { border-color: #60672E; }
span { border-color: rgb(96,103,46); }
td.TdClassName
{
border-color: #60672E;
}
.TagClassName
{
border-color: #60672E;
}
</style>