Shades of Costa Del Sol #665D15
Tints of Costa Del Sol #665D15
RGB
CMYK
RGB Variations
Color information
#665D15 (or 0x665D15) is known color: Costa Del Sol. HEX triplet: 66, 5D and 15. RGB value is (102,93,21). Sum of RGB (Red+Green+Blue) = 102+93+21=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 93 (36.72% from 255 or 43.06% from 216); Blue value is 21 (8.59% from 255 or 9.72% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #665D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665D15 is #99A2EA. Grayscale: #575757. Windows color (decimal): -10068715 or 1400166. OLE color: 1400166.
HSL color Cylindrical-coordinate representation of color #665D15: hue angle of 53.33º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #665D15 is Cyan = 0, Magento = 0.09, Yellow = 0.79 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 93 | 21 | - |
| CMYK | 0 | 0.09 | 0.79 | 0.6 |
| HSL | 53.33º | 0.66% | 0.24% | - |
| HSV(B) | 53.33º | 0.79% | 0.4% | - |
| XYZ | 9.53 | 10.71 | 2.27 | - |
| YUV | 87.48 | 90.48 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 93 | 21 | 0 | 0.09 | 0.79 | 0.6 | 53.33 | 0.66 | 0.24 |
| Hex | 66 | 5D | 15 | 0 | 9 | 4F | 3C | 35 | 42 | 18 |
| Octal | 146 | 135 | 25 | 0 | 11 | 117 | 74 | 65 | 102 | 30 |
| Binary | 1100110 | 1011101 | 10101 | 0 | 1001 | 1001111 | 111100 | 110101 | 1000010 | 11000 |
Color Harmonies of #665D15
Complementary color
Monochromatic Colors of #665D15
Black with #665D15
Text Example
Text Example
White with #665D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665D15; }
p { color: rgb(102,93,21); }
H1.HeaderClassName
{
color: #665D15;
}
.AnyTagClassName
{
color: #665D15;
}
</style>
background-color css
<style>
a { background-color: #665D15; }
a { background-color: rgb(102,93,21); }
div.DivClassName
{
background-color: #665D15;
}
.BgClassName
{
background-color: #665D15;
}
</style>
border-color css
<style>
span { border-color: #665D15; }
span { border-color: rgb(102,93,21); }
td.TdClassName
{
border-color: #665D15;
}
.TagClassName
{
border-color: #665D15;
}
</style>