Shades of Costa Del Sol #665F13
Tints of Costa Del Sol #665F13
RGB
CMYK
RGB Variations
Color information
#665F13 (or 0x665F13) is known color: Costa Del Sol. HEX triplet: 66, 5F and 13. RGB value is (102,95,19). Sum of RGB (Red+Green+Blue) = 102+95+19=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 95 (37.5% from 255 or 43.98% from 216); Blue value is 19 (7.81% from 255 or 8.80% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #665F13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665F13 is #99A0EC. Grayscale: #585858. Windows color (decimal): -10068205 or 1269606. OLE color: 1269606.
HSL color Cylindrical-coordinate representation of color #665F13: hue angle of 54.94º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #665F13 is Cyan = 0, Magento = 0.07, Yellow = 0.81 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 95 | 19 | - |
| CMYK | 0 | 0.07 | 0.81 | 0.6 |
| HSL | 54.94º | 0.69% | 0.24% | - |
| HSV(B) | 54.94º | 0.81% | 0.4% | - |
| XYZ | 9.69 | 11.06 | 2.24 | - |
| YUV | 88.43 | 88.82 | 137.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 19 | 0 | 0.07 | 0.81 | 0.6 | 54.94 | 0.69 | 0.24 |
| Hex | 66 | 5F | 13 | 0 | 7 | 51 | 3C | 37 | 45 | 18 |
| Octal | 146 | 137 | 23 | 0 | 7 | 121 | 74 | 67 | 105 | 30 |
| Binary | 1100110 | 1011111 | 10011 | 0 | 111 | 1010001 | 111100 | 110111 | 1000101 | 11000 |
Color Harmonies of #665F13
Complementary color
Monochromatic Colors of #665F13
Black with #665F13
Text Example
Text Example
White with #665F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665F13; }
p { color: rgb(102,95,19); }
H1.HeaderClassName
{
color: #665F13;
}
.AnyTagClassName
{
color: #665F13;
}
</style>
background-color css
<style>
a { background-color: #665F13; }
a { background-color: rgb(102,95,19); }
div.DivClassName
{
background-color: #665F13;
}
.BgClassName
{
background-color: #665F13;
}
</style>
border-color css
<style>
span { border-color: #665F13; }
span { border-color: rgb(102,95,19); }
td.TdClassName
{
border-color: #665F13;
}
.TagClassName
{
border-color: #665F13;
}
</style>