Shades of Costa Del Sol #665A18
Tints of Costa Del Sol #665A18
RGB
CMYK
RGB Variations
Color information
#665A18 (or 0x665A18) is known color: Costa Del Sol. HEX triplet: 66, 5A and 18. RGB value is (102,90,24). Sum of RGB (Red+Green+Blue) = 102+90+24=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 90 (35.55% from 255 or 41.67% from 216); Blue value is 24 (9.77% from 255 or 11.11% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #665A18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665A18 is #99A5E7. Grayscale: #565656. Windows color (decimal): -10069480 or 1596006. OLE color: 1596006.
HSL color Cylindrical-coordinate representation of color #665A18: hue angle of 50.77º 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 #665A18 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 90 | 24 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.6 |
| HSL | 50.77º | 0.62% | 0.25% | - |
| HSV(B) | 50.77º | 0.76% | 0.4% | - |
| XYZ | 9.3 | 10.2 | 2.34 | - |
| YUV | 86.06 | 92.98 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 24 | 0 | 0.12 | 0.76 | 0.6 | 50.77 | 0.62 | 0.25 |
| Hex | 66 | 5A | 18 | 0 | C | 4C | 3C | 33 | 3E | 19 |
| Octal | 146 | 132 | 30 | 0 | 14 | 114 | 74 | 63 | 76 | 31 |
| Binary | 1100110 | 1011010 | 11000 | 0 | 1100 | 1001100 | 111100 | 110011 | 111110 | 11001 |
Color Harmonies of #665A18
Complementary color
Monochromatic Colors of #665A18
Black with #665A18
Text Example
Text Example
White with #665A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665A18; }
p { color: rgb(102,90,24); }
H1.HeaderClassName
{
color: #665A18;
}
.AnyTagClassName
{
color: #665A18;
}
</style>
background-color css
<style>
a { background-color: #665A18; }
a { background-color: rgb(102,90,24); }
div.DivClassName
{
background-color: #665A18;
}
.BgClassName
{
background-color: #665A18;
}
</style>
border-color css
<style>
span { border-color: #665A18; }
span { border-color: rgb(102,90,24); }
td.TdClassName
{
border-color: #665A18;
}
.TagClassName
{
border-color: #665A18;
}
</style>