Shades of Rain Forest #666C28
Tints of Rain Forest #666C28
RGB
CMYK
RGB Variations
Color information
#666C28 (or 0x666C28) is known color: Rain Forest. HEX triplet: 66, 6C and 28. RGB value is (102,108,40). Sum of RGB (Red+Green+Blue) = 102+108+40=250 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.8% from 250); Green value is 108 (42.58% from 255 or 43.2% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 108 - color contains mainly: green. Hex color #666C28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666C28 is #9993D7. Grayscale: #626262. Windows color (decimal): -10064856 or 2649190. OLE color: 2649190.
HSL color Cylindrical-coordinate representation of color #666C28: hue angle of 65.29º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #666C28 is Cyan = 0.06, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 108 | 40 | - |
| CMYK | 0.06 | 0 | 0.63 | 0.58 |
| HSL | 65.29º | 0.46% | 0.29% | - |
| HSV(B) | 65.29º | 0.63% | 0.42% | - |
| XYZ | 11.23 | 13.7 | 4.06 | - |
| YUV | 98.45 | 95.01 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 108 | 40 | 0.06 | 0 | 0.63 | 0.58 | 65.29 | 0.46 | 0.29 |
| Hex | 66 | 6C | 28 | 6 | 0 | 3F | 3A | 41 | 2E | 1D |
| Octal | 146 | 154 | 50 | 6 | 0 | 77 | 72 | 101 | 56 | 35 |
| Binary | 1100110 | 1101100 | 101000 | 110 | 0 | 111111 | 111010 | 1000001 | 101110 | 11101 |
Color Harmonies of #666C28
Complementary color
Monochromatic Colors of #666C28
Black with #666C28
Text Example
Text Example
White with #666C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666C28; }
p { color: rgb(102,108,40); }
H1.HeaderClassName
{
color: #666C28;
}
.AnyTagClassName
{
color: #666C28;
}
</style>
background-color css
<style>
a { background-color: #666C28; }
a { background-color: rgb(102,108,40); }
div.DivClassName
{
background-color: #666C28;
}
.BgClassName
{
background-color: #666C28;
}
</style>
border-color css
<style>
span { border-color: #666C28; }
span { border-color: rgb(102,108,40); }
td.TdClassName
{
border-color: #666C28;
}
.TagClassName
{
border-color: #666C28;
}
</style>