Shades of Costa Del Sol #66652C
Tints of Costa Del Sol #66652C
RGB
CMYK
RGB Variations
Color information
#66652C (or 0x66652C) is known color: Costa Del Sol. HEX triplet: 66, 65 and 2C. RGB value is (102,101,44). Sum of RGB (Red+Green+Blue) = 102+101+44=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 101 (39.84% from 255 or 40.89% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 102 - color contains mainly: red. Hex color #66652C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66652C is #999AD3. Grayscale: #5F5F5F. Windows color (decimal): -10066644 or 2909542. OLE color: 2909542.
HSL color Cylindrical-coordinate representation of color #66652C: hue angle of 58.97º 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 #66652C is Cyan = 0, Magento = 0.01, Yellow = 0.57 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 101 | 44 | - |
| CMYK | 0 | 0.01 | 0.57 | 0.6 |
| HSL | 58.97º | 0.4% | 0.29% | - |
| HSV(B) | 58.97º | 0.57% | 0.4% | - |
| XYZ | 10.59 | 12.31 | 4.2 | - |
| YUV | 94.8 | 99.33 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 101 | 44 | 0 | 0.01 | 0.57 | 0.6 | 58.97 | 0.4 | 0.29 |
| Hex | 66 | 65 | 2C | 0 | 1 | 39 | 3C | 3B | 28 | 1D |
| Octal | 146 | 145 | 54 | 0 | 1 | 71 | 74 | 73 | 50 | 35 |
| Binary | 1100110 | 1100101 | 101100 | 0 | 1 | 111001 | 111100 | 111011 | 101000 | 11101 |
Color Harmonies of #66652C
Complementary color
Monochromatic Colors of #66652C
Black with #66652C
Text Example
Text Example
White with #66652C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66652C; }
p { color: rgb(102,101,44); }
H1.HeaderClassName
{
color: #66652C;
}
.AnyTagClassName
{
color: #66652C;
}
</style>
background-color css
<style>
a { background-color: #66652C; }
a { background-color: rgb(102,101,44); }
div.DivClassName
{
background-color: #66652C;
}
.BgClassName
{
background-color: #66652C;
}
</style>
border-color css
<style>
span { border-color: #66652C; }
span { border-color: rgb(102,101,44); }
td.TdClassName
{
border-color: #66652C;
}
.TagClassName
{
border-color: #66652C;
}
</style>