Shades of Costa Del Sol #60601D
Tints of Costa Del Sol #60601D
RGB
CMYK
RGB Variations
Color information
#60601D (or 0x60601D) is known color: Costa Del Sol. HEX triplet: 60, 60 and 1D. RGB value is (96,96,29). Sum of RGB (Red+Green+Blue) = 96+96+29=221 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.44% from 221); Green value is 96 (37.89% from 255 or 43.44% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 96 - color contains mainly: red, green. Hex color #60601D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60601D is #9F9FE2. Grayscale: #585858. Windows color (decimal): -10461155 or 1925216. OLE color: 1925216.
HSL color Cylindrical-coordinate representation of color #60601D: hue angle of 60º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #60601D is Cyan = 0, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 96 | 29 | - |
| CMYK | 0 | 0 | 0.70 | 0.62 |
| HSL | 60º | 0.54% | 0.25% | - |
| HSV(B) | 60º | 0.7% | 0.38% | - |
| XYZ | 9.23 | 10.94 | 2.79 | - |
| YUV | 88.36 | 94.5 | 133.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 96 | 29 | 0 | 0 | 0.70 | 0.62 | 60 | 0.54 | 0.25 |
| Hex | 60 | 60 | 1D | 0 | 0 | 46 | 3E | 3C | 36 | 19 |
| Octal | 140 | 140 | 35 | 0 | 0 | 106 | 76 | 74 | 66 | 31 |
| Binary | 1100000 | 1100000 | 11101 | 0 | 0 | 1000110 | 111110 | 111100 | 110110 | 11001 |
Color Harmonies of #60601D
Complementary color
Monochromatic Colors of #60601D
Black with #60601D
Text Example
Text Example
White with #60601D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60601D; }
p { color: rgb(96,96,29); }
H1.HeaderClassName
{
color: #60601D;
}
.AnyTagClassName
{
color: #60601D;
}
</style>
background-color css
<style>
a { background-color: #60601D; }
a { background-color: rgb(96,96,29); }
div.DivClassName
{
background-color: #60601D;
}
.BgClassName
{
background-color: #60601D;
}
</style>
border-color css
<style>
span { border-color: #60601D; }
span { border-color: rgb(96,96,29); }
td.TdClassName
{
border-color: #60601D;
}
.TagClassName
{
border-color: #60601D;
}
</style>