Shades of Rain Forest #63662D
Tints of Rain Forest #63662D
RGB
CMYK
RGB Variations
Color information
#63662D (or 0x63662D) is known color: Rain Forest. HEX triplet: 63, 66 and 2D. RGB value is (99,102,45). Sum of RGB (Red+Green+Blue) = 99+102+45=246 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.24% from 246); Green value is 102 (40.23% from 255 or 41.46% from 246); Blue value is 45 (17.97% from 255 or 18.29% from 246); Max value from RGB is 102 - color contains mainly: green. Hex color #63662D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #63662D is #9C99D2. Grayscale: #5E5E5E. Windows color (decimal): -10262995 or 2975331. OLE color: 2975331.
HSL color Cylindrical-coordinate representation of color #63662D: hue angle of 63.16º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #63662D is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 99 | 102 | 45 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.6 |
| HSL | 63.16º | 0.39% | 0.29% | - |
| HSV(B) | 63.16º | 0.56% | 0.4% | - |
| XYZ | 10.37 | 12.34 | 4.32 | - |
| YUV | 94.61 | 100.01 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 102 | 45 | 0.03 | 0 | 0.56 | 0.6 | 63.16 | 0.39 | 0.29 |
| Hex | 63 | 66 | 2D | 3 | 0 | 38 | 3C | 3F | 27 | 1D |
| Octal | 143 | 146 | 55 | 3 | 0 | 70 | 74 | 77 | 47 | 35 |
| Binary | 1100011 | 1100110 | 101101 | 11 | 0 | 111000 | 111100 | 111111 | 100111 | 11101 |
Color Harmonies of #63662D
Complementary color
Monochromatic Colors of #63662D
Black with #63662D
Text Example
Text Example
White with #63662D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63662D; }
p { color: rgb(99,102,45); }
H1.HeaderClassName
{
color: #63662D;
}
.AnyTagClassName
{
color: #63662D;
}
</style>
background-color css
<style>
a { background-color: #63662D; }
a { background-color: rgb(99,102,45); }
div.DivClassName
{
background-color: #63662D;
}
.BgClassName
{
background-color: #63662D;
}
</style>
border-color css
<style>
span { border-color: #63662D; }
span { border-color: rgb(99,102,45); }
td.TdClassName
{
border-color: #63662D;
}
.TagClassName
{
border-color: #63662D;
}
</style>