Shades of Rain Forest #66722C
Tints of Rain Forest #66722C
RGB
CMYK
RGB Variations
Color information
#66722C (or 0x66722C) is known color: Rain Forest. HEX triplet: 66, 72 and 2C. RGB value is (102,114,44). Sum of RGB (Red+Green+Blue) = 102+114+44=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 114 (44.92% from 255 or 43.85% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 114 - color contains mainly: green. Hex color #66722C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66722C is #998DD3. Grayscale: #666666. Windows color (decimal): -10063316 or 2912870. OLE color: 2912870.
HSL color Cylindrical-coordinate representation of color #66722C: hue angle of 70.29º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #66722C is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 114 | 44 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.55 |
| HSL | 70.29º | 0.44% | 0.31% | - |
| HSV(B) | 70.29º | 0.61% | 0.45% | - |
| XYZ | 11.95 | 15.04 | 4.66 | - |
| YUV | 102.43 | 95.02 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 114 | 44 | 0.11 | 0 | 0.61 | 0.55 | 70.29 | 0.44 | 0.31 |
| Hex | 66 | 72 | 2C | B | 0 | 3D | 37 | 46 | 2C | 1F |
| Octal | 146 | 162 | 54 | 13 | 0 | 75 | 67 | 106 | 54 | 37 |
| Binary | 1100110 | 1110010 | 101100 | 1011 | 0 | 111101 | 110111 | 1000110 | 101100 | 11111 |
Color Harmonies of #66722C
Complementary color
Monochromatic Colors of #66722C
Black with #66722C
Text Example
Text Example
White with #66722C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66722C; }
p { color: rgb(102,114,44); }
H1.HeaderClassName
{
color: #66722C;
}
.AnyTagClassName
{
color: #66722C;
}
</style>
background-color css
<style>
a { background-color: #66722C; }
a { background-color: rgb(102,114,44); }
div.DivClassName
{
background-color: #66722C;
}
.BgClassName
{
background-color: #66722C;
}
</style>
border-color css
<style>
span { border-color: #66722C; }
span { border-color: rgb(102,114,44); }
td.TdClassName
{
border-color: #66722C;
}
.TagClassName
{
border-color: #66722C;
}
</style>