Shades of Rain Forest #666F38
Tints of Rain Forest #666F38
RGB
CMYK
RGB Variations
Color information
#666F38 (or 0x666F38) is known color: Rain Forest. HEX triplet: 66, 6F and 38. RGB value is (102,111,56). Sum of RGB (Red+Green+Blue) = 102+111+56=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 111 (43.75% from 255 or 41.26% from 269); Blue value is 56 (22.27% from 255 or 20.82% from 269); Max value from RGB is 111 - color contains mainly: green. Hex color #666F38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666F38 is #9990C7. Grayscale: #666666. Windows color (decimal): -10064072 or 3698534. OLE color: 3698534.
HSL color Cylindrical-coordinate representation of color #666F38: hue angle of 69.82º degrees, saturation: 0.33, 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 #666F38 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 111 | 56 | - |
| CMYK | 0.08 | 0 | 0.50 | 0.56 |
| HSL | 69.82º | 0.33% | 0.33% | - |
| HSV(B) | 69.82º | 0.5% | 0.44% | - |
| XYZ | 11.88 | 14.48 | 5.91 | - |
| YUV | 102.04 | 102.02 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 111 | 56 | 0.08 | 0 | 0.50 | 0.56 | 69.82 | 0.33 | 0.33 |
| Hex | 66 | 6F | 38 | 8 | 0 | 32 | 38 | 46 | 21 | 21 |
| Octal | 146 | 157 | 70 | 10 | 0 | 62 | 70 | 106 | 41 | 41 |
| Binary | 1100110 | 1101111 | 111000 | 1000 | 0 | 110010 | 111000 | 1000110 | 100001 | 100001 |
Color Harmonies of #666F38
Complementary color
Monochromatic Colors of #666F38
Black with #666F38
Text Example
Text Example
White with #666F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666F38; }
p { color: rgb(102,111,56); }
H1.HeaderClassName
{
color: #666F38;
}
.AnyTagClassName
{
color: #666F38;
}
</style>
background-color css
<style>
a { background-color: #666F38; }
a { background-color: rgb(102,111,56); }
div.DivClassName
{
background-color: #666F38;
}
.BgClassName
{
background-color: #666F38;
}
</style>
border-color css
<style>
span { border-color: #666F38; }
span { border-color: rgb(102,111,56); }
td.TdClassName
{
border-color: #666F38;
}
.TagClassName
{
border-color: #666F38;
}
</style>