Shades of Costa Del Sol #605D09
Tints of Costa Del Sol #605D09
RGB
CMYK
RGB Variations
Color information
#605D09 (or 0x605D09) is known color: Costa Del Sol. HEX triplet: 60, 5D and 09. RGB value is (96,93,9). Sum of RGB (Red+Green+Blue) = 96+93+9=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 93 (36.72% from 255 or 46.97% from 198); Blue value is 9 (3.91% from 255 or 4.55% from 198); Max value from RGB is 96 - color contains mainly: red. Hex color #605D09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605D09 is #9FA2F6. Grayscale: #545454. Windows color (decimal): -10461943 or 613728. OLE color: 613728.
HSL color Cylindrical-coordinate representation of color #605D09: hue angle of 57.93º 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 #605D09 is Cyan = 0, Magento = 0.03, Yellow = 0.91 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 93 | 9 | - |
| CMYK | 0 | 0.03 | 0.91 | 0.62 |
| HSL | 57.93º | 0.83% | 0.21% | - |
| HSV(B) | 57.93º | 0.91% | 0.38% | - |
| XYZ | 8.79 | 10.34 | 1.79 | - |
| YUV | 84.32 | 85.49 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 93 | 9 | 0 | 0.03 | 0.91 | 0.62 | 57.93 | 0.83 | 0.21 |
| Hex | 60 | 5D | 9 | 0 | 3 | 5B | 3E | 3A | 53 | 15 |
| Octal | 140 | 135 | 11 | 0 | 3 | 133 | 76 | 72 | 123 | 25 |
| Binary | 1100000 | 1011101 | 1001 | 0 | 11 | 1011011 | 111110 | 111010 | 1010011 | 10101 |
Color Harmonies of #605D09
Complementary color
Monochromatic Colors of #605D09
Black with #605D09
Text Example
Text Example
White with #605D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605D09; }
p { color: rgb(96,93,9); }
H1.HeaderClassName
{
color: #605D09;
}
.AnyTagClassName
{
color: #605D09;
}
</style>
background-color css
<style>
a { background-color: #605D09; }
a { background-color: rgb(96,93,9); }
div.DivClassName
{
background-color: #605D09;
}
.BgClassName
{
background-color: #605D09;
}
</style>
border-color css
<style>
span { border-color: #605D09; }
span { border-color: rgb(96,93,9); }
td.TdClassName
{
border-color: #605D09;
}
.TagClassName
{
border-color: #605D09;
}
</style>