Shades of Costa Del Sol #665A1C
Tints of Costa Del Sol #665A1C
RGB
CMYK
RGB Variations
Color information
#665A1C (or 0x665A1C) is known color: Costa Del Sol. HEX triplet: 66, 5A and 1C. RGB value is (102,90,28). Sum of RGB (Red+Green+Blue) = 102+90+28=220 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.36% from 220); Green value is 90 (35.55% from 255 or 40.91% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 102 - color contains mainly: red. Hex color #665A1C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665A1C is #99A5E3. Grayscale: #565656. Windows color (decimal): -10069476 or 1858150. OLE color: 1858150.
HSL color Cylindrical-coordinate representation of color #665A1C: hue angle of 50.27º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #665A1C is Cyan = 0, Magento = 0.12, Yellow = 0.73 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 90 | 28 | - |
| CMYK | 0 | 0.12 | 0.73 | 0.6 |
| HSL | 50.27º | 0.57% | 0.25% | - |
| HSV(B) | 50.27º | 0.73% | 0.4% | - |
| XYZ | 9.35 | 10.22 | 2.58 | - |
| YUV | 86.52 | 94.98 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 90 | 28 | 0 | 0.12 | 0.73 | 0.6 | 50.27 | 0.57 | 0.25 |
| Hex | 66 | 5A | 1C | 0 | C | 49 | 3C | 32 | 39 | 19 |
| Octal | 146 | 132 | 34 | 0 | 14 | 111 | 74 | 62 | 71 | 31 |
| Binary | 1100110 | 1011010 | 11100 | 0 | 1100 | 1001001 | 111100 | 110010 | 111001 | 11001 |
Color Harmonies of #665A1C
Complementary color
Monochromatic Colors of #665A1C
Black with #665A1C
Text Example
Text Example
White with #665A1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665A1C; }
p { color: rgb(102,90,28); }
H1.HeaderClassName
{
color: #665A1C;
}
.AnyTagClassName
{
color: #665A1C;
}
</style>
background-color css
<style>
a { background-color: #665A1C; }
a { background-color: rgb(102,90,28); }
div.DivClassName
{
background-color: #665A1C;
}
.BgClassName
{
background-color: #665A1C;
}
</style>
border-color css
<style>
span { border-color: #665A1C; }
span { border-color: rgb(102,90,28); }
td.TdClassName
{
border-color: #665A1C;
}
.TagClassName
{
border-color: #665A1C;
}
</style>