Shades of Rain Forest #63682C
Tints of Rain Forest #63682C
RGB
CMYK
RGB Variations
Color information
#63682C (or 0x63682C) is known color: Rain Forest. HEX triplet: 63, 68 and 2C. RGB value is (99,104,44). Sum of RGB (Red+Green+Blue) = 99+104+44=247 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.08% from 247); Green value is 104 (41.02% from 255 or 42.11% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 104 - color contains mainly: green. Hex color #63682C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63682C is #9C97D3. Grayscale: #5F5F5F. Windows color (decimal): -10262484 or 2910307. OLE color: 2910307.
HSL color Cylindrical-coordinate representation of color #63682C: hue angle of 65º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #63682C is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 99 | 104 | 44 | - |
| CMYK | 0.05 | 0 | 0.58 | 0.59 |
| HSL | 65º | 0.41% | 0.29% | - |
| HSV(B) | 65º | 0.58% | 0.41% | - |
| XYZ | 10.55 | 12.74 | 4.28 | - |
| YUV | 95.67 | 98.84 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 104 | 44 | 0.05 | 0 | 0.58 | 0.59 | 65 | 0.41 | 0.29 |
| Hex | 63 | 68 | 2C | 5 | 0 | 3A | 3B | 41 | 29 | 1D |
| Octal | 143 | 150 | 54 | 5 | 0 | 72 | 73 | 101 | 51 | 35 |
| Binary | 1100011 | 1101000 | 101100 | 101 | 0 | 111010 | 111011 | 1000001 | 101001 | 11101 |
Color Harmonies of #63682C
Complementary color
Monochromatic Colors of #63682C
Black with #63682C
Text Example
Text Example
White with #63682C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63682C; }
p { color: rgb(99,104,44); }
H1.HeaderClassName
{
color: #63682C;
}
.AnyTagClassName
{
color: #63682C;
}
</style>
background-color css
<style>
a { background-color: #63682C; }
a { background-color: rgb(99,104,44); }
div.DivClassName
{
background-color: #63682C;
}
.BgClassName
{
background-color: #63682C;
}
</style>
border-color css
<style>
span { border-color: #63682C; }
span { border-color: rgb(99,104,44); }
td.TdClassName
{
border-color: #63682C;
}
.TagClassName
{
border-color: #63682C;
}
</style>