Shades of Costa Del Sol #665C35
Tints of Costa Del Sol #665C35
RGB
CMYK
RGB Variations
Color information
#665C35 (or 0x665C35) is known color: Costa Del Sol. HEX triplet: 66, 5C and 35. RGB value is (102,92,53). Sum of RGB (Red+Green+Blue) = 102+92+53=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 92 (36.33% from 255 or 37.25% from 247); Blue value is 53 (21.09% from 255 or 21.46% from 247); Max value from RGB is 102 - color contains mainly: red. Hex color #665C35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #665C35 is #99A3CA. Grayscale: #5A5A5A. Windows color (decimal): -10068939 or 3497062. OLE color: 3497062.
HSL color Cylindrical-coordinate representation of color #665C35: hue angle of 47.76º 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 #665C35 is Cyan = 0, Magento = 0.10, Yellow = 0.48 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 92 | 53 | - |
| CMYK | 0 | 0.10 | 0.48 | 0.6 |
| HSL | 47.76º | 0.32% | 0.3% | - |
| HSV(B) | 47.76º | 0.48% | 0.4% | - |
| XYZ | 9.95 | 10.74 | 4.92 | - |
| YUV | 90.54 | 106.81 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 92 | 53 | 0 | 0.10 | 0.48 | 0.6 | 47.76 | 0.32 | 0.3 |
| Hex | 66 | 5C | 35 | 0 | A | 30 | 3C | 30 | 20 | 1E |
| Octal | 146 | 134 | 65 | 0 | 12 | 60 | 74 | 60 | 40 | 36 |
| Binary | 1100110 | 1011100 | 110101 | 0 | 1010 | 110000 | 111100 | 110000 | 100000 | 11110 |
Color Harmonies of #665C35
Complementary color
Monochromatic Colors of #665C35
Black with #665C35
Text Example
Text Example
White with #665C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665C35; }
p { color: rgb(102,92,53); }
H1.HeaderClassName
{
color: #665C35;
}
.AnyTagClassName
{
color: #665C35;
}
</style>
background-color css
<style>
a { background-color: #665C35; }
a { background-color: rgb(102,92,53); }
div.DivClassName
{
background-color: #665C35;
}
.BgClassName
{
background-color: #665C35;
}
</style>
border-color css
<style>
span { border-color: #665C35; }
span { border-color: rgb(102,92,53); }
td.TdClassName
{
border-color: #665C35;
}
.TagClassName
{
border-color: #665C35;
}
</style>