Shades of Costa Del Sol #605A09
Tints of Costa Del Sol #605A09
RGB
CMYK
RGB Variations
Color information
#605A09 (or 0x605A09) is known color: Costa Del Sol. HEX triplet: 60, 5A and 09. RGB value is (96,90,9). Sum of RGB (Red+Green+Blue) = 96+90+9=195 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.23% from 195); Green value is 90 (35.55% from 255 or 46.15% from 195); Blue value is 9 (3.91% from 255 or 4.62% from 195); Max value from RGB is 96 - color contains mainly: red. Hex color #605A09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605A09 is #9FA5F6. Grayscale: #525252. Windows color (decimal): -10462711 or 612960. OLE color: 612960.
HSL color Cylindrical-coordinate representation of color #605A09: hue angle of 55.86º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #605A09 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 90 | 9 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.62 |
| HSL | 55.86º | 0.83% | 0.21% | - |
| HSV(B) | 55.86º | 0.91% | 0.38% | - |
| XYZ | 8.53 | 9.82 | 1.7 | - |
| YUV | 82.56 | 86.49 | 137.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 90 | 9 | 0 | 0.06 | 0.91 | 0.62 | 55.86 | 0.83 | 0.21 |
| Hex | 60 | 5A | 9 | 0 | 6 | 5B | 3E | 38 | 53 | 15 |
| Octal | 140 | 132 | 11 | 0 | 6 | 133 | 76 | 70 | 123 | 25 |
| Binary | 1100000 | 1011010 | 1001 | 0 | 110 | 1011011 | 111110 | 111000 | 1010011 | 10101 |
Color Harmonies of #605A09
Complementary color
Monochromatic Colors of #605A09
Black with #605A09
Text Example
Text Example
White with #605A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605A09; }
p { color: rgb(96,90,9); }
H1.HeaderClassName
{
color: #605A09;
}
.AnyTagClassName
{
color: #605A09;
}
</style>
background-color css
<style>
a { background-color: #605A09; }
a { background-color: rgb(96,90,9); }
div.DivClassName
{
background-color: #605A09;
}
.BgClassName
{
background-color: #605A09;
}
</style>
border-color css
<style>
span { border-color: #605A09; }
span { border-color: rgb(96,90,9); }
td.TdClassName
{
border-color: #605A09;
}
.TagClassName
{
border-color: #605A09;
}
</style>