Shades of Rain Forest #63742C
Tints of Rain Forest #63742C
RGB
CMYK
RGB Variations
Color information
#63742C (or 0x63742C) is known color: Rain Forest. HEX triplet: 63, 74 and 2C. RGB value is (99,116,44). Sum of RGB (Red+Green+Blue) = 99+116+44=259 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.22% from 259); Green value is 116 (45.70% from 255 or 44.79% from 259); Blue value is 44 (17.58% from 255 or 16.99% from 259); Max value from RGB is 116 - color contains mainly: green. Hex color #63742C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63742C is #9C8BD3. Grayscale: #666666. Windows color (decimal): -10259412 or 2913379. OLE color: 2913379.
HSL color Cylindrical-coordinate representation of color #63742C: hue angle of 74.17º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #63742C is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 99 | 116 | 44 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.55 |
| HSL | 74.17º | 0.45% | 0.31% | - |
| HSV(B) | 74.17º | 0.62% | 0.45% | - |
| XYZ | 11.85 | 15.33 | 4.72 | - |
| YUV | 102.71 | 94.87 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 116 | 44 | 0.15 | 0 | 0.62 | 0.55 | 74.17 | 0.45 | 0.31 |
| Hex | 63 | 74 | 2C | F | 0 | 3E | 37 | 4A | 2D | 1F |
| Octal | 143 | 164 | 54 | 17 | 0 | 76 | 67 | 112 | 55 | 37 |
| Binary | 1100011 | 1110100 | 101100 | 1111 | 0 | 111110 | 110111 | 1001010 | 101101 | 11111 |
Color Harmonies of #63742C
Complementary color
Monochromatic Colors of #63742C
Black with #63742C
Text Example
Text Example
White with #63742C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63742C; }
p { color: rgb(99,116,44); }
H1.HeaderClassName
{
color: #63742C;
}
.AnyTagClassName
{
color: #63742C;
}
</style>
background-color css
<style>
a { background-color: #63742C; }
a { background-color: rgb(99,116,44); }
div.DivClassName
{
background-color: #63742C;
}
.BgClassName
{
background-color: #63742C;
}
</style>
border-color css
<style>
span { border-color: #63742C; }
span { border-color: rgb(99,116,44); }
td.TdClassName
{
border-color: #63742C;
}
.TagClassName
{
border-color: #63742C;
}
</style>