Shades of Costa Del Sol #665D14
Tints of Costa Del Sol #665D14
RGB
CMYK
RGB Variations
Color information
#665D14 (or 0x665D14) is known color: Costa Del Sol. HEX triplet: 66, 5D and 14. RGB value is (102,93,20). Sum of RGB (Red+Green+Blue) = 102+93+20=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 93 (36.72% from 255 or 43.26% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 102 - color contains mainly: red. Hex color #665D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665D14 is #99A2EB. Grayscale: #575757. Windows color (decimal): -10068716 or 1334630. OLE color: 1334630.
HSL color Cylindrical-coordinate representation of color #665D14: hue angle of 53.41º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #665D14 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 93 | 20 | - |
| CMYK | 0 | 0.09 | 0.80 | 0.6 |
| HSL | 53.41º | 0.67% | 0.24% | - |
| HSV(B) | 53.41º | 0.8% | 0.4% | - |
| XYZ | 9.52 | 10.7 | 2.23 | - |
| YUV | 87.37 | 89.98 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 93 | 20 | 0 | 0.09 | 0.80 | 0.6 | 53.41 | 0.67 | 0.24 |
| Hex | 66 | 5D | 14 | 0 | 9 | 50 | 3C | 35 | 43 | 18 |
| Octal | 146 | 135 | 24 | 0 | 11 | 120 | 74 | 65 | 103 | 30 |
| Binary | 1100110 | 1011101 | 10100 | 0 | 1001 | 1010000 | 111100 | 110101 | 1000011 | 11000 |
Color Harmonies of #665D14
Complementary color
Monochromatic Colors of #665D14
Black with #665D14
Text Example
Text Example
White with #665D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665D14; }
p { color: rgb(102,93,20); }
H1.HeaderClassName
{
color: #665D14;
}
.AnyTagClassName
{
color: #665D14;
}
</style>
background-color css
<style>
a { background-color: #665D14; }
a { background-color: rgb(102,93,20); }
div.DivClassName
{
background-color: #665D14;
}
.BgClassName
{
background-color: #665D14;
}
</style>
border-color css
<style>
span { border-color: #665D14; }
span { border-color: rgb(102,93,20); }
td.TdClassName
{
border-color: #665D14;
}
.TagClassName
{
border-color: #665D14;
}
</style>