Shades of Costa Del Sol #60582D
Tints of Costa Del Sol #60582D
RGB
CMYK
RGB Variations
Color information
#60582D (or 0x60582D) is known color: Costa Del Sol. HEX triplet: 60, 58 and 2D. RGB value is (96,88,45). Sum of RGB (Red+Green+Blue) = 96+88+45=229 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.92% from 229); Green value is 88 (34.77% from 255 or 38.43% from 229); Blue value is 45 (17.97% from 255 or 19.65% from 229); Max value from RGB is 96 - color contains mainly: red. Hex color #60582D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60582D is #9FA7D2. Grayscale: #555555. Windows color (decimal): -10463187 or 2971744. OLE color: 2971744.
HSL color Cylindrical-coordinate representation of color #60582D: hue angle of 50.59º 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 #60582D is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 88 | 45 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.62 |
| HSL | 50.59º | 0.36% | 0.28% | - |
| HSV(B) | 50.59º | 0.53% | 0.38% | - |
| XYZ | 8.79 | 9.66 | 3.88 | - |
| YUV | 85.49 | 105.15 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 88 | 45 | 0 | 0.08 | 0.53 | 0.62 | 50.59 | 0.36 | 0.28 |
| Hex | 60 | 58 | 2D | 0 | 8 | 35 | 3E | 33 | 24 | 1C |
| Octal | 140 | 130 | 55 | 0 | 10 | 65 | 76 | 63 | 44 | 34 |
| Binary | 1100000 | 1011000 | 101101 | 0 | 1000 | 110101 | 111110 | 110011 | 100100 | 11100 |
Color Harmonies of #60582D
Complementary color
Monochromatic Colors of #60582D
Black with #60582D
Text Example
Text Example
White with #60582D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60582D; }
p { color: rgb(96,88,45); }
H1.HeaderClassName
{
color: #60582D;
}
.AnyTagClassName
{
color: #60582D;
}
</style>
background-color css
<style>
a { background-color: #60582D; }
a { background-color: rgb(96,88,45); }
div.DivClassName
{
background-color: #60582D;
}
.BgClassName
{
background-color: #60582D;
}
</style>
border-color css
<style>
span { border-color: #60582D; }
span { border-color: rgb(96,88,45); }
td.TdClassName
{
border-color: #60582D;
}
.TagClassName
{
border-color: #60582D;
}
</style>