Shades of Costa Del Sol #665D19
Tints of Costa Del Sol #665D19
RGB
CMYK
RGB Variations
Color information
#665D19 (or 0x665D19) is known color: Costa Del Sol. HEX triplet: 66, 5D and 19. RGB value is (102,93,25). Sum of RGB (Red+Green+Blue) = 102+93+25=220 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.36% from 220); Green value is 93 (36.72% from 255 or 42.27% from 220); Blue value is 25 (10.16% from 255 or 11.36% from 220); Max value from RGB is 102 - color contains mainly: red. Hex color #665D19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665D19 is #99A2E6. Grayscale: #585858. Windows color (decimal): -10068711 or 1662310. OLE color: 1662310.
HSL color Cylindrical-coordinate representation of color #665D19: hue angle of 52.99º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #665D19 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 93 | 25 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.6 |
| HSL | 52.99º | 0.61% | 0.25% | - |
| HSV(B) | 52.99º | 0.75% | 0.4% | - |
| XYZ | 9.57 | 10.72 | 2.49 | - |
| YUV | 87.94 | 92.48 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 93 | 25 | 0 | 0.09 | 0.75 | 0.6 | 52.99 | 0.61 | 0.25 |
| Hex | 66 | 5D | 19 | 0 | 9 | 4B | 3C | 35 | 3D | 19 |
| Octal | 146 | 135 | 31 | 0 | 11 | 113 | 74 | 65 | 75 | 31 |
| Binary | 1100110 | 1011101 | 11001 | 0 | 1001 | 1001011 | 111100 | 110101 | 111101 | 11001 |
Color Harmonies of #665D19
Complementary color
Monochromatic Colors of #665D19
Black with #665D19
Text Example
Text Example
White with #665D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665D19; }
p { color: rgb(102,93,25); }
H1.HeaderClassName
{
color: #665D19;
}
.AnyTagClassName
{
color: #665D19;
}
</style>
background-color css
<style>
a { background-color: #665D19; }
a { background-color: rgb(102,93,25); }
div.DivClassName
{
background-color: #665D19;
}
.BgClassName
{
background-color: #665D19;
}
</style>
border-color css
<style>
span { border-color: #665D19; }
span { border-color: rgb(102,93,25); }
td.TdClassName
{
border-color: #665D19;
}
.TagClassName
{
border-color: #665D19;
}
</style>