Shades of Costa Del Sol #665D11
Tints of Costa Del Sol #665D11
RGB
CMYK
RGB Variations
Color information
#665D11 (or 0x665D11) is known color: Costa Del Sol. HEX triplet: 66, 5D and 11. RGB value is (102,93,17). Sum of RGB (Red+Green+Blue) = 102+93+17=212 (28% of max value = 765). Red value is 102 (40.23% from 255 or 48.11% from 212); Green value is 93 (36.72% from 255 or 43.87% from 212); Blue value is 17 (7.03% from 255 or 8.02% from 212); Max value from RGB is 102 - color contains mainly: red. Hex color #665D11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665D11 is #99A2EE. Grayscale: #575757. Windows color (decimal): -10068719 or 1138022. OLE color: 1138022.
HSL color Cylindrical-coordinate representation of color #665D11: hue angle of 53.65º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #665D11 is Cyan = 0, Magento = 0.09, Yellow = 0.83 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 93 | 17 | - |
| CMYK | 0 | 0.09 | 0.83 | 0.6 |
| HSL | 53.65º | 0.71% | 0.23% | - |
| HSV(B) | 53.65º | 0.83% | 0.4% | - |
| XYZ | 9.5 | 10.69 | 2.09 | - |
| YUV | 87.03 | 88.48 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 93 | 17 | 0 | 0.09 | 0.83 | 0.6 | 53.65 | 0.71 | 0.23 |
| Hex | 66 | 5D | 11 | 0 | 9 | 53 | 3C | 36 | 47 | 17 |
| Octal | 146 | 135 | 21 | 0 | 11 | 123 | 74 | 66 | 107 | 27 |
| Binary | 1100110 | 1011101 | 10001 | 0 | 1001 | 1010011 | 111100 | 110110 | 1000111 | 10111 |
Color Harmonies of #665D11
Complementary color
Monochromatic Colors of #665D11
Black with #665D11
Text Example
Text Example
White with #665D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665D11; }
p { color: rgb(102,93,17); }
H1.HeaderClassName
{
color: #665D11;
}
.AnyTagClassName
{
color: #665D11;
}
</style>
background-color css
<style>
a { background-color: #665D11; }
a { background-color: rgb(102,93,17); }
div.DivClassName
{
background-color: #665D11;
}
.BgClassName
{
background-color: #665D11;
}
</style>
border-color css
<style>
span { border-color: #665D11; }
span { border-color: rgb(102,93,17); }
td.TdClassName
{
border-color: #665D11;
}
.TagClassName
{
border-color: #665D11;
}
</style>