Shades of Costa Del Sol #605C10
Tints of Costa Del Sol #605C10
RGB
CMYK
RGB Variations
Color information
#605C10 (or 0x605C10) is known color: Costa Del Sol. HEX triplet: 60, 5C and 10. RGB value is (96,92,16). Sum of RGB (Red+Green+Blue) = 96+92+16=204 (27% of max value = 765). Red value is 96 (37.89% from 255 or 47.06% from 204); Green value is 92 (36.33% from 255 or 45.10% from 204); Blue value is 16 (6.64% from 255 or 7.84% from 204); Max value from RGB is 96 - color contains mainly: red. Hex color #605C10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605C10 is #9FA3EF. Grayscale: #545454. Windows color (decimal): -10462192 or 1072224. OLE color: 1072224.
HSL color Cylindrical-coordinate representation of color #605C10: hue angle of 57º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #605C10 is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 92 | 16 | - |
| CMYK | 0 | 0.04 | 0.83 | 0.62 |
| HSL | 57º | 0.71% | 0.22% | - |
| HSV(B) | 57º | 0.83% | 0.38% | - |
| XYZ | 8.74 | 10.18 | 1.99 | - |
| YUV | 84.53 | 89.33 | 136.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 92 | 16 | 0 | 0.04 | 0.83 | 0.62 | 57 | 0.71 | 0.22 |
| Hex | 60 | 5C | 10 | 0 | 4 | 53 | 3E | 39 | 47 | 16 |
| Octal | 140 | 134 | 20 | 0 | 4 | 123 | 76 | 71 | 107 | 26 |
| Binary | 1100000 | 1011100 | 10000 | 0 | 100 | 1010011 | 111110 | 111001 | 1000111 | 10110 |
Color Harmonies of #605C10
Complementary color
Monochromatic Colors of #605C10
Black with #605C10
Text Example
Text Example
White with #605C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605C10; }
p { color: rgb(96,92,16); }
H1.HeaderClassName
{
color: #605C10;
}
.AnyTagClassName
{
color: #605C10;
}
</style>
background-color css
<style>
a { background-color: #605C10; }
a { background-color: rgb(96,92,16); }
div.DivClassName
{
background-color: #605C10;
}
.BgClassName
{
background-color: #605C10;
}
</style>
border-color css
<style>
span { border-color: #605C10; }
span { border-color: rgb(96,92,16); }
td.TdClassName
{
border-color: #605C10;
}
.TagClassName
{
border-color: #605C10;
}
</style>