Shades of Costa Del Sol #665D18
Tints of Costa Del Sol #665D18
RGB
CMYK
RGB Variations
Color information
#665D18 (or 0x665D18) is known color: Costa Del Sol. HEX triplet: 66, 5D and 18. RGB value is (102,93,24). Sum of RGB (Red+Green+Blue) = 102+93+24=219 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.58% from 219); Green value is 93 (36.72% from 255 or 42.47% from 219); Blue value is 24 (9.77% from 255 or 10.96% from 219); Max value from RGB is 102 - color contains mainly: red. Hex color #665D18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665D18 is #99A2E7. Grayscale: #585858. Windows color (decimal): -10068712 or 1596774. OLE color: 1596774.
HSL color Cylindrical-coordinate representation of color #665D18: hue angle of 53.08º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #665D18 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 93 | 24 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.6 |
| HSL | 53.08º | 0.62% | 0.25% | - |
| HSV(B) | 53.08º | 0.76% | 0.4% | - |
| XYZ | 9.56 | 10.72 | 2.43 | - |
| YUV | 87.83 | 91.98 | 138.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 93 | 24 | 0 | 0.09 | 0.76 | 0.6 | 53.08 | 0.62 | 0.25 |
| Hex | 66 | 5D | 18 | 0 | 9 | 4C | 3C | 35 | 3E | 19 |
| Octal | 146 | 135 | 30 | 0 | 11 | 114 | 74 | 65 | 76 | 31 |
| Binary | 1100110 | 1011101 | 11000 | 0 | 1001 | 1001100 | 111100 | 110101 | 111110 | 11001 |
Color Harmonies of #665D18
Complementary color
Monochromatic Colors of #665D18
Black with #665D18
Text Example
Text Example
White with #665D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665D18; }
p { color: rgb(102,93,24); }
H1.HeaderClassName
{
color: #665D18;
}
.AnyTagClassName
{
color: #665D18;
}
</style>
background-color css
<style>
a { background-color: #665D18; }
a { background-color: rgb(102,93,24); }
div.DivClassName
{
background-color: #665D18;
}
.BgClassName
{
background-color: #665D18;
}
</style>
border-color css
<style>
span { border-color: #665D18; }
span { border-color: rgb(102,93,24); }
td.TdClassName
{
border-color: #665D18;
}
.TagClassName
{
border-color: #665D18;
}
</style>