Shades of Rain Forest #66742D
Tints of Rain Forest #66742D
RGB
CMYK
RGB Variations
Color information
#66742D (or 0x66742D) is known color: Rain Forest. HEX triplet: 66, 74 and 2D. RGB value is (102,116,45). Sum of RGB (Red+Green+Blue) = 102+116+45=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 116 - color contains mainly: green. Hex color #66742D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66742D is #998BD2. Grayscale: #676767. Windows color (decimal): -10062803 or 2978918. OLE color: 2978918.
HSL color Cylindrical-coordinate representation of color #66742D: hue angle of 71.83º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #66742D is Cyan = 0.12, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 116 | 45 | - |
| CMYK | 0.12 | 0 | 0.61 | 0.55 |
| HSL | 71.83º | 0.44% | 0.32% | - |
| HSV(B) | 71.83º | 0.61% | 0.45% | - |
| XYZ | 12.2 | 15.51 | 4.83 | - |
| YUV | 103.72 | 94.86 | 126.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 116 | 45 | 0.12 | 0 | 0.61 | 0.55 | 71.83 | 0.44 | 0.32 |
| Hex | 66 | 74 | 2D | C | 0 | 3D | 37 | 48 | 2C | 20 |
| Octal | 146 | 164 | 55 | 14 | 0 | 75 | 67 | 110 | 54 | 40 |
| Binary | 1100110 | 1110100 | 101101 | 1100 | 0 | 111101 | 110111 | 1001000 | 101100 | 100000 |
Color Harmonies of #66742D
Complementary color
Monochromatic Colors of #66742D
Black with #66742D
Text Example
Text Example
White with #66742D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66742D; }
p { color: rgb(102,116,45); }
H1.HeaderClassName
{
color: #66742D;
}
.AnyTagClassName
{
color: #66742D;
}
</style>
background-color css
<style>
a { background-color: #66742D; }
a { background-color: rgb(102,116,45); }
div.DivClassName
{
background-color: #66742D;
}
.BgClassName
{
background-color: #66742D;
}
</style>
border-color css
<style>
span { border-color: #66742D; }
span { border-color: rgb(102,116,45); }
td.TdClassName
{
border-color: #66742D;
}
.TagClassName
{
border-color: #66742D;
}
</style>