Shades of Rain Forest #666B37
Tints of Rain Forest #666B37
RGB
CMYK
RGB Variations
Color information
#666B37 (or 0x666B37) is known color: Rain Forest. HEX triplet: 66, 6B and 37. RGB value is (102,107,55). Sum of RGB (Red+Green+Blue) = 102+107+55=264 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.64% from 264); Green value is 107 (42.19% from 255 or 40.53% from 264); Blue value is 55 (21.88% from 255 or 20.83% from 264); Max value from RGB is 107 - color contains mainly: green. Hex color #666B37 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666B37 is #9994C8. Grayscale: #636363. Windows color (decimal): -10065097 or 3631974. OLE color: 3631974.
HSL color Cylindrical-coordinate representation of color #666B37: hue angle of 65.77º degrees, saturation: 0.32, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #666B37 is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 107 | 55 | - |
| CMYK | 0.05 | 0 | 0.49 | 0.58 |
| HSL | 65.77º | 0.32% | 0.32% | - |
| HSV(B) | 65.77º | 0.49% | 0.42% | - |
| XYZ | 11.43 | 13.62 | 5.64 | - |
| YUV | 99.58 | 102.84 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 55 | 0.05 | 0 | 0.49 | 0.58 | 65.77 | 0.32 | 0.32 |
| Hex | 66 | 6B | 37 | 5 | 0 | 31 | 3A | 42 | 20 | 20 |
| Octal | 146 | 153 | 67 | 5 | 0 | 61 | 72 | 102 | 40 | 40 |
| Binary | 1100110 | 1101011 | 110111 | 101 | 0 | 110001 | 111010 | 1000010 | 100000 | 100000 |
Color Harmonies of #666B37
Complementary color
Monochromatic Colors of #666B37
Black with #666B37
Text Example
Text Example
White with #666B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666B37; }
p { color: rgb(102,107,55); }
H1.HeaderClassName
{
color: #666B37;
}
.AnyTagClassName
{
color: #666B37;
}
</style>
background-color css
<style>
a { background-color: #666B37; }
a { background-color: rgb(102,107,55); }
div.DivClassName
{
background-color: #666B37;
}
.BgClassName
{
background-color: #666B37;
}
</style>
border-color css
<style>
span { border-color: #666B37; }
span { border-color: rgb(102,107,55); }
td.TdClassName
{
border-color: #666B37;
}
.TagClassName
{
border-color: #666B37;
}
</style>