Shades of Costa Del Sol #605D14
Tints of Costa Del Sol #605D14
RGB
CMYK
RGB Variations
Color information
#605D14 (or 0x605D14) is known color: Costa Del Sol. HEX triplet: 60, 5D and 14. RGB value is (96,93,20). Sum of RGB (Red+Green+Blue) = 96+93+20=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 93 (36.72% from 255 or 44.50% from 209); Blue value is 20 (8.20% from 255 or 9.57% from 209); Max value from RGB is 96 - color contains mainly: red. Hex color #605D14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605D14 is #9FA2EB. Grayscale: #555555. Windows color (decimal): -10461932 or 1334624. OLE color: 1334624.
HSL color Cylindrical-coordinate representation of color #605D14: hue angle of 57.63º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #605D14 is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 93 | 20 | - |
| CMYK | 0 | 0.03 | 0.79 | 0.62 |
| HSL | 57.63º | 0.66% | 0.23% | - |
| HSV(B) | 57.63º | 0.79% | 0.38% | - |
| XYZ | 8.86 | 10.37 | 2.2 | - |
| YUV | 85.58 | 90.99 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 93 | 20 | 0 | 0.03 | 0.79 | 0.62 | 57.63 | 0.66 | 0.23 |
| Hex | 60 | 5D | 14 | 0 | 3 | 4F | 3E | 3A | 42 | 17 |
| Octal | 140 | 135 | 24 | 0 | 3 | 117 | 76 | 72 | 102 | 27 |
| Binary | 1100000 | 1011101 | 10100 | 0 | 11 | 1001111 | 111110 | 111010 | 1000010 | 10111 |
Color Harmonies of #605D14
Complementary color
Monochromatic Colors of #605D14
Black with #605D14
Text Example
Text Example
White with #605D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605D14; }
p { color: rgb(96,93,20); }
H1.HeaderClassName
{
color: #605D14;
}
.AnyTagClassName
{
color: #605D14;
}
</style>
background-color css
<style>
a { background-color: #605D14; }
a { background-color: rgb(96,93,20); }
div.DivClassName
{
background-color: #605D14;
}
.BgClassName
{
background-color: #605D14;
}
</style>
border-color css
<style>
span { border-color: #605D14; }
span { border-color: rgb(96,93,20); }
td.TdClassName
{
border-color: #605D14;
}
.TagClassName
{
border-color: #605D14;
}
</style>