Shades of Rain Forest #60672C
Tints of Rain Forest #60672C
RGB
CMYK
RGB Variations
Color information
#60672C (or 0x60672C) is known color: Rain Forest. HEX triplet: 60, 67 and 2C. RGB value is (96,103,44). Sum of RGB (Red+Green+Blue) = 96+103+44=243 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.51% from 243); Green value is 103 (40.62% from 255 or 42.39% from 243); Blue value is 44 (17.58% from 255 or 18.11% from 243); Max value from RGB is 103 - color contains mainly: green. Hex color #60672C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60672C is #9F98D3. Grayscale: #5E5E5E. Windows color (decimal): -10459348 or 2910048. OLE color: 2910048.
HSL color Cylindrical-coordinate representation of color #60672C: hue angle of 67.12º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60672C is Cyan = 0.07, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 96 | 103 | 44 | - |
| CMYK | 0.07 | 0 | 0.57 | 0.60 |
| HSL | 67.12º | 0.4% | 0.29% | - |
| HSV(B) | 67.12º | 0.57% | 0.4% | - |
| XYZ | 10.13 | 12.37 | 4.24 | - |
| YUV | 94.18 | 99.68 | 129.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 103 | 44 | 0.07 | 0 | 0.57 | 0.60 | 67.12 | 0.4 | 0.29 |
| Hex | 60 | 67 | 2C | 7 | 0 | 39 | 3C | 43 | 28 | 1D |
| Octal | 140 | 147 | 54 | 7 | 0 | 71 | 74 | 103 | 50 | 35 |
| Binary | 1100000 | 1100111 | 101100 | 111 | 0 | 111001 | 111100 | 1000011 | 101000 | 11101 |
Color Harmonies of #60672C
Complementary color
Monochromatic Colors of #60672C
Black with #60672C
Text Example
Text Example
White with #60672C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60672C; }
p { color: rgb(96,103,44); }
H1.HeaderClassName
{
color: #60672C;
}
.AnyTagClassName
{
color: #60672C;
}
</style>
background-color css
<style>
a { background-color: #60672C; }
a { background-color: rgb(96,103,44); }
div.DivClassName
{
background-color: #60672C;
}
.BgClassName
{
background-color: #60672C;
}
</style>
border-color css
<style>
span { border-color: #60672C; }
span { border-color: rgb(96,103,44); }
td.TdClassName
{
border-color: #60672C;
}
.TagClassName
{
border-color: #60672C;
}
</style>