Shades of Costa Del Sol #666215
Tints of Costa Del Sol #666215
RGB
CMYK
RGB Variations
Color information
#666215 (or 0x666215) is known color: Costa Del Sol. HEX triplet: 66, 62 and 15. RGB value is (102,98,21). Sum of RGB (Red+Green+Blue) = 102+98+21=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 21 (8.59% from 255 or 9.50% from 221); Max value from RGB is 102 - color contains mainly: red. Hex color #666215 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666215 is #999DEA. Grayscale: #5A5A5A. Windows color (decimal): -10067435 or 1401446. OLE color: 1401446.
HSL color Cylindrical-coordinate representation of color #666215: hue angle of 57.04º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #666215 is Cyan = 0, Magento = 0.04, Yellow = 0.79 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 98 | 21 | - |
| CMYK | 0 | 0.04 | 0.79 | 0.6 |
| HSL | 57.04º | 0.66% | 0.24% | - |
| HSV(B) | 57.04º | 0.79% | 0.4% | - |
| XYZ | 9.98 | 11.61 | 2.43 | - |
| YUV | 90.42 | 88.83 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 98 | 21 | 0 | 0.04 | 0.79 | 0.6 | 57.04 | 0.66 | 0.24 |
| Hex | 66 | 62 | 15 | 0 | 4 | 4F | 3C | 39 | 42 | 18 |
| Octal | 146 | 142 | 25 | 0 | 4 | 117 | 74 | 71 | 102 | 30 |
| Binary | 1100110 | 1100010 | 10101 | 0 | 100 | 1001111 | 111100 | 111001 | 1000010 | 11000 |
Color Harmonies of #666215
Complementary color
Monochromatic Colors of #666215
Black with #666215
Text Example
Text Example
White with #666215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666215; }
p { color: rgb(102,98,21); }
H1.HeaderClassName
{
color: #666215;
}
.AnyTagClassName
{
color: #666215;
}
</style>
background-color css
<style>
a { background-color: #666215; }
a { background-color: rgb(102,98,21); }
div.DivClassName
{
background-color: #666215;
}
.BgClassName
{
background-color: #666215;
}
</style>
border-color css
<style>
span { border-color: #666215; }
span { border-color: rgb(102,98,21); }
td.TdClassName
{
border-color: #666215;
}
.TagClassName
{
border-color: #666215;
}
</style>