Shades of Costa Del Sol #665D35
Tints of Costa Del Sol #665D35
RGB
CMYK
RGB Variations
Color information
#665D35 (or 0x665D35) is known color: Costa Del Sol. HEX triplet: 66, 5D and 35. RGB value is (102,93,53). Sum of RGB (Red+Green+Blue) = 102+93+53=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 93 (36.72% from 255 or 37.5% from 248); Blue value is 53 (21.09% from 255 or 21.37% from 248); Max value from RGB is 102 - color contains mainly: red. Hex color #665D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665D35 is #99A2CA. Grayscale: #5B5B5B. Windows color (decimal): -10068683 or 3497318. OLE color: 3497318.
HSL color Cylindrical-coordinate representation of color #665D35: hue angle of 48.98º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #665D35 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 93 | 53 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.6 |
| HSL | 48.98º | 0.32% | 0.3% | - |
| HSV(B) | 48.98º | 0.48% | 0.4% | - |
| XYZ | 10.04 | 10.91 | 4.95 | - |
| YUV | 91.13 | 106.48 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 93 | 53 | 0 | 0.09 | 0.48 | 0.6 | 48.98 | 0.32 | 0.3 |
| Hex | 66 | 5D | 35 | 0 | 9 | 30 | 3C | 31 | 20 | 1E |
| Octal | 146 | 135 | 65 | 0 | 11 | 60 | 74 | 61 | 40 | 36 |
| Binary | 1100110 | 1011101 | 110101 | 0 | 1001 | 110000 | 111100 | 110001 | 100000 | 11110 |
Color Harmonies of #665D35
Complementary color
Monochromatic Colors of #665D35
Black with #665D35
Text Example
Text Example
White with #665D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665D35; }
p { color: rgb(102,93,53); }
H1.HeaderClassName
{
color: #665D35;
}
.AnyTagClassName
{
color: #665D35;
}
</style>
background-color css
<style>
a { background-color: #665D35; }
a { background-color: rgb(102,93,53); }
div.DivClassName
{
background-color: #665D35;
}
.BgClassName
{
background-color: #665D35;
}
</style>
border-color css
<style>
span { border-color: #665D35; }
span { border-color: rgb(102,93,53); }
td.TdClassName
{
border-color: #665D35;
}
.TagClassName
{
border-color: #665D35;
}
</style>