Shades of Rain Forest #62682D
Tints of Rain Forest #62682D
RGB
CMYK
RGB Variations
Color information
#62682D (or 0x62682D) is known color: Rain Forest. HEX triplet: 62, 68 and 2D. RGB value is (98,104,45). Sum of RGB (Red+Green+Blue) = 98+104+45=247 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.68% from 247); Green value is 104 (41.02% from 255 or 42.11% from 247); Blue value is 45 (17.97% from 255 or 18.22% from 247); Max value from RGB is 104 - color contains mainly: green. Hex color #62682D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #62682D is #9D97D2. Grayscale: #5F5F5F. Windows color (decimal): -10328019 or 2975842. OLE color: 2975842.
HSL color Cylindrical-coordinate representation of color #62682D: hue angle of 66.1º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #62682D is Cyan = 0.06, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 98 | 104 | 45 | - |
| CMYK | 0.06 | 0 | 0.57 | 0.59 |
| HSL | 66.1º | 0.4% | 0.29% | - |
| HSV(B) | 66.1º | 0.57% | 0.41% | - |
| XYZ | 10.46 | 12.69 | 4.38 | - |
| YUV | 95.48 | 99.51 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 104 | 45 | 0.06 | 0 | 0.57 | 0.59 | 66.1 | 0.4 | 0.29 |
| Hex | 62 | 68 | 2D | 6 | 0 | 39 | 3B | 42 | 28 | 1D |
| Octal | 142 | 150 | 55 | 6 | 0 | 71 | 73 | 102 | 50 | 35 |
| Binary | 1100010 | 1101000 | 101101 | 110 | 0 | 111001 | 111011 | 1000010 | 101000 | 11101 |
Color Harmonies of #62682D
Complementary color
Monochromatic Colors of #62682D
Black with #62682D
Text Example
Text Example
White with #62682D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62682D; }
p { color: rgb(98,104,45); }
H1.HeaderClassName
{
color: #62682D;
}
.AnyTagClassName
{
color: #62682D;
}
</style>
background-color css
<style>
a { background-color: #62682D; }
a { background-color: rgb(98,104,45); }
div.DivClassName
{
background-color: #62682D;
}
.BgClassName
{
background-color: #62682D;
}
</style>
border-color css
<style>
span { border-color: #62682D; }
span { border-color: rgb(98,104,45); }
td.TdClassName
{
border-color: #62682D;
}
.TagClassName
{
border-color: #62682D;
}
</style>