Shades of Costa Del Sol #605D24
Tints of Costa Del Sol #605D24
RGB
CMYK
RGB Variations
Color information
#605D24 (or 0x605D24) is known color: Costa Del Sol. HEX triplet: 60, 5D and 24. RGB value is (96,93,36). Sum of RGB (Red+Green+Blue) = 96+93+36=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 93 (36.72% from 255 or 41.33% from 225); Blue value is 36 (14.45% from 255 or 16% from 225); Max value from RGB is 96 - color contains mainly: red. Hex color #605D24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605D24 is #9FA2DB. Grayscale: #575757. Windows color (decimal): -10461916 or 2383200. OLE color: 2383200.
HSL color Cylindrical-coordinate representation of color #605D24: hue angle of 57º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #605D24 is Cyan = 0, Magento = 0.03, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 93 | 36 | - |
| CMYK | 0 | 0.03 | 0.62 | 0.62 |
| HSL | 57º | 0.45% | 0.26% | - |
| HSV(B) | 57º | 0.63% | 0.38% | - |
| XYZ | 9.06 | 10.44 | 3.21 | - |
| YUV | 87.4 | 98.99 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 93 | 36 | 0 | 0.03 | 0.62 | 0.62 | 57 | 0.45 | 0.26 |
| Hex | 60 | 5D | 24 | 0 | 3 | 3E | 3E | 39 | 2D | 1A |
| Octal | 140 | 135 | 44 | 0 | 3 | 76 | 76 | 71 | 55 | 32 |
| Binary | 1100000 | 1011101 | 100100 | 0 | 11 | 111110 | 111110 | 111001 | 101101 | 11010 |
Color Harmonies of #605D24
Complementary color
Monochromatic Colors of #605D24
Black with #605D24
Text Example
Text Example
White with #605D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605D24; }
p { color: rgb(96,93,36); }
H1.HeaderClassName
{
color: #605D24;
}
.AnyTagClassName
{
color: #605D24;
}
</style>
background-color css
<style>
a { background-color: #605D24; }
a { background-color: rgb(96,93,36); }
div.DivClassName
{
background-color: #605D24;
}
.BgClassName
{
background-color: #605D24;
}
</style>
border-color css
<style>
span { border-color: #605D24; }
span { border-color: rgb(96,93,36); }
td.TdClassName
{
border-color: #605D24;
}
.TagClassName
{
border-color: #605D24;
}
</style>