Shades of Costa Del Sol #66571A
Tints of Costa Del Sol #66571A
RGB
CMYK
RGB Variations
Color information
#66571A (or 0x66571A) is known color: Costa Del Sol. HEX triplet: 66, 57 and 1A. RGB value is (102,87,26). Sum of RGB (Red+Green+Blue) = 102+87+26=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 87 (34.38% from 255 or 40.47% from 215); Blue value is 26 (10.55% from 255 or 12.09% from 215); Max value from RGB is 102 - color contains mainly: red. Hex color #66571A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66571A is #99A8E5. Grayscale: #545454. Windows color (decimal): -10070246 or 1726310. OLE color: 1726310.
HSL color Cylindrical-coordinate representation of color #66571A: hue angle of 48.16º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #66571A is Cyan = 0, Magento = 0.15, Yellow = 0.75 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 87 | 26 | - |
| CMYK | 0 | 0.15 | 0.75 | 0.6 |
| HSL | 48.16º | 0.59% | 0.25% | - |
| HSV(B) | 48.16º | 0.75% | 0.4% | - |
| XYZ | 9.07 | 9.72 | 2.37 | - |
| YUV | 84.53 | 94.97 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 87 | 26 | 0 | 0.15 | 0.75 | 0.6 | 48.16 | 0.59 | 0.25 |
| Hex | 66 | 57 | 1A | 0 | F | 4B | 3C | 30 | 3B | 19 |
| Octal | 146 | 127 | 32 | 0 | 17 | 113 | 74 | 60 | 73 | 31 |
| Binary | 1100110 | 1010111 | 11010 | 0 | 1111 | 1001011 | 111100 | 110000 | 111011 | 11001 |
Color Harmonies of #66571A
Complementary color
Monochromatic Colors of #66571A
Black with #66571A
Text Example
Text Example
White with #66571A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66571A; }
p { color: rgb(102,87,26); }
H1.HeaderClassName
{
color: #66571A;
}
.AnyTagClassName
{
color: #66571A;
}
</style>
background-color css
<style>
a { background-color: #66571A; }
a { background-color: rgb(102,87,26); }
div.DivClassName
{
background-color: #66571A;
}
.BgClassName
{
background-color: #66571A;
}
</style>
border-color css
<style>
span { border-color: #66571A; }
span { border-color: rgb(102,87,26); }
td.TdClassName
{
border-color: #66571A;
}
.TagClassName
{
border-color: #66571A;
}
</style>