Shades of Rain Forest #666A35
Tints of Rain Forest #666A35
RGB
CMYK
RGB Variations
Color information
#666A35 (or 0x666A35) is known color: Rain Forest. HEX triplet: 66, 6A and 35. RGB value is (102,106,53). Sum of RGB (Red+Green+Blue) = 102+106+53=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 106 (41.80% from 255 or 40.61% from 261); Blue value is 53 (21.09% from 255 or 20.31% from 261); Max value from RGB is 106 - color contains mainly: green. Hex color #666A35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666A35 is #9995CA. Grayscale: #626262. Windows color (decimal): -10065355 or 3500646. OLE color: 3500646.
HSL color Cylindrical-coordinate representation of color #666A35: hue angle of 64.53º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #666A35 is Cyan = 0.04, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 106 | 53 | - |
| CMYK | 0.04 | 0 | 0.5 | 0.58 |
| HSL | 64.53º | 0.33% | 0.31% | - |
| HSV(B) | 64.53º | 0.5% | 0.42% | - |
| XYZ | 11.28 | 13.39 | 5.36 | - |
| YUV | 98.76 | 102.17 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 106 | 53 | 0.04 | 0 | 0.5 | 0.58 | 64.53 | 0.33 | 0.31 |
| Hex | 66 | 6A | 35 | 4 | 0 | 32 | 3A | 41 | 21 | 1F |
| Octal | 146 | 152 | 65 | 4 | 0 | 62 | 72 | 101 | 41 | 37 |
| Binary | 1100110 | 1101010 | 110101 | 100 | 0 | 110010 | 111010 | 1000001 | 100001 | 11111 |
Color Harmonies of #666A35
Complementary color
Monochromatic Colors of #666A35
Black with #666A35
Text Example
Text Example
White with #666A35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666A35; }
p { color: rgb(102,106,53); }
H1.HeaderClassName
{
color: #666A35;
}
.AnyTagClassName
{
color: #666A35;
}
</style>
background-color css
<style>
a { background-color: #666A35; }
a { background-color: rgb(102,106,53); }
div.DivClassName
{
background-color: #666A35;
}
.BgClassName
{
background-color: #666A35;
}
</style>
border-color css
<style>
span { border-color: #666A35; }
span { border-color: rgb(102,106,53); }
td.TdClassName
{
border-color: #666A35;
}
.TagClassName
{
border-color: #666A35;
}
</style>