Shades of Costa Del Sol #665A13
Tints of Costa Del Sol #665A13
RGB
CMYK
RGB Variations
Color information
#665A13 (or 0x665A13) is known color: Costa Del Sol. HEX triplet: 66, 5A and 13. RGB value is (102,90,19). Sum of RGB (Red+Green+Blue) = 102+90+19=211 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.34% from 211); Green value is 90 (35.55% from 255 or 42.65% from 211); Blue value is 19 (7.81% from 255 or 9.00% from 211); Max value from RGB is 102 - color contains mainly: red. Hex color #665A13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665A13 is #99A5EC. Grayscale: #555555. Windows color (decimal): -10069485 or 1268326. OLE color: 1268326.
HSL color Cylindrical-coordinate representation of color #665A13: hue angle of 51.33º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #665A13 is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 90 | 19 | - |
| CMYK | 0 | 0.12 | 0.81 | 0.6 |
| HSL | 51.33º | 0.69% | 0.24% | - |
| HSV(B) | 51.33º | 0.81% | 0.4% | - |
| XYZ | 9.25 | 10.18 | 2.09 | - |
| YUV | 85.49 | 90.48 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 19 | 0 | 0.12 | 0.81 | 0.6 | 51.33 | 0.69 | 0.24 |
| Hex | 66 | 5A | 13 | 0 | C | 51 | 3C | 33 | 45 | 18 |
| Octal | 146 | 132 | 23 | 0 | 14 | 121 | 74 | 63 | 105 | 30 |
| Binary | 1100110 | 1011010 | 10011 | 0 | 1100 | 1010001 | 111100 | 110011 | 1000101 | 11000 |
Color Harmonies of #665A13
Complementary color
Monochromatic Colors of #665A13
Black with #665A13
Text Example
Text Example
White with #665A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665A13; }
p { color: rgb(102,90,19); }
H1.HeaderClassName
{
color: #665A13;
}
.AnyTagClassName
{
color: #665A13;
}
</style>
background-color css
<style>
a { background-color: #665A13; }
a { background-color: rgb(102,90,19); }
div.DivClassName
{
background-color: #665A13;
}
.BgClassName
{
background-color: #665A13;
}
</style>
border-color css
<style>
span { border-color: #665A13; }
span { border-color: rgb(102,90,19); }
td.TdClassName
{
border-color: #665A13;
}
.TagClassName
{
border-color: #665A13;
}
</style>