Shades of Costa Del Sol #66581F
Tints of Costa Del Sol #66581F
RGB
CMYK
RGB Variations
Color information
#66581F (or 0x66581F) is known color: Costa Del Sol. HEX triplet: 66, 58 and 1F. RGB value is (102,88,31). Sum of RGB (Red+Green+Blue) = 102+88+31=221 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.15% from 221); Green value is 88 (34.77% from 255 or 39.82% from 221); Blue value is 31 (12.5% from 255 or 14.03% from 221); Max value from RGB is 102 - color contains mainly: red. Hex color #66581F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66581F is #99A7E0. Grayscale: #555555. Windows color (decimal): -10069985 or 2054246. OLE color: 2054246.
HSL color Cylindrical-coordinate representation of color #66581F: hue angle of 48.17º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #66581F is Cyan = 0, Magento = 0.14, Yellow = 0.70 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 88 | 31 | - |
| CMYK | 0 | 0.14 | 0.70 | 0.6 |
| HSL | 48.17º | 0.53% | 0.26% | - |
| HSV(B) | 48.17º | 0.7% | 0.4% | - |
| XYZ | 9.22 | 9.9 | 2.72 | - |
| YUV | 85.69 | 97.14 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 88 | 31 | 0 | 0.14 | 0.70 | 0.6 | 48.17 | 0.53 | 0.26 |
| Hex | 66 | 58 | 1F | 0 | E | 46 | 3C | 30 | 35 | 1A |
| Octal | 146 | 130 | 37 | 0 | 16 | 106 | 74 | 60 | 65 | 32 |
| Binary | 1100110 | 1011000 | 11111 | 0 | 1110 | 1000110 | 111100 | 110000 | 110101 | 11010 |
Color Harmonies of #66581F
Complementary color
Monochromatic Colors of #66581F
Black with #66581F
Text Example
Text Example
White with #66581F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66581F; }
p { color: rgb(102,88,31); }
H1.HeaderClassName
{
color: #66581F;
}
.AnyTagClassName
{
color: #66581F;
}
</style>
background-color css
<style>
a { background-color: #66581F; }
a { background-color: rgb(102,88,31); }
div.DivClassName
{
background-color: #66581F;
}
.BgClassName
{
background-color: #66581F;
}
</style>
border-color css
<style>
span { border-color: #66581F; }
span { border-color: rgb(102,88,31); }
td.TdClassName
{
border-color: #66581F;
}
.TagClassName
{
border-color: #66581F;
}
</style>