Shades of Costa Del Sol #665A0D
Tints of Costa Del Sol #665A0D
RGB
CMYK
RGB Variations
Color information
#665A0D (or 0x665A0D) is known color: Costa Del Sol. HEX triplet: 66, 5A and 0D. RGB value is (102,90,13). Sum of RGB (Red+Green+Blue) = 102+90+13=205 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.76% from 205); Green value is 90 (35.55% from 255 or 43.90% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 102 - color contains mainly: red. Hex color #665A0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665A0D is #99A5F2. Grayscale: #555555. Windows color (decimal): -10069491 or 875110. OLE color: 875110.
HSL color Cylindrical-coordinate representation of color #665A0D: hue angle of 51.91º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #665A0D is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 90 | 13 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.6 |
| HSL | 51.91º | 0.77% | 0.23% | - |
| HSV(B) | 51.91º | 0.87% | 0.4% | - |
| XYZ | 9.21 | 10.17 | 1.86 | - |
| YUV | 84.81 | 87.48 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 13 | 0 | 0.12 | 0.87 | 0.6 | 51.91 | 0.77 | 0.23 |
| Hex | 66 | 5A | D | 0 | C | 57 | 3C | 34 | 4D | 17 |
| Octal | 146 | 132 | 15 | 0 | 14 | 127 | 74 | 64 | 115 | 27 |
| Binary | 1100110 | 1011010 | 1101 | 0 | 1100 | 1010111 | 111100 | 110100 | 1001101 | 10111 |
Color Harmonies of #665A0D
Complementary color
Monochromatic Colors of #665A0D
Black with #665A0D
Text Example
Text Example
White with #665A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665A0D; }
p { color: rgb(102,90,13); }
H1.HeaderClassName
{
color: #665A0D;
}
.AnyTagClassName
{
color: #665A0D;
}
</style>
background-color css
<style>
a { background-color: #665A0D; }
a { background-color: rgb(102,90,13); }
div.DivClassName
{
background-color: #665A0D;
}
.BgClassName
{
background-color: #665A0D;
}
</style>
border-color css
<style>
span { border-color: #665A0D; }
span { border-color: rgb(102,90,13); }
td.TdClassName
{
border-color: #665A0D;
}
.TagClassName
{
border-color: #665A0D;
}
</style>