Shades of Rain Forest #62672D
Tints of Rain Forest #62672D
RGB
CMYK
RGB Variations
Color information
#62672D (or 0x62672D) is known color: Rain Forest. HEX triplet: 62, 67 and 2D. RGB value is (98,103,45). Sum of RGB (Red+Green+Blue) = 98+103+45=246 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.84% from 246); Green value is 103 (40.62% from 255 or 41.87% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 103 - color contains mainly: green. Hex color #62672D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62672D is #9D98D2. Grayscale: #5F5F5F. Windows color (decimal): -10328275 or 2975586. OLE color: 2975586.
HSL color Cylindrical-coordinate representation of color #62672D: hue angle of 65.17º 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 #62672D is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 98 | 103 | 45 | - |
| CMYK | 0.05 | 0 | 0.56 | 0.60 |
| HSL | 65.17º | 0.39% | 0.29% | - |
| HSV(B) | 65.17º | 0.56% | 0.4% | - |
| XYZ | 10.36 | 12.49 | 4.35 | - |
| YUV | 94.89 | 99.84 | 130.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 103 | 45 | 0.05 | 0 | 0.56 | 0.60 | 65.17 | 0.39 | 0.29 |
| Hex | 62 | 67 | 2D | 5 | 0 | 38 | 3C | 41 | 27 | 1D |
| Octal | 142 | 147 | 55 | 5 | 0 | 70 | 74 | 101 | 47 | 35 |
| Binary | 1100010 | 1100111 | 101101 | 101 | 0 | 111000 | 111100 | 1000001 | 100111 | 11101 |
Color Harmonies of #62672D
Complementary color
Monochromatic Colors of #62672D
Black with #62672D
Text Example
Text Example
White with #62672D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62672D; }
p { color: rgb(98,103,45); }
H1.HeaderClassName
{
color: #62672D;
}
.AnyTagClassName
{
color: #62672D;
}
</style>
background-color css
<style>
a { background-color: #62672D; }
a { background-color: rgb(98,103,45); }
div.DivClassName
{
background-color: #62672D;
}
.BgClassName
{
background-color: #62672D;
}
</style>
border-color css
<style>
span { border-color: #62672D; }
span { border-color: rgb(98,103,45); }
td.TdClassName
{
border-color: #62672D;
}
.TagClassName
{
border-color: #62672D;
}
</style>