Shades of Costa Del Sol #605C03
Tints of Costa Del Sol #605C03
RGB
CMYK
RGB Variations
Color information
#605C03 (or 0x605C03) is known color: Costa Del Sol. HEX triplet: 60, 5C and 03. RGB value is (96,92,3). Sum of RGB (Red+Green+Blue) = 96+92+3=191 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50.26% from 191); Green value is 92 (36.33% from 255 or 48.17% from 191); Blue value is 3 (1.56% from 255 or 1.57% from 191); Max value from RGB is 96 - color contains mainly: red. Hex color #605C03 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605C03 is #9FA3FC. Grayscale: #535353. Windows color (decimal): -10462205 or 220256. OLE color: 220256.
HSL color Cylindrical-coordinate representation of color #605C03: hue angle of 57.42º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #605C03 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 92 | 3 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.62 |
| HSL | 57.42º | 0.94% | 0.19% | - |
| HSV(B) | 57.42º | 0.97% | 0.38% | - |
| XYZ | 8.67 | 10.15 | 1.59 | - |
| YUV | 83.05 | 82.83 | 137.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 92 | 3 | 0 | 0.04 | 0.97 | 0.62 | 57.42 | 0.94 | 0.19 |
| Hex | 60 | 5C | 3 | 0 | 4 | 61 | 3E | 39 | 5E | 13 |
| Octal | 140 | 134 | 3 | 0 | 4 | 141 | 76 | 71 | 136 | 23 |
| Binary | 1100000 | 1011100 | 11 | 0 | 100 | 1100001 | 111110 | 111001 | 1011110 | 10011 |
Color Harmonies of #605C03
Complementary color
Monochromatic Colors of #605C03
Black with #605C03
Text Example
Text Example
White with #605C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605C03; }
p { color: rgb(96,92,3); }
H1.HeaderClassName
{
color: #605C03;
}
.AnyTagClassName
{
color: #605C03;
}
</style>
background-color css
<style>
a { background-color: #605C03; }
a { background-color: rgb(96,92,3); }
div.DivClassName
{
background-color: #605C03;
}
.BgClassName
{
background-color: #605C03;
}
</style>
border-color css
<style>
span { border-color: #605C03; }
span { border-color: rgb(96,92,3); }
td.TdClassName
{
border-color: #605C03;
}
.TagClassName
{
border-color: #605C03;
}
</style>