Shades of Costa Del Sol #665F10
Tints of Costa Del Sol #665F10
RGB
CMYK
RGB Variations
Color information
#665F10 (or 0x665F10) is known color: Costa Del Sol. HEX triplet: 66, 5F and 10. RGB value is (102,95,16). Sum of RGB (Red+Green+Blue) = 102+95+16=213 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.89% from 213); Green value is 95 (37.5% from 255 or 44.60% from 213); Blue value is 16 (6.64% from 255 or 7.51% from 213); Max value from RGB is 102 - color contains mainly: red. Hex color #665F10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665F10 is #99A0EF. Grayscale: #585858. Windows color (decimal): -10068208 or 1072998. OLE color: 1072998.
HSL color Cylindrical-coordinate representation of color #665F10: hue angle of 55.12º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #665F10 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 95 | 16 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.6 |
| HSL | 55.12º | 0.73% | 0.23% | - |
| HSV(B) | 55.12º | 0.84% | 0.4% | - |
| XYZ | 9.67 | 11.05 | 2.11 | - |
| YUV | 88.09 | 87.32 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 16 | 0 | 0.07 | 0.84 | 0.6 | 55.12 | 0.73 | 0.23 |
| Hex | 66 | 5F | 10 | 0 | 7 | 54 | 3C | 37 | 49 | 17 |
| Octal | 146 | 137 | 20 | 0 | 7 | 124 | 74 | 67 | 111 | 27 |
| Binary | 1100110 | 1011111 | 10000 | 0 | 111 | 1010100 | 111100 | 110111 | 1001001 | 10111 |
Color Harmonies of #665F10
Complementary color
Monochromatic Colors of #665F10
Black with #665F10
Text Example
Text Example
White with #665F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665F10; }
p { color: rgb(102,95,16); }
H1.HeaderClassName
{
color: #665F10;
}
.AnyTagClassName
{
color: #665F10;
}
</style>
background-color css
<style>
a { background-color: #665F10; }
a { background-color: rgb(102,95,16); }
div.DivClassName
{
background-color: #665F10;
}
.BgClassName
{
background-color: #665F10;
}
</style>
border-color css
<style>
span { border-color: #665F10; }
span { border-color: rgb(102,95,16); }
td.TdClassName
{
border-color: #665F10;
}
.TagClassName
{
border-color: #665F10;
}
</style>