Shades of Costa Del Sol #666020
Tints of Costa Del Sol #666020
RGB
CMYK
RGB Variations
Color information
#666020 (or 0x666020) is known color: Costa Del Sol. HEX triplet: 66, 60 and 20. RGB value is (102,96,32). Sum of RGB (Red+Green+Blue) = 102+96+32=230 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.35% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 32 (12.89% from 255 or 13.91% from 230); Max value from RGB is 102 - color contains mainly: red. Hex color #666020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666020 is #999FDF. Grayscale: #5A5A5A. Windows color (decimal): -10067936 or 2121830. OLE color: 2121830.
HSL color Cylindrical-coordinate representation of color #666020: hue angle of 54.86º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #666020 is Cyan = 0, Magento = 0.06, Yellow = 0.69 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 96 | 32 | - |
| CMYK | 0 | 0.06 | 0.69 | 0.6 |
| HSL | 54.86º | 0.52% | 0.26% | - |
| HSV(B) | 54.86º | 0.69% | 0.4% | - |
| XYZ | 9.92 | 11.29 | 3.02 | - |
| YUV | 90.5 | 94.99 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 96 | 32 | 0 | 0.06 | 0.69 | 0.6 | 54.86 | 0.52 | 0.26 |
| Hex | 66 | 60 | 20 | 0 | 6 | 45 | 3C | 37 | 34 | 1A |
| Octal | 146 | 140 | 40 | 0 | 6 | 105 | 74 | 67 | 64 | 32 |
| Binary | 1100110 | 1100000 | 100000 | 0 | 110 | 1000101 | 111100 | 110111 | 110100 | 11010 |
Color Harmonies of #666020
Complementary color
Monochromatic Colors of #666020
Black with #666020
Text Example
Text Example
White with #666020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666020; }
p { color: rgb(102,96,32); }
H1.HeaderClassName
{
color: #666020;
}
.AnyTagClassName
{
color: #666020;
}
</style>
background-color css
<style>
a { background-color: #666020; }
a { background-color: rgb(102,96,32); }
div.DivClassName
{
background-color: #666020;
}
.BgClassName
{
background-color: #666020;
}
</style>
border-color css
<style>
span { border-color: #666020; }
span { border-color: rgb(102,96,32); }
td.TdClassName
{
border-color: #666020;
}
.TagClassName
{
border-color: #666020;
}
</style>