Shades of Costa Del Sol #665F19
Tints of Costa Del Sol #665F19
RGB
CMYK
RGB Variations
Color information
#665F19 (or 0x665F19) is known color: Costa Del Sol. HEX triplet: 66, 5F and 19. RGB value is (102,95,25). Sum of RGB (Red+Green+Blue) = 102+95+25=222 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.95% from 222); Green value is 95 (37.5% from 255 or 42.79% from 222); Blue value is 25 (10.16% from 255 or 11.26% from 222); Max value from RGB is 102 - color contains mainly: red. Hex color #665F19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #665F19 is #99A0E6. Grayscale: #595959. Windows color (decimal): -10068199 or 1662822. OLE color: 1662822.
HSL color Cylindrical-coordinate representation of color #665F19: hue angle of 54.55º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #665F19 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 95 | 25 | - |
| CMYK | 0 | 0.07 | 0.75 | 0.6 |
| HSL | 54.55º | 0.61% | 0.25% | - |
| HSV(B) | 54.55º | 0.75% | 0.4% | - |
| XYZ | 9.75 | 11.08 | 2.54 | - |
| YUV | 89.11 | 91.82 | 137.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 25 | 0 | 0.07 | 0.75 | 0.6 | 54.55 | 0.61 | 0.25 |
| Hex | 66 | 5F | 19 | 0 | 7 | 4B | 3C | 37 | 3D | 19 |
| Octal | 146 | 137 | 31 | 0 | 7 | 113 | 74 | 67 | 75 | 31 |
| Binary | 1100110 | 1011111 | 11001 | 0 | 111 | 1001011 | 111100 | 110111 | 111101 | 11001 |
Color Harmonies of #665F19
Complementary color
Monochromatic Colors of #665F19
Black with #665F19
Text Example
Text Example
White with #665F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665F19; }
p { color: rgb(102,95,25); }
H1.HeaderClassName
{
color: #665F19;
}
.AnyTagClassName
{
color: #665F19;
}
</style>
background-color css
<style>
a { background-color: #665F19; }
a { background-color: rgb(102,95,25); }
div.DivClassName
{
background-color: #665F19;
}
.BgClassName
{
background-color: #665F19;
}
</style>
border-color css
<style>
span { border-color: #665F19; }
span { border-color: rgb(102,95,25); }
td.TdClassName
{
border-color: #665F19;
}
.TagClassName
{
border-color: #665F19;
}
</style>