Shades of Costa Del Sol #60592D
Tints of Costa Del Sol #60592D
RGB
CMYK
RGB Variations
Color information
#60592D (or 0x60592D) is known color: Costa Del Sol. HEX triplet: 60, 59 and 2D. RGB value is (96,89,45). Sum of RGB (Red+Green+Blue) = 96+89+45=230 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.74% from 230); Green value is 89 (35.16% from 255 or 38.70% from 230); Blue value is 45 (17.97% from 255 or 19.57% from 230); Max value from RGB is 96 - color contains mainly: red. Hex color #60592D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60592D is #9FA6D2. Grayscale: #565656. Windows color (decimal): -10462931 or 2972000. OLE color: 2972000.
HSL color Cylindrical-coordinate representation of color #60592D: hue angle of 51.76º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #60592D is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 89 | 45 | - |
| CMYK | 0 | 0.07 | 0.53 | 0.62 |
| HSL | 51.76º | 0.36% | 0.28% | - |
| HSV(B) | 51.76º | 0.53% | 0.38% | - |
| XYZ | 8.87 | 9.82 | 3.91 | - |
| YUV | 86.08 | 104.82 | 135.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 89 | 45 | 0 | 0.07 | 0.53 | 0.62 | 51.76 | 0.36 | 0.28 |
| Hex | 60 | 59 | 2D | 0 | 7 | 35 | 3E | 34 | 24 | 1C |
| Octal | 140 | 131 | 55 | 0 | 7 | 65 | 76 | 64 | 44 | 34 |
| Binary | 1100000 | 1011001 | 101101 | 0 | 111 | 110101 | 111110 | 110100 | 100100 | 11100 |
Color Harmonies of #60592D
Complementary color
Monochromatic Colors of #60592D
Black with #60592D
Text Example
Text Example
White with #60592D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60592D; }
p { color: rgb(96,89,45); }
H1.HeaderClassName
{
color: #60592D;
}
.AnyTagClassName
{
color: #60592D;
}
</style>
background-color css
<style>
a { background-color: #60592D; }
a { background-color: rgb(96,89,45); }
div.DivClassName
{
background-color: #60592D;
}
.BgClassName
{
background-color: #60592D;
}
</style>
border-color css
<style>
span { border-color: #60592D; }
span { border-color: rgb(96,89,45); }
td.TdClassName
{
border-color: #60592D;
}
.TagClassName
{
border-color: #60592D;
}
</style>