Shades of Rain Forest #66682A
Tints of Rain Forest #66682A
RGB
CMYK
RGB Variations
Color information
#66682A (or 0x66682A) is known color: Rain Forest. HEX triplet: 66, 68 and 2A. RGB value is (102,104,42). Sum of RGB (Red+Green+Blue) = 102+104+42=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 104 (41.02% from 255 or 41.94% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 104 - color contains mainly: green. Hex color #66682A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66682A is #9997D5. Grayscale: #606060. Windows color (decimal): -10065878 or 2779238. OLE color: 2779238.
HSL color Cylindrical-coordinate representation of color #66682A: hue angle of 61.94º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #66682A is Cyan = 0.02, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 104 | 42 | - |
| CMYK | 0.02 | 0 | 0.60 | 0.59 |
| HSL | 61.94º | 0.42% | 0.29% | - |
| HSV(B) | 61.94º | 0.6% | 0.41% | - |
| XYZ | 10.85 | 12.89 | 4.11 | - |
| YUV | 96.33 | 97.34 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 104 | 42 | 0.02 | 0 | 0.60 | 0.59 | 61.94 | 0.42 | 0.29 |
| Hex | 66 | 68 | 2A | 2 | 0 | 3C | 3B | 3E | 2A | 1D |
| Octal | 146 | 150 | 52 | 2 | 0 | 74 | 73 | 76 | 52 | 35 |
| Binary | 1100110 | 1101000 | 101010 | 10 | 0 | 111100 | 111011 | 111110 | 101010 | 11101 |
Color Harmonies of #66682A
Complementary color
Monochromatic Colors of #66682A
Black with #66682A
Text Example
Text Example
White with #66682A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66682A; }
p { color: rgb(102,104,42); }
H1.HeaderClassName
{
color: #66682A;
}
.AnyTagClassName
{
color: #66682A;
}
</style>
background-color css
<style>
a { background-color: #66682A; }
a { background-color: rgb(102,104,42); }
div.DivClassName
{
background-color: #66682A;
}
.BgClassName
{
background-color: #66682A;
}
</style>
border-color css
<style>
span { border-color: #66682A; }
span { border-color: rgb(102,104,42); }
td.TdClassName
{
border-color: #66682A;
}
.TagClassName
{
border-color: #66682A;
}
</style>