Shades of Costa Del Sol #665C11
Tints of Costa Del Sol #665C11
RGB
CMYK
RGB Variations
Color information
#665C11 (or 0x665C11) is known color: Costa Del Sol. HEX triplet: 66, 5C and 11. RGB value is (102,92,17). Sum of RGB (Red+Green+Blue) = 102+92+17=211 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.34% from 211); Green value is 92 (36.33% from 255 or 43.60% from 211); Blue value is 17 (7.03% from 255 or 8.06% from 211); Max value from RGB is 102 - color contains mainly: red. Hex color #665C11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665C11 is #99A3EE. Grayscale: #565656. Windows color (decimal): -10068975 or 1137766. OLE color: 1137766.
HSL color Cylindrical-coordinate representation of color #665C11: hue angle of 52.94º 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 #665C11 is Cyan = 0, Magento = 0.10, Yellow = 0.83 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 92 | 17 | - |
| CMYK | 0 | 0.10 | 0.83 | 0.6 |
| HSL | 52.94º | 0.71% | 0.23% | - |
| HSV(B) | 52.94º | 0.83% | 0.4% | - |
| XYZ | 9.41 | 10.52 | 2.06 | - |
| YUV | 86.44 | 88.81 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 92 | 17 | 0 | 0.10 | 0.83 | 0.6 | 52.94 | 0.71 | 0.23 |
| Hex | 66 | 5C | 11 | 0 | A | 53 | 3C | 35 | 47 | 17 |
| Octal | 146 | 134 | 21 | 0 | 12 | 123 | 74 | 65 | 107 | 27 |
| Binary | 1100110 | 1011100 | 10001 | 0 | 1010 | 1010011 | 111100 | 110101 | 1000111 | 10111 |
Color Harmonies of #665C11
Complementary color
Monochromatic Colors of #665C11
Black with #665C11
Text Example
Text Example
White with #665C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665C11; }
p { color: rgb(102,92,17); }
H1.HeaderClassName
{
color: #665C11;
}
.AnyTagClassName
{
color: #665C11;
}
</style>
background-color css
<style>
a { background-color: #665C11; }
a { background-color: rgb(102,92,17); }
div.DivClassName
{
background-color: #665C11;
}
.BgClassName
{
background-color: #665C11;
}
</style>
border-color css
<style>
span { border-color: #665C11; }
span { border-color: rgb(102,92,17); }
td.TdClassName
{
border-color: #665C11;
}
.TagClassName
{
border-color: #665C11;
}
</style>