Shades of Costa Del Sol #605D15
Tints of Costa Del Sol #605D15
RGB
CMYK
RGB Variations
Color information
#605D15 (or 0x605D15) is known color: Costa Del Sol. HEX triplet: 60, 5D and 15. RGB value is (96,93,21). Sum of RGB (Red+Green+Blue) = 96+93+21=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 93 (36.72% from 255 or 44.29% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #605D15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605D15 is #9FA2EA. Grayscale: #555555. Windows color (decimal): -10461931 or 1400160. OLE color: 1400160.
HSL color Cylindrical-coordinate representation of color #605D15: hue angle of 57.6º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #605D15 is Cyan = 0, Magento = 0.03, Yellow = 0.78 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 93 | 21 | - |
| CMYK | 0 | 0.03 | 0.78 | 0.62 |
| HSL | 57.6º | 0.64% | 0.23% | - |
| HSV(B) | 57.6º | 0.78% | 0.38% | - |
| XYZ | 8.87 | 10.37 | 2.24 | - |
| YUV | 85.69 | 91.49 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 93 | 21 | 0 | 0.03 | 0.78 | 0.62 | 57.6 | 0.64 | 0.23 |
| Hex | 60 | 5D | 15 | 0 | 3 | 4E | 3E | 3A | 40 | 17 |
| Octal | 140 | 135 | 25 | 0 | 3 | 116 | 76 | 72 | 100 | 27 |
| Binary | 1100000 | 1011101 | 10101 | 0 | 11 | 1001110 | 111110 | 111010 | 1000000 | 10111 |
Color Harmonies of #605D15
Complementary color
Monochromatic Colors of #605D15
Black with #605D15
Text Example
Text Example
White with #605D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605D15; }
p { color: rgb(96,93,21); }
H1.HeaderClassName
{
color: #605D15;
}
.AnyTagClassName
{
color: #605D15;
}
</style>
background-color css
<style>
a { background-color: #605D15; }
a { background-color: rgb(96,93,21); }
div.DivClassName
{
background-color: #605D15;
}
.BgClassName
{
background-color: #605D15;
}
</style>
border-color css
<style>
span { border-color: #605D15; }
span { border-color: rgb(96,93,21); }
td.TdClassName
{
border-color: #605D15;
}
.TagClassName
{
border-color: #605D15;
}
</style>