Shades of Costa Del Sol #66571B
Tints of Costa Del Sol #66571B
RGB
CMYK
RGB Variations
Color information
#66571B (or 0x66571B) is known color: Costa Del Sol. HEX triplet: 66, 57 and 1B. RGB value is (102,87,27). Sum of RGB (Red+Green+Blue) = 102+87+27=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 87 (34.38% from 255 or 40.28% from 216); Blue value is 27 (10.94% from 255 or 12.5% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #66571B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66571B is #99A8E4. Grayscale: #545454. Windows color (decimal): -10070245 or 1791846. OLE color: 1791846.
HSL color Cylindrical-coordinate representation of color #66571B: hue angle of 48º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #66571B is Cyan = 0, Magento = 0.15, Yellow = 0.74 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 87 | 27 | - |
| CMYK | 0 | 0.15 | 0.74 | 0.6 |
| HSL | 48º | 0.58% | 0.25% | - |
| HSV(B) | 48º | 0.74% | 0.4% | - |
| XYZ | 9.09 | 9.72 | 2.43 | - |
| YUV | 84.65 | 95.47 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 87 | 27 | 0 | 0.15 | 0.74 | 0.6 | 48 | 0.58 | 0.25 |
| Hex | 66 | 57 | 1B | 0 | F | 4A | 3C | 30 | 3A | 19 |
| Octal | 146 | 127 | 33 | 0 | 17 | 112 | 74 | 60 | 72 | 31 |
| Binary | 1100110 | 1010111 | 11011 | 0 | 1111 | 1001010 | 111100 | 110000 | 111010 | 11001 |
Color Harmonies of #66571B
Complementary color
Monochromatic Colors of #66571B
Black with #66571B
Text Example
Text Example
White with #66571B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66571B; }
p { color: rgb(102,87,27); }
H1.HeaderClassName
{
color: #66571B;
}
.AnyTagClassName
{
color: #66571B;
}
</style>
background-color css
<style>
a { background-color: #66571B; }
a { background-color: rgb(102,87,27); }
div.DivClassName
{
background-color: #66571B;
}
.BgClassName
{
background-color: #66571B;
}
</style>
border-color css
<style>
span { border-color: #66571B; }
span { border-color: rgb(102,87,27); }
td.TdClassName
{
border-color: #66571B;
}
.TagClassName
{
border-color: #66571B;
}
</style>