Shades of Rain Forest #666831
Tints of Rain Forest #666831
RGB
CMYK
RGB Variations
Color information
#666831 (or 0x666831) is known color: Rain Forest. HEX triplet: 66, 68 and 31. RGB value is (102,104,49). Sum of RGB (Red+Green+Blue) = 102+104+49=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 49 (19.53% from 255 or 19.22% from 255); Max value from RGB is 104 - color contains mainly: green. Hex color #666831 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666831 is #9997CE. Grayscale: #616161. Windows color (decimal): -10065871 or 3237990. OLE color: 3237990.
HSL color Cylindrical-coordinate representation of color #666831: hue angle of 62.18º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #666831 is Cyan = 0.02, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 104 | 49 | - |
| CMYK | 0.02 | 0 | 0.53 | 0.59 |
| HSL | 62.18º | 0.36% | 0.3% | - |
| HSV(B) | 62.18º | 0.53% | 0.41% | - |
| XYZ | 10.98 | 12.95 | 4.83 | - |
| YUV | 97.13 | 100.84 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 104 | 49 | 0.02 | 0 | 0.53 | 0.59 | 62.18 | 0.36 | 0.3 |
| Hex | 66 | 68 | 31 | 2 | 0 | 35 | 3B | 3E | 24 | 1E |
| Octal | 146 | 150 | 61 | 2 | 0 | 65 | 73 | 76 | 44 | 36 |
| Binary | 1100110 | 1101000 | 110001 | 10 | 0 | 110101 | 111011 | 111110 | 100100 | 11110 |
Color Harmonies of #666831
Complementary color
Monochromatic Colors of #666831
Black with #666831
Text Example
Text Example
White with #666831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666831; }
p { color: rgb(102,104,49); }
H1.HeaderClassName
{
color: #666831;
}
.AnyTagClassName
{
color: #666831;
}
</style>
background-color css
<style>
a { background-color: #666831; }
a { background-color: rgb(102,104,49); }
div.DivClassName
{
background-color: #666831;
}
.BgClassName
{
background-color: #666831;
}
</style>
border-color css
<style>
span { border-color: #666831; }
span { border-color: rgb(102,104,49); }
td.TdClassName
{
border-color: #666831;
}
.TagClassName
{
border-color: #666831;
}
</style>