Shades of Rain Forest #626B34
Tints of Rain Forest #626B34
RGB
CMYK
RGB Variations
Color information
#626B34 (or 0x626B34) is known color: Rain Forest. HEX triplet: 62, 6B and 34. RGB value is (98,107,52). Sum of RGB (Red+Green+Blue) = 98+107+52=257 (34% of max value = 765). Red value is 98 (38.67% from 255 or 38.13% from 257); Green value is 107 (42.19% from 255 or 41.63% from 257); Blue value is 52 (20.70% from 255 or 20.23% from 257); Max value from RGB is 107 - color contains mainly: green. Hex color #626B34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #626B34 is #9D94CB. Grayscale: #626262. Windows color (decimal): -10327244 or 3435362. OLE color: 3435362.
HSL color Cylindrical-coordinate representation of color #626B34: hue angle of 69.82º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #626B34 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 98 | 107 | 52 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.58 |
| HSL | 69.82º | 0.35% | 0.31% | - |
| HSV(B) | 69.82º | 0.51% | 0.42% | - |
| XYZ | 10.91 | 13.36 | 5.25 | - |
| YUV | 98.04 | 102.02 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 107 | 52 | 0.08 | 0 | 0.51 | 0.58 | 69.82 | 0.35 | 0.31 |
| Hex | 62 | 6B | 34 | 8 | 0 | 33 | 3A | 46 | 23 | 1F |
| Octal | 142 | 153 | 64 | 10 | 0 | 63 | 72 | 106 | 43 | 37 |
| Binary | 1100010 | 1101011 | 110100 | 1000 | 0 | 110011 | 111010 | 1000110 | 100011 | 11111 |
Color Harmonies of #626B34
Complementary color
Monochromatic Colors of #626B34
Black with #626B34
Text Example
Text Example
White with #626B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #626B34; }
p { color: rgb(98,107,52); }
H1.HeaderClassName
{
color: #626B34;
}
.AnyTagClassName
{
color: #626B34;
}
</style>
background-color css
<style>
a { background-color: #626B34; }
a { background-color: rgb(98,107,52); }
div.DivClassName
{
background-color: #626B34;
}
.BgClassName
{
background-color: #626B34;
}
</style>
border-color css
<style>
span { border-color: #626B34; }
span { border-color: rgb(98,107,52); }
td.TdClassName
{
border-color: #626B34;
}
.TagClassName
{
border-color: #626B34;
}
</style>