Shades of Rain Forest #66682C
Tints of Rain Forest #66682C
RGB
CMYK
RGB Variations
Color information
#66682C (or 0x66682C) is known color: Rain Forest. HEX triplet: 66, 68 and 2C. RGB value is (102,104,44). Sum of RGB (Red+Green+Blue) = 102+104+44=250 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.8% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 104 - color contains mainly: green. Hex color #66682C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66682C is #9997D3. Grayscale: #606060. Windows color (decimal): -10065876 or 2910310. OLE color: 2910310.
HSL color Cylindrical-coordinate representation of color #66682C: hue angle of 62º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66682C is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 104 | 44 | - |
| CMYK | 0.02 | 0 | 0.58 | 0.59 |
| HSL | 62º | 0.41% | 0.29% | - |
| HSV(B) | 62º | 0.58% | 0.41% | - |
| XYZ | 10.88 | 12.91 | 4.3 | - |
| YUV | 96.56 | 98.34 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 104 | 44 | 0.02 | 0 | 0.58 | 0.59 | 62 | 0.41 | 0.29 |
| Hex | 66 | 68 | 2C | 2 | 0 | 3A | 3B | 3E | 29 | 1D |
| Octal | 146 | 150 | 54 | 2 | 0 | 72 | 73 | 76 | 51 | 35 |
| Binary | 1100110 | 1101000 | 101100 | 10 | 0 | 111010 | 111011 | 111110 | 101001 | 11101 |
Color Harmonies of #66682C
Complementary color
Monochromatic Colors of #66682C
Black with #66682C
Text Example
Text Example
White with #66682C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66682C; }
p { color: rgb(102,104,44); }
H1.HeaderClassName
{
color: #66682C;
}
.AnyTagClassName
{
color: #66682C;
}
</style>
background-color css
<style>
a { background-color: #66682C; }
a { background-color: rgb(102,104,44); }
div.DivClassName
{
background-color: #66682C;
}
.BgClassName
{
background-color: #66682C;
}
</style>
border-color css
<style>
span { border-color: #66682C; }
span { border-color: rgb(102,104,44); }
td.TdClassName
{
border-color: #66682C;
}
.TagClassName
{
border-color: #66682C;
}
</style>