Shades of Costa Del Sol #666128
Tints of Costa Del Sol #666128
RGB
CMYK
RGB Variations
Color information
#666128 (or 0x666128) is known color: Costa Del Sol. HEX triplet: 66, 61 and 28. RGB value is (102,97,40). Sum of RGB (Red+Green+Blue) = 102+97+40=239 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.68% from 239); Green value is 97 (38.28% from 255 or 40.59% from 239); Blue value is 40 (16.02% from 255 or 16.74% from 239); Max value from RGB is 102 - color contains mainly: red. Hex color #666128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666128 is #999ED7. Grayscale: #5C5C5C. Windows color (decimal): -10067672 or 2646374. OLE color: 2646374.
HSL color Cylindrical-coordinate representation of color #666128: hue angle of 55.16º 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 #666128 is Cyan = 0, Magento = 0.05, Yellow = 0.61 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 97 | 40 | - |
| CMYK | 0 | 0.05 | 0.61 | 0.6 |
| HSL | 55.16º | 0.44% | 0.28% | - |
| HSV(B) | 55.16º | 0.61% | 0.4% | - |
| XYZ | 10.14 | 11.53 | 3.7 | - |
| YUV | 92 | 98.66 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 97 | 40 | 0 | 0.05 | 0.61 | 0.6 | 55.16 | 0.44 | 0.28 |
| Hex | 66 | 61 | 28 | 0 | 5 | 3D | 3C | 37 | 2C | 1C |
| Octal | 146 | 141 | 50 | 0 | 5 | 75 | 74 | 67 | 54 | 34 |
| Binary | 1100110 | 1100001 | 101000 | 0 | 101 | 111101 | 111100 | 110111 | 101100 | 11100 |
Color Harmonies of #666128
Complementary color
Monochromatic Colors of #666128
Black with #666128
Text Example
Text Example
White with #666128
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666128; }
p { color: rgb(102,97,40); }
H1.HeaderClassName
{
color: #666128;
}
.AnyTagClassName
{
color: #666128;
}
</style>
background-color css
<style>
a { background-color: #666128; }
a { background-color: rgb(102,97,40); }
div.DivClassName
{
background-color: #666128;
}
.BgClassName
{
background-color: #666128;
}
</style>
border-color css
<style>
span { border-color: #666128; }
span { border-color: rgb(102,97,40); }
td.TdClassName
{
border-color: #666128;
}
.TagClassName
{
border-color: #666128;
}
</style>