Shades of Costa Del Sol #665F0A
Tints of Costa Del Sol #665F0A
RGB
CMYK
RGB Variations
Color information
#665F0A (or 0x665F0A) is known color: Costa Del Sol. HEX triplet: 66, 5F and 0A. RGB value is (102,95,10). Sum of RGB (Red+Green+Blue) = 102+95+10=207 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.28% from 207); Green value is 95 (37.5% from 255 or 45.89% from 207); Blue value is 10 (4.30% from 255 or 4.83% from 207); Max value from RGB is 102 - color contains mainly: red. Hex color #665F0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665F0A is #99A0F5. Grayscale: #575757. Windows color (decimal): -10068214 or 679782. OLE color: 679782.
HSL color Cylindrical-coordinate representation of color #665F0A: hue angle of 55.43º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #665F0A is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 95 | 10 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.6 |
| HSL | 55.43º | 0.82% | 0.22% | - |
| HSV(B) | 55.43º | 0.9% | 0.4% | - |
| XYZ | 9.63 | 11.03 | 1.91 | - |
| YUV | 87.4 | 84.32 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 10 | 0 | 0.07 | 0.90 | 0.6 | 55.43 | 0.82 | 0.22 |
| Hex | 66 | 5F | A | 0 | 7 | 5A | 3C | 37 | 52 | 16 |
| Octal | 146 | 137 | 12 | 0 | 7 | 132 | 74 | 67 | 122 | 26 |
| Binary | 1100110 | 1011111 | 1010 | 0 | 111 | 1011010 | 111100 | 110111 | 1010010 | 10110 |
Color Harmonies of #665F0A
Complementary color
Monochromatic Colors of #665F0A
Black with #665F0A
Text Example
Text Example
White with #665F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665F0A; }
p { color: rgb(102,95,10); }
H1.HeaderClassName
{
color: #665F0A;
}
.AnyTagClassName
{
color: #665F0A;
}
</style>
background-color css
<style>
a { background-color: #665F0A; }
a { background-color: rgb(102,95,10); }
div.DivClassName
{
background-color: #665F0A;
}
.BgClassName
{
background-color: #665F0A;
}
</style>
border-color css
<style>
span { border-color: #665F0A; }
span { border-color: rgb(102,95,10); }
td.TdClassName
{
border-color: #665F0A;
}
.TagClassName
{
border-color: #665F0A;
}
</style>