Shades of Costa Del Sol #66662C
Tints of Costa Del Sol #66662C
RGB
CMYK
RGB Variations
Color information
#66662C (or 0x66662C) is known color: Costa Del Sol. HEX triplet: 66, 66 and 2C. RGB value is (102,102,44). Sum of RGB (Red+Green+Blue) = 102+102+44=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 102 (40.23% from 255 or 41.13% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 102 - color contains mainly: red, green. Hex color #66662C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66662C is #9999D3. Grayscale: #5F5F5F. Windows color (decimal): -10066388 or 2909798. OLE color: 2909798.
HSL color Cylindrical-coordinate representation of color #66662C: hue angle of 60º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66662C is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 102 | 44 | - |
| CMYK | 0 | 0 | 0.57 | 0.6 |
| HSL | 60º | 0.4% | 0.29% | - |
| HSV(B) | 60º | 0.57% | 0.4% | - |
| XYZ | 10.69 | 12.51 | 4.23 | - |
| YUV | 95.39 | 99 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 102 | 44 | 0 | 0 | 0.57 | 0.6 | 60 | 0.4 | 0.29 |
| Hex | 66 | 66 | 2C | 0 | 0 | 39 | 3C | 3C | 28 | 1D |
| Octal | 146 | 146 | 54 | 0 | 0 | 71 | 74 | 74 | 50 | 35 |
| Binary | 1100110 | 1100110 | 101100 | 0 | 0 | 111001 | 111100 | 111100 | 101000 | 11101 |
Color Harmonies of #66662C
Complementary color
Monochromatic Colors of #66662C
Black with #66662C
Text Example
Text Example
White with #66662C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66662C; }
p { color: rgb(102,102,44); }
H1.HeaderClassName
{
color: #66662C;
}
.AnyTagClassName
{
color: #66662C;
}
</style>
background-color css
<style>
a { background-color: #66662C; }
a { background-color: rgb(102,102,44); }
div.DivClassName
{
background-color: #66662C;
}
.BgClassName
{
background-color: #66662C;
}
</style>
border-color css
<style>
span { border-color: #66662C; }
span { border-color: rgb(102,102,44); }
td.TdClassName
{
border-color: #66662C;
}
.TagClassName
{
border-color: #66662C;
}
</style>