Shades of Costa Del Sol #666210
Tints of Costa Del Sol #666210
RGB
CMYK
RGB Variations
Color information
#666210 (or 0x666210) is known color: Costa Del Sol. HEX triplet: 66, 62 and 10. RGB value is (102,98,16). Sum of RGB (Red+Green+Blue) = 102+98+16=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 16 (6.64% from 255 or 7.41% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #666210 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #666210 is #999DEF. Grayscale: #5A5A5A. Windows color (decimal): -10067440 or 1073766. OLE color: 1073766.
HSL color Cylindrical-coordinate representation of color #666210: hue angle of 57.21º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #666210 is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 98 | 16 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.6 |
| HSL | 57.21º | 0.73% | 0.23% | - |
| HSV(B) | 57.21º | 0.84% | 0.4% | - |
| XYZ | 9.94 | 11.6 | 2.2 | - |
| YUV | 89.85 | 86.33 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 98 | 16 | 0 | 0.04 | 0.84 | 0.6 | 57.21 | 0.73 | 0.23 |
| Hex | 66 | 62 | 10 | 0 | 4 | 54 | 3C | 39 | 49 | 17 |
| Octal | 146 | 142 | 20 | 0 | 4 | 124 | 74 | 71 | 111 | 27 |
| Binary | 1100110 | 1100010 | 10000 | 0 | 100 | 1010100 | 111100 | 111001 | 1001001 | 10111 |
Color Harmonies of #666210
Complementary color
Monochromatic Colors of #666210
Black with #666210
Text Example
Text Example
White with #666210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666210; }
p { color: rgb(102,98,16); }
H1.HeaderClassName
{
color: #666210;
}
.AnyTagClassName
{
color: #666210;
}
</style>
background-color css
<style>
a { background-color: #666210; }
a { background-color: rgb(102,98,16); }
div.DivClassName
{
background-color: #666210;
}
.BgClassName
{
background-color: #666210;
}
</style>
border-color css
<style>
span { border-color: #666210; }
span { border-color: rgb(102,98,16); }
td.TdClassName
{
border-color: #666210;
}
.TagClassName
{
border-color: #666210;
}
</style>