Shades of Costa Del Sol #666132
Tints of Costa Del Sol #666132
RGB
CMYK
RGB Variations
Color information
#666132 (or 0x666132) is known color: Costa Del Sol. HEX triplet: 66, 61 and 32. RGB value is (102,97,50). Sum of RGB (Red+Green+Blue) = 102+97+50=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 97 (38.28% from 255 or 38.96% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 102 - color contains mainly: red. Hex color #666132 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666132 is #999ECD. Grayscale: #5D5D5D. Windows color (decimal): -10067662 or 3301734. OLE color: 3301734.
HSL color Cylindrical-coordinate representation of color #666132: hue angle of 54.23º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #666132 is Cyan = 0, Magento = 0.05, Yellow = 0.51 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 97 | 50 | - |
| CMYK | 0 | 0.05 | 0.51 | 0.6 |
| HSL | 54.23º | 0.34% | 0.3% | - |
| HSV(B) | 54.23º | 0.51% | 0.4% | - |
| XYZ | 10.33 | 11.6 | 4.71 | - |
| YUV | 93.14 | 103.66 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 97 | 50 | 0 | 0.05 | 0.51 | 0.6 | 54.23 | 0.34 | 0.3 |
| Hex | 66 | 61 | 32 | 0 | 5 | 33 | 3C | 36 | 22 | 1E |
| Octal | 146 | 141 | 62 | 0 | 5 | 63 | 74 | 66 | 42 | 36 |
| Binary | 1100110 | 1100001 | 110010 | 0 | 101 | 110011 | 111100 | 110110 | 100010 | 11110 |
Color Harmonies of #666132
Complementary color
Monochromatic Colors of #666132
Black with #666132
Text Example
Text Example
White with #666132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666132; }
p { color: rgb(102,97,50); }
H1.HeaderClassName
{
color: #666132;
}
.AnyTagClassName
{
color: #666132;
}
</style>
background-color css
<style>
a { background-color: #666132; }
a { background-color: rgb(102,97,50); }
div.DivClassName
{
background-color: #666132;
}
.BgClassName
{
background-color: #666132;
}
</style>
border-color css
<style>
span { border-color: #666132; }
span { border-color: rgb(102,97,50); }
td.TdClassName
{
border-color: #666132;
}
.TagClassName
{
border-color: #666132;
}
</style>