Shades of Rain Forest #63702E
Tints of Rain Forest #63702E
RGB
CMYK
RGB Variations
Color information
#63702E (or 0x63702E) is known color: Rain Forest. HEX triplet: 63, 70 and 2E. RGB value is (99,112,46). Sum of RGB (Red+Green+Blue) = 99+112+46=257 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.52% from 257); Green value is 112 (44.14% from 255 or 43.58% from 257); Blue value is 46 (18.36% from 255 or 17.90% from 257); Max value from RGB is 112 - color contains mainly: green. Hex color #63702E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63702E is #9C8FD1. Grayscale: #646464. Windows color (decimal): -10260434 or 3043427. OLE color: 3043427.
HSL color Cylindrical-coordinate representation of color #63702E: hue angle of 71.82º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #63702E is Cyan = 0.12, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 99 | 112 | 46 | - |
| CMYK | 0.12 | 0 | 0.59 | 0.56 |
| HSL | 71.82º | 0.42% | 0.31% | - |
| HSV(B) | 71.82º | 0.59% | 0.44% | - |
| XYZ | 11.43 | 14.44 | 4.77 | - |
| YUV | 100.59 | 97.19 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 112 | 46 | 0.12 | 0 | 0.59 | 0.56 | 71.82 | 0.42 | 0.31 |
| Hex | 63 | 70 | 2E | C | 0 | 3B | 38 | 48 | 2A | 1F |
| Octal | 143 | 160 | 56 | 14 | 0 | 73 | 70 | 110 | 52 | 37 |
| Binary | 1100011 | 1110000 | 101110 | 1100 | 0 | 111011 | 111000 | 1001000 | 101010 | 11111 |
Color Harmonies of #63702E
Complementary color
Monochromatic Colors of #63702E
Black with #63702E
Text Example
Text Example
White with #63702E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63702E; }
p { color: rgb(99,112,46); }
H1.HeaderClassName
{
color: #63702E;
}
.AnyTagClassName
{
color: #63702E;
}
</style>
background-color css
<style>
a { background-color: #63702E; }
a { background-color: rgb(99,112,46); }
div.DivClassName
{
background-color: #63702E;
}
.BgClassName
{
background-color: #63702E;
}
</style>
border-color css
<style>
span { border-color: #63702E; }
span { border-color: rgb(99,112,46); }
td.TdClassName
{
border-color: #63702E;
}
.TagClassName
{
border-color: #63702E;
}
</style>