Shades of Costa Del Sol #605D19
Tints of Costa Del Sol #605D19
RGB
CMYK
RGB Variations
Color information
#605D19 (or 0x605D19) is known color: Costa Del Sol. HEX triplet: 60, 5D and 19. RGB value is (96,93,25). Sum of RGB (Red+Green+Blue) = 96+93+25=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 93 (36.72% from 255 or 43.46% from 214); Blue value is 25 (10.16% from 255 or 11.68% from 214); Max value from RGB is 96 - color contains mainly: red. Hex color #605D19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605D19 is #9FA2E6. Grayscale: #565656. Windows color (decimal): -10461927 or 1662304. OLE color: 1662304.
HSL color Cylindrical-coordinate representation of color #605D19: hue angle of 57.46º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #605D19 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 93 | 25 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.62 |
| HSL | 57.46º | 0.59% | 0.24% | - |
| HSV(B) | 57.46º | 0.74% | 0.38% | - |
| XYZ | 8.91 | 10.39 | 2.45 | - |
| YUV | 86.15 | 93.49 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 93 | 25 | 0 | 0.03 | 0.74 | 0.62 | 57.46 | 0.59 | 0.24 |
| Hex | 60 | 5D | 19 | 0 | 3 | 4A | 3E | 39 | 3B | 18 |
| Octal | 140 | 135 | 31 | 0 | 3 | 112 | 76 | 71 | 73 | 30 |
| Binary | 1100000 | 1011101 | 11001 | 0 | 11 | 1001010 | 111110 | 111001 | 111011 | 11000 |
Color Harmonies of #605D19
Complementary color
Monochromatic Colors of #605D19
Black with #605D19
Text Example
Text Example
White with #605D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605D19; }
p { color: rgb(96,93,25); }
H1.HeaderClassName
{
color: #605D19;
}
.AnyTagClassName
{
color: #605D19;
}
</style>
background-color css
<style>
a { background-color: #605D19; }
a { background-color: rgb(96,93,25); }
div.DivClassName
{
background-color: #605D19;
}
.BgClassName
{
background-color: #605D19;
}
</style>
border-color css
<style>
span { border-color: #605D19; }
span { border-color: rgb(96,93,25); }
td.TdClassName
{
border-color: #605D19;
}
.TagClassName
{
border-color: #605D19;
}
</style>