Shades of Costa Del Sol #66581C
Tints of Costa Del Sol #66581C
RGB
CMYK
RGB Variations
Color information
#66581C (or 0x66581C) is known color: Costa Del Sol. HEX triplet: 66, 58 and 1C. RGB value is (102,88,28). Sum of RGB (Red+Green+Blue) = 102+88+28=218 (28% of max value = 765). Red value is 102 (40.23% from 255 or 46.79% from 218); Green value is 88 (34.77% from 255 or 40.37% from 218); Blue value is 28 (11.33% from 255 or 12.84% from 218); Max value from RGB is 102 - color contains mainly: red. Hex color #66581C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66581C is #99A7E3. Grayscale: #555555. Windows color (decimal): -10069988 or 1857638. OLE color: 1857638.
HSL color Cylindrical-coordinate representation of color #66581C: hue angle of 48.65º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #66581C is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 88 | 28 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.6 |
| HSL | 48.65º | 0.57% | 0.25% | - |
| HSV(B) | 48.65º | 0.73% | 0.4% | - |
| XYZ | 9.18 | 9.89 | 2.52 | - |
| YUV | 85.35 | 95.64 | 139.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 88 | 28 | 0 | 0.14 | 0.73 | 0.6 | 48.65 | 0.57 | 0.25 |
| Hex | 66 | 58 | 1C | 0 | E | 49 | 3C | 31 | 39 | 19 |
| Octal | 146 | 130 | 34 | 0 | 16 | 111 | 74 | 61 | 71 | 31 |
| Binary | 1100110 | 1011000 | 11100 | 0 | 1110 | 1001001 | 111100 | 110001 | 111001 | 11001 |
Color Harmonies of #66581C
Complementary color
Monochromatic Colors of #66581C
Black with #66581C
Text Example
Text Example
White with #66581C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66581C; }
p { color: rgb(102,88,28); }
H1.HeaderClassName
{
color: #66581C;
}
.AnyTagClassName
{
color: #66581C;
}
</style>
background-color css
<style>
a { background-color: #66581C; }
a { background-color: rgb(102,88,28); }
div.DivClassName
{
background-color: #66581C;
}
.BgClassName
{
background-color: #66581C;
}
</style>
border-color css
<style>
span { border-color: #66581C; }
span { border-color: rgb(102,88,28); }
td.TdClassName
{
border-color: #66581C;
}
.TagClassName
{
border-color: #66581C;
}
</style>