Shades of Costa Del Sol #66592C
Tints of Costa Del Sol #66592C
RGB
CMYK
RGB Variations
Color information
#66592C (or 0x66592C) is known color: Costa Del Sol. HEX triplet: 66, 59 and 2C. RGB value is (102,89,44). Sum of RGB (Red+Green+Blue) = 102+89+44=235 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.40% from 235); Green value is 89 (35.16% from 255 or 37.87% from 235); Blue value is 44 (17.58% from 255 or 18.72% from 235); Max value from RGB is 102 - color contains mainly: red. Hex color #66592C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66592C is #99A6D3. Grayscale: #575757. Windows color (decimal): -10069716 or 2906470. OLE color: 2906470.
HSL color Cylindrical-coordinate representation of color #66592C: hue angle of 46.55º 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 #66592C is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 89 | 44 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.6 |
| HSL | 46.55º | 0.4% | 0.29% | - |
| HSV(B) | 46.55º | 0.57% | 0.4% | - |
| XYZ | 9.51 | 10.15 | 3.84 | - |
| YUV | 87.76 | 103.31 | 138.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 89 | 44 | 0 | 0.13 | 0.57 | 0.6 | 46.55 | 0.4 | 0.29 |
| Hex | 66 | 59 | 2C | 0 | D | 39 | 3C | 2F | 28 | 1D |
| Octal | 146 | 131 | 54 | 0 | 15 | 71 | 74 | 57 | 50 | 35 |
| Binary | 1100110 | 1011001 | 101100 | 0 | 1101 | 111001 | 111100 | 101111 | 101000 | 11101 |
Color Harmonies of #66592C
Complementary color
Monochromatic Colors of #66592C
Black with #66592C
Text Example
Text Example
White with #66592C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66592C; }
p { color: rgb(102,89,44); }
H1.HeaderClassName
{
color: #66592C;
}
.AnyTagClassName
{
color: #66592C;
}
</style>
background-color css
<style>
a { background-color: #66592C; }
a { background-color: rgb(102,89,44); }
div.DivClassName
{
background-color: #66592C;
}
.BgClassName
{
background-color: #66592C;
}
</style>
border-color css
<style>
span { border-color: #66592C; }
span { border-color: rgb(102,89,44); }
td.TdClassName
{
border-color: #66592C;
}
.TagClassName
{
border-color: #66592C;
}
</style>