Shades of Rain Forest #666E2C
Tints of Rain Forest #666E2C
RGB
CMYK
RGB Variations
Color information
#666E2C (or 0x666E2C) is known color: Rain Forest. HEX triplet: 66, 6E and 2C. RGB value is (102,110,44). Sum of RGB (Red+Green+Blue) = 102+110+44=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 110 (43.36% from 255 or 42.97% from 256); Blue value is 44 (17.58% from 255 or 17.19% from 256); Max value from RGB is 110 - color contains mainly: green. Hex color #666E2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666E2C is #9991D3. Grayscale: #646464. Windows color (decimal): -10064340 or 2911846. OLE color: 2911846.
HSL color Cylindrical-coordinate representation of color #666E2C: hue angle of 67.27º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #666E2C is Cyan = 0.07, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 110 | 44 | - |
| CMYK | 0.07 | 0 | 0.6 | 0.57 |
| HSL | 67.27º | 0.43% | 0.3% | - |
| HSV(B) | 67.27º | 0.6% | 0.43% | - |
| XYZ | 11.51 | 14.16 | 4.51 | - |
| YUV | 100.08 | 96.35 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 110 | 44 | 0.07 | 0 | 0.6 | 0.57 | 67.27 | 0.43 | 0.3 |
| Hex | 66 | 6E | 2C | 7 | 0 | 3C | 39 | 43 | 2B | 1E |
| Octal | 146 | 156 | 54 | 7 | 0 | 74 | 71 | 103 | 53 | 36 |
| Binary | 1100110 | 1101110 | 101100 | 111 | 0 | 111100 | 111001 | 1000011 | 101011 | 11110 |
Color Harmonies of #666E2C
Complementary color
Monochromatic Colors of #666E2C
Black with #666E2C
Text Example
Text Example
White with #666E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666E2C; }
p { color: rgb(102,110,44); }
H1.HeaderClassName
{
color: #666E2C;
}
.AnyTagClassName
{
color: #666E2C;
}
</style>
background-color css
<style>
a { background-color: #666E2C; }
a { background-color: rgb(102,110,44); }
div.DivClassName
{
background-color: #666E2C;
}
.BgClassName
{
background-color: #666E2C;
}
</style>
border-color css
<style>
span { border-color: #666E2C; }
span { border-color: rgb(102,110,44); }
td.TdClassName
{
border-color: #666E2C;
}
.TagClassName
{
border-color: #666E2C;
}
</style>