Shades of Rain Forest #666F37
Tints of Rain Forest #666F37
RGB
CMYK
RGB Variations
Color information
#666F37 (or 0x666F37) is known color: Rain Forest. HEX triplet: 66, 6F and 37. RGB value is (102,111,55). Sum of RGB (Red+Green+Blue) = 102+111+55=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 111 (43.75% from 255 or 41.42% from 268); Blue value is 55 (21.88% from 255 or 20.52% from 268); Max value from RGB is 111 - color contains mainly: green. Hex color #666F37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666F37 is #9990C8. Grayscale: #666666. Windows color (decimal): -10064073 or 3632998. OLE color: 3632998.
HSL color Cylindrical-coordinate representation of color #666F37: hue angle of 69.64º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #666F37 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 111 | 55 | - |
| CMYK | 0.08 | 0 | 0.50 | 0.56 |
| HSL | 69.64º | 0.34% | 0.33% | - |
| HSV(B) | 69.64º | 0.5% | 0.44% | - |
| XYZ | 11.85 | 14.47 | 5.78 | - |
| YUV | 101.93 | 101.52 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 55 | 0.08 | 0 | 0.50 | 0.56 | 69.64 | 0.34 | 0.33 |
| Hex | 66 | 6F | 37 | 8 | 0 | 32 | 38 | 46 | 22 | 21 |
| Octal | 146 | 157 | 67 | 10 | 0 | 62 | 70 | 106 | 42 | 41 |
| Binary | 1100110 | 1101111 | 110111 | 1000 | 0 | 110010 | 111000 | 1000110 | 100010 | 100001 |
Color Harmonies of #666F37
Complementary color
Monochromatic Colors of #666F37
Black with #666F37
Text Example
Text Example
White with #666F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666F37; }
p { color: rgb(102,111,55); }
H1.HeaderClassName
{
color: #666F37;
}
.AnyTagClassName
{
color: #666F37;
}
</style>
background-color css
<style>
a { background-color: #666F37; }
a { background-color: rgb(102,111,55); }
div.DivClassName
{
background-color: #666F37;
}
.BgClassName
{
background-color: #666F37;
}
</style>
border-color css
<style>
span { border-color: #666F37; }
span { border-color: rgb(102,111,55); }
td.TdClassName
{
border-color: #666F37;
}
.TagClassName
{
border-color: #666F37;
}
</style>