Shades of Costa Del Sol #60592C
Tints of Costa Del Sol #60592C
RGB
CMYK
RGB Variations
Color information
#60592C (or 0x60592C) is known color: Costa Del Sol. HEX triplet: 60, 59 and 2C. RGB value is (96,89,44). Sum of RGB (Red+Green+Blue) = 96+89+44=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 44 (17.58% from 255 or 19.21% from 229); Max value from RGB is 96 - color contains mainly: red. Hex color #60592C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60592C is #9FA6D3. Grayscale: #565656. Windows color (decimal): -10462932 or 2906464. OLE color: 2906464.
HSL color Cylindrical-coordinate representation of color #60592C: hue angle of 51.92º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #60592C is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 89 | 44 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.62 |
| HSL | 51.92º | 0.37% | 0.27% | - |
| HSV(B) | 51.92º | 0.54% | 0.38% | - |
| XYZ | 8.85 | 9.81 | 3.81 | - |
| YUV | 85.96 | 104.32 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 89 | 44 | 0 | 0.07 | 0.54 | 0.62 | 51.92 | 0.37 | 0.27 |
| Hex | 60 | 59 | 2C | 0 | 7 | 36 | 3E | 34 | 25 | 1B |
| Octal | 140 | 131 | 54 | 0 | 7 | 66 | 76 | 64 | 45 | 33 |
| Binary | 1100000 | 1011001 | 101100 | 0 | 111 | 110110 | 111110 | 110100 | 100101 | 11011 |
Color Harmonies of #60592C
Complementary color
Monochromatic Colors of #60592C
Black with #60592C
Text Example
Text Example
White with #60592C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60592C; }
p { color: rgb(96,89,44); }
H1.HeaderClassName
{
color: #60592C;
}
.AnyTagClassName
{
color: #60592C;
}
</style>
background-color css
<style>
a { background-color: #60592C; }
a { background-color: rgb(96,89,44); }
div.DivClassName
{
background-color: #60592C;
}
.BgClassName
{
background-color: #60592C;
}
</style>
border-color css
<style>
span { border-color: #60592C; }
span { border-color: rgb(96,89,44); }
td.TdClassName
{
border-color: #60592C;
}
.TagClassName
{
border-color: #60592C;
}
</style>