Shades of Costa Del Sol #665E11
Tints of Costa Del Sol #665E11
RGB
CMYK
RGB Variations
Color information
#665E11 (or 0x665E11) is known color: Costa Del Sol. HEX triplet: 66, 5E and 11. RGB value is (102,94,17). Sum of RGB (Red+Green+Blue) = 102+94+17=213 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.89% from 213); Green value is 94 (37.11% from 255 or 44.13% from 213); Blue value is 17 (7.03% from 255 or 7.98% from 213); Max value from RGB is 102 - color contains mainly: red. Hex color #665E11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665E11 is #99A1EE. Grayscale: #575757. Windows color (decimal): -10068463 or 1138278. OLE color: 1138278.
HSL color Cylindrical-coordinate representation of color #665E11: hue angle of 54.35º 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 #665E11 is Cyan = 0, Magento = 0.08, Yellow = 0.83 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 94 | 17 | - |
| CMYK | 0 | 0.08 | 0.83 | 0.6 |
| HSL | 54.35º | 0.71% | 0.23% | - |
| HSV(B) | 54.35º | 0.83% | 0.4% | - |
| XYZ | 9.58 | 10.87 | 2.12 | - |
| YUV | 87.61 | 88.15 | 138.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 94 | 17 | 0 | 0.08 | 0.83 | 0.6 | 54.35 | 0.71 | 0.23 |
| Hex | 66 | 5E | 11 | 0 | 8 | 53 | 3C | 36 | 47 | 17 |
| Octal | 146 | 136 | 21 | 0 | 10 | 123 | 74 | 66 | 107 | 27 |
| Binary | 1100110 | 1011110 | 10001 | 0 | 1000 | 1010011 | 111100 | 110110 | 1000111 | 10111 |
Color Harmonies of #665E11
Complementary color
Monochromatic Colors of #665E11
Black with #665E11
Text Example
Text Example
White with #665E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665E11; }
p { color: rgb(102,94,17); }
H1.HeaderClassName
{
color: #665E11;
}
.AnyTagClassName
{
color: #665E11;
}
</style>
background-color css
<style>
a { background-color: #665E11; }
a { background-color: rgb(102,94,17); }
div.DivClassName
{
background-color: #665E11;
}
.BgClassName
{
background-color: #665E11;
}
</style>
border-color css
<style>
span { border-color: #665E11; }
span { border-color: rgb(102,94,17); }
td.TdClassName
{
border-color: #665E11;
}
.TagClassName
{
border-color: #665E11;
}
</style>