Shades of Costa Del Sol #666428
Tints of Costa Del Sol #666428
RGB
CMYK
RGB Variations
Color information
#666428 (or 0x666428) is known color: Costa Del Sol. HEX triplet: 66, 64 and 28. RGB value is (102,100,40). Sum of RGB (Red+Green+Blue) = 102+100+40=242 (32% of max value = 765). Red value is 102 (40.23% from 255 or 42.15% from 242); Green value is 100 (39.45% from 255 or 41.32% from 242); Blue value is 40 (16.02% from 255 or 16.53% from 242); Max value from RGB is 102 - color contains mainly: red. Hex color #666428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666428 is #999BD7. Grayscale: #5E5E5E. Windows color (decimal): -10066904 or 2647142. OLE color: 2647142.
HSL color Cylindrical-coordinate representation of color #666428: hue angle of 58.06º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #666428 is Cyan = 0, Magento = 0.02, Yellow = 0.61 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 100 | 40 | - |
| CMYK | 0 | 0.02 | 0.61 | 0.6 |
| HSL | 58.06º | 0.44% | 0.28% | - |
| HSV(B) | 58.06º | 0.61% | 0.4% | - |
| XYZ | 10.42 | 12.09 | 3.79 | - |
| YUV | 93.76 | 97.66 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 100 | 40 | 0 | 0.02 | 0.61 | 0.6 | 58.06 | 0.44 | 0.28 |
| Hex | 66 | 64 | 28 | 0 | 2 | 3D | 3C | 3A | 2C | 1C |
| Octal | 146 | 144 | 50 | 0 | 2 | 75 | 74 | 72 | 54 | 34 |
| Binary | 1100110 | 1100100 | 101000 | 0 | 10 | 111101 | 111100 | 111010 | 101100 | 11100 |
Color Harmonies of #666428
Complementary color
Monochromatic Colors of #666428
Black with #666428
Text Example
Text Example
White with #666428
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666428; }
p { color: rgb(102,100,40); }
H1.HeaderClassName
{
color: #666428;
}
.AnyTagClassName
{
color: #666428;
}
</style>
background-color css
<style>
a { background-color: #666428; }
a { background-color: rgb(102,100,40); }
div.DivClassName
{
background-color: #666428;
}
.BgClassName
{
background-color: #666428;
}
</style>
border-color css
<style>
span { border-color: #666428; }
span { border-color: rgb(102,100,40); }
td.TdClassName
{
border-color: #666428;
}
.TagClassName
{
border-color: #666428;
}
</style>