Shades of Costa Del Sol #605A0A
Tints of Costa Del Sol #605A0A
RGB
CMYK
RGB Variations
Color information
#605A0A (or 0x605A0A) is known color: Costa Del Sol. HEX triplet: 60, 5A and 0A. RGB value is (96,90,10). Sum of RGB (Red+Green+Blue) = 96+90+10=196 (25% of max value = 765). Red value is 96 (37.89% from 255 or 48.98% from 196); Green value is 90 (35.55% from 255 or 45.92% from 196); Blue value is 10 (4.30% from 255 or 5.10% from 196); Max value from RGB is 96 - color contains mainly: red. Hex color #605A0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605A0A is #9FA5F5. Grayscale: #525252. Windows color (decimal): -10462710 or 678496. OLE color: 678496.
HSL color Cylindrical-coordinate representation of color #605A0A: hue angle of 55.81º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #605A0A is Cyan = 0, Magento = 0.06, Yellow = 0.90 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 90 | 10 | - |
| CMYK | 0 | 0.06 | 0.90 | 0.62 |
| HSL | 55.81º | 0.81% | 0.21% | - |
| HSV(B) | 55.81º | 0.9% | 0.38% | - |
| XYZ | 8.53 | 9.82 | 1.73 | - |
| YUV | 82.67 | 86.99 | 137.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 90 | 10 | 0 | 0.06 | 0.90 | 0.62 | 55.81 | 0.81 | 0.21 |
| Hex | 60 | 5A | A | 0 | 6 | 5A | 3E | 38 | 51 | 15 |
| Octal | 140 | 132 | 12 | 0 | 6 | 132 | 76 | 70 | 121 | 25 |
| Binary | 1100000 | 1011010 | 1010 | 0 | 110 | 1011010 | 111110 | 111000 | 1010001 | 10101 |
Color Harmonies of #605A0A
Complementary color
Monochromatic Colors of #605A0A
Black with #605A0A
Text Example
Text Example
White with #605A0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605A0A; }
p { color: rgb(96,90,10); }
H1.HeaderClassName
{
color: #605A0A;
}
.AnyTagClassName
{
color: #605A0A;
}
</style>
background-color css
<style>
a { background-color: #605A0A; }
a { background-color: rgb(96,90,10); }
div.DivClassName
{
background-color: #605A0A;
}
.BgClassName
{
background-color: #605A0A;
}
</style>
border-color css
<style>
span { border-color: #605A0A; }
span { border-color: rgb(96,90,10); }
td.TdClassName
{
border-color: #605A0A;
}
.TagClassName
{
border-color: #605A0A;
}
</style>