Shades of Costa Del Sol #666232
Tints of Costa Del Sol #666232
RGB
CMYK
RGB Variations
Color information
#666232 (or 0x666232) is known color: Costa Del Sol. HEX triplet: 66, 62 and 32. RGB value is (102,98,50). Sum of RGB (Red+Green+Blue) = 102+98+50=250 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.8% from 250); Green value is 98 (38.67% from 255 or 39.2% from 250); Blue value is 50 (19.92% from 255 or 20% from 250); Max value from RGB is 102 - color contains mainly: red. Hex color #666232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666232 is #999DCD. Grayscale: #5D5D5D. Windows color (decimal): -10067406 or 3301990. OLE color: 3301990.
HSL color Cylindrical-coordinate representation of color #666232: hue angle of 55.38º 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 #666232 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 98 | 50 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.6 |
| HSL | 55.38º | 0.34% | 0.3% | - |
| HSV(B) | 55.38º | 0.51% | 0.4% | - |
| XYZ | 10.42 | 11.79 | 4.74 | - |
| YUV | 93.72 | 103.33 | 133.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 98 | 50 | 0 | 0.04 | 0.51 | 0.6 | 55.38 | 0.34 | 0.3 |
| Hex | 66 | 62 | 32 | 0 | 4 | 33 | 3C | 37 | 22 | 1E |
| Octal | 146 | 142 | 62 | 0 | 4 | 63 | 74 | 67 | 42 | 36 |
| Binary | 1100110 | 1100010 | 110010 | 0 | 100 | 110011 | 111100 | 110111 | 100010 | 11110 |
Color Harmonies of #666232
Complementary color
Monochromatic Colors of #666232
Black with #666232
Text Example
Text Example
White with #666232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666232; }
p { color: rgb(102,98,50); }
H1.HeaderClassName
{
color: #666232;
}
.AnyTagClassName
{
color: #666232;
}
</style>
background-color css
<style>
a { background-color: #666232; }
a { background-color: rgb(102,98,50); }
div.DivClassName
{
background-color: #666232;
}
.BgClassName
{
background-color: #666232;
}
</style>
border-color css
<style>
span { border-color: #666232; }
span { border-color: rgb(102,98,50); }
td.TdClassName
{
border-color: #666232;
}
.TagClassName
{
border-color: #666232;
}
</style>