Shades of Rain Forest #626A2C
Tints of Rain Forest #626A2C
RGB
CMYK
RGB Variations
Color information
#626A2C (or 0x626A2C) is known color: Rain Forest. HEX triplet: 62, 6A and 2C. RGB value is (98,106,44). Sum of RGB (Red+Green+Blue) = 98+106+44=248 (32% of max value = 765). Red value is 98 (38.67% from 255 or 39.52% from 248); Green value is 106 (41.80% from 255 or 42.74% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 106 - color contains mainly: green. Hex color #626A2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626A2C is #9D95D3. Grayscale: #606060. Windows color (decimal): -10327508 or 2910818. OLE color: 2910818.
HSL color Cylindrical-coordinate representation of color #626A2C: hue angle of 67.74º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #626A2C is Cyan = 0.08, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 106 | 44 | - |
| CMYK | 0.08 | 0 | 0.58 | 0.58 |
| HSL | 67.74º | 0.41% | 0.29% | - |
| HSV(B) | 67.74º | 0.58% | 0.42% | - |
| XYZ | 10.65 | 13.09 | 4.35 | - |
| YUV | 96.54 | 98.35 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 106 | 44 | 0.08 | 0 | 0.58 | 0.58 | 67.74 | 0.41 | 0.29 |
| Hex | 62 | 6A | 2C | 8 | 0 | 3A | 3A | 44 | 29 | 1D |
| Octal | 142 | 152 | 54 | 10 | 0 | 72 | 72 | 104 | 51 | 35 |
| Binary | 1100010 | 1101010 | 101100 | 1000 | 0 | 111010 | 111010 | 1000100 | 101001 | 11101 |
Color Harmonies of #626A2C
Complementary color
Monochromatic Colors of #626A2C
Black with #626A2C
Text Example
Text Example
White with #626A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626A2C; }
p { color: rgb(98,106,44); }
H1.HeaderClassName
{
color: #626A2C;
}
.AnyTagClassName
{
color: #626A2C;
}
</style>
background-color css
<style>
a { background-color: #626A2C; }
a { background-color: rgb(98,106,44); }
div.DivClassName
{
background-color: #626A2C;
}
.BgClassName
{
background-color: #626A2C;
}
</style>
border-color css
<style>
span { border-color: #626A2C; }
span { border-color: rgb(98,106,44); }
td.TdClassName
{
border-color: #626A2C;
}
.TagClassName
{
border-color: #626A2C;
}
</style>