Shades of Costa Del Sol #605D11
Tints of Costa Del Sol #605D11
RGB
CMYK
RGB Variations
Color information
#605D11 (or 0x605D11) is known color: Costa Del Sol. HEX triplet: 60, 5D and 11. RGB value is (96,93,17). Sum of RGB (Red+Green+Blue) = 96+93+17=206 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.60% from 206); Green value is 93 (36.72% from 255 or 45.15% from 206); Blue value is 17 (7.03% from 255 or 8.25% from 206); Max value from RGB is 96 - color contains mainly: red. Hex color #605D11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605D11 is #9FA2EE. Grayscale: #555555. Windows color (decimal): -10461935 or 1138016. OLE color: 1138016.
HSL color Cylindrical-coordinate representation of color #605D11: hue angle of 57.72º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #605D11 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 93 | 17 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.62 |
| HSL | 57.72º | 0.7% | 0.22% | - |
| HSV(B) | 57.72º | 0.82% | 0.38% | - |
| XYZ | 8.84 | 10.36 | 2.06 | - |
| YUV | 85.23 | 89.49 | 135.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 93 | 17 | 0 | 0.03 | 0.82 | 0.62 | 57.72 | 0.7 | 0.22 |
| Hex | 60 | 5D | 11 | 0 | 3 | 52 | 3E | 3A | 46 | 16 |
| Octal | 140 | 135 | 21 | 0 | 3 | 122 | 76 | 72 | 106 | 26 |
| Binary | 1100000 | 1011101 | 10001 | 0 | 11 | 1010010 | 111110 | 111010 | 1000110 | 10110 |
Color Harmonies of #605D11
Complementary color
Monochromatic Colors of #605D11
Black with #605D11
Text Example
Text Example
White with #605D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605D11; }
p { color: rgb(96,93,17); }
H1.HeaderClassName
{
color: #605D11;
}
.AnyTagClassName
{
color: #605D11;
}
</style>
background-color css
<style>
a { background-color: #605D11; }
a { background-color: rgb(96,93,17); }
div.DivClassName
{
background-color: #605D11;
}
.BgClassName
{
background-color: #605D11;
}
</style>
border-color css
<style>
span { border-color: #605D11; }
span { border-color: rgb(96,93,17); }
td.TdClassName
{
border-color: #605D11;
}
.TagClassName
{
border-color: #605D11;
}
</style>