Shades of Rain Forest #666C2C
Tints of Rain Forest #666C2C
RGB
CMYK
RGB Variations
Color information
#666C2C (or 0x666C2C) is known color: Rain Forest. HEX triplet: 66, 6C and 2C. RGB value is (102,108,44). Sum of RGB (Red+Green+Blue) = 102+108+44=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 108 (42.58% from 255 or 42.52% from 254); Blue value is 44 (17.58% from 255 or 17.32% from 254); Max value from RGB is 108 - color contains mainly: green. Hex color #666C2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666C2C is #9993D3. Grayscale: #636363. Windows color (decimal): -10064852 or 2911334. OLE color: 2911334.
HSL color Cylindrical-coordinate representation of color #666C2C: hue angle of 65.62º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #666C2C is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 108 | 44 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.58 |
| HSL | 65.63º | 0.42% | 0.3% | - |
| HSV(B) | 65.63º | 0.59% | 0.42% | - |
| XYZ | 11.3 | 13.73 | 4.44 | - |
| YUV | 98.91 | 97.01 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 108 | 44 | 0.06 | 0 | 0.59 | 0.58 | 65.63 | 0.42 | 0.3 |
| Hex | 66 | 6C | 2C | 6 | 0 | 3B | 3A | 42 | 2A | 1E |
| Octal | 146 | 154 | 54 | 6 | 0 | 73 | 72 | 102 | 52 | 36 |
| Binary | 1100110 | 1101100 | 101100 | 110 | 0 | 111011 | 111010 | 1000010 | 101010 | 11110 |
Color Harmonies of #666C2C
Complementary color
Monochromatic Colors of #666C2C
Black with #666C2C
Text Example
Text Example
White with #666C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666C2C; }
p { color: rgb(102,108,44); }
H1.HeaderClassName
{
color: #666C2C;
}
.AnyTagClassName
{
color: #666C2C;
}
</style>
background-color css
<style>
a { background-color: #666C2C; }
a { background-color: rgb(102,108,44); }
div.DivClassName
{
background-color: #666C2C;
}
.BgClassName
{
background-color: #666C2C;
}
</style>
border-color css
<style>
span { border-color: #666C2C; }
span { border-color: rgb(102,108,44); }
td.TdClassName
{
border-color: #666C2C;
}
.TagClassName
{
border-color: #666C2C;
}
</style>