Shades of Costa Del Sol #60601F
Tints of Costa Del Sol #60601F
RGB
CMYK
RGB Variations
Color information
#60601F (or 0x60601F) is known color: Costa Del Sol. HEX triplet: 60, 60 and 1F. RGB value is (96,96,31). Sum of RGB (Red+Green+Blue) = 96+96+31=223 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.05% from 223); Green value is 96 (37.89% from 255 or 43.05% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 96 - color contains mainly: red, green. Hex color #60601F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60601F is #9F9FE0. Grayscale: #585858. Windows color (decimal): -10461153 or 2056288. OLE color: 2056288.
HSL color Cylindrical-coordinate representation of color #60601F: hue angle of 60º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #60601F is Cyan = 0, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 96 | 31 | - |
| CMYK | 0 | 0 | 0.68 | 0.62 |
| HSL | 60º | 0.51% | 0.25% | - |
| HSV(B) | 60º | 0.68% | 0.38% | - |
| XYZ | 9.25 | 10.95 | 2.92 | - |
| YUV | 88.59 | 95.5 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 96 | 31 | 0 | 0 | 0.68 | 0.62 | 60 | 0.51 | 0.25 |
| Hex | 60 | 60 | 1F | 0 | 0 | 44 | 3E | 3C | 33 | 19 |
| Octal | 140 | 140 | 37 | 0 | 0 | 104 | 76 | 74 | 63 | 31 |
| Binary | 1100000 | 1100000 | 11111 | 0 | 0 | 1000100 | 111110 | 111100 | 110011 | 11001 |
Color Harmonies of #60601F
Complementary color
Monochromatic Colors of #60601F
Black with #60601F
Text Example
Text Example
White with #60601F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60601F; }
p { color: rgb(96,96,31); }
H1.HeaderClassName
{
color: #60601F;
}
.AnyTagClassName
{
color: #60601F;
}
</style>
background-color css
<style>
a { background-color: #60601F; }
a { background-color: rgb(96,96,31); }
div.DivClassName
{
background-color: #60601F;
}
.BgClassName
{
background-color: #60601F;
}
</style>
border-color css
<style>
span { border-color: #60601F; }
span { border-color: rgb(96,96,31); }
td.TdClassName
{
border-color: #60601F;
}
.TagClassName
{
border-color: #60601F;
}
</style>