Shades of Costa Del Sol #605F14
Tints of Costa Del Sol #605F14
RGB
CMYK
RGB Variations
Color information
#605F14 (or 0x605F14) is known color: Costa Del Sol. HEX triplet: 60, 5F and 14. RGB value is (96,95,20). Sum of RGB (Red+Green+Blue) = 96+95+20=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 95 (37.5% from 255 or 45.02% from 211); Blue value is 20 (8.20% from 255 or 9.48% from 211); Max value from RGB is 96 - color contains mainly: red. Hex color #605F14 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605F14 is #9FA0EB. Grayscale: #575757. Windows color (decimal): -10461420 or 1335136. OLE color: 1335136.
HSL color Cylindrical-coordinate representation of color #605F14: hue angle of 59.21º 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 #605F14 is Cyan = 0, Magento = 0.01, Yellow = 0.79 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 95 | 20 | - |
| CMYK | 0 | 0.01 | 0.79 | 0.62 |
| HSL | 59.21º | 0.66% | 0.23% | - |
| HSV(B) | 59.21º | 0.79% | 0.38% | - |
| XYZ | 9.04 | 10.72 | 2.25 | - |
| YUV | 86.75 | 90.33 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 95 | 20 | 0 | 0.01 | 0.79 | 0.62 | 59.21 | 0.66 | 0.23 |
| Hex | 60 | 5F | 14 | 0 | 1 | 4F | 3E | 3B | 42 | 17 |
| Octal | 140 | 137 | 24 | 0 | 1 | 117 | 76 | 73 | 102 | 27 |
| Binary | 1100000 | 1011111 | 10100 | 0 | 1 | 1001111 | 111110 | 111011 | 1000010 | 10111 |
Color Harmonies of #605F14
Complementary color
Monochromatic Colors of #605F14
Black with #605F14
Text Example
Text Example
White with #605F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605F14; }
p { color: rgb(96,95,20); }
H1.HeaderClassName
{
color: #605F14;
}
.AnyTagClassName
{
color: #605F14;
}
</style>
background-color css
<style>
a { background-color: #605F14; }
a { background-color: rgb(96,95,20); }
div.DivClassName
{
background-color: #605F14;
}
.BgClassName
{
background-color: #605F14;
}
</style>
border-color css
<style>
span { border-color: #605F14; }
span { border-color: rgb(96,95,20); }
td.TdClassName
{
border-color: #605F14;
}
.TagClassName
{
border-color: #605F14;
}
</style>