Shades of Rain Forest #666935
Tints of Rain Forest #666935
RGB
CMYK
RGB Variations
Color information
#666935 (or 0x666935) is known color: Rain Forest. HEX triplet: 66, 69 and 35. RGB value is (102,105,53). Sum of RGB (Red+Green+Blue) = 102+105+53=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 105 (41.41% from 255 or 40.38% from 260); Blue value is 53 (21.09% from 255 or 20.38% from 260); Max value from RGB is 105 - color contains mainly: green. Hex color #666935 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666935 is #9996CA. Grayscale: #626262. Windows color (decimal): -10065611 or 3500390. OLE color: 3500390.
HSL color Cylindrical-coordinate representation of color #666935: hue angle of 63.46º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #666935 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 105 | 53 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.59 |
| HSL | 63.46º | 0.33% | 0.31% | - |
| HSV(B) | 63.46º | 0.5% | 0.41% | - |
| XYZ | 11.17 | 13.18 | 5.32 | - |
| YUV | 98.18 | 102.51 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 105 | 53 | 0.03 | 0 | 0.50 | 0.59 | 63.46 | 0.33 | 0.31 |
| Hex | 66 | 69 | 35 | 3 | 0 | 32 | 3B | 3F | 21 | 1F |
| Octal | 146 | 151 | 65 | 3 | 0 | 62 | 73 | 77 | 41 | 37 |
| Binary | 1100110 | 1101001 | 110101 | 11 | 0 | 110010 | 111011 | 111111 | 100001 | 11111 |
Color Harmonies of #666935
Complementary color
Monochromatic Colors of #666935
Black with #666935
Text Example
Text Example
White with #666935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666935; }
p { color: rgb(102,105,53); }
H1.HeaderClassName
{
color: #666935;
}
.AnyTagClassName
{
color: #666935;
}
</style>
background-color css
<style>
a { background-color: #666935; }
a { background-color: rgb(102,105,53); }
div.DivClassName
{
background-color: #666935;
}
.BgClassName
{
background-color: #666935;
}
</style>
border-color css
<style>
span { border-color: #666935; }
span { border-color: rgb(102,105,53); }
td.TdClassName
{
border-color: #666935;
}
.TagClassName
{
border-color: #666935;
}
</style>