Shades of Costa Del Sol #605D34
Tints of Costa Del Sol #605D34
RGB
CMYK
RGB Variations
Color information
#605D34 (or 0x605D34) is known color: Costa Del Sol. HEX triplet: 60, 5D and 34. RGB value is (96,93,52). Sum of RGB (Red+Green+Blue) = 96+93+52=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 93 (36.72% from 255 or 38.59% from 241); Blue value is 52 (20.70% from 255 or 21.58% from 241); Max value from RGB is 96 - color contains mainly: red. Hex color #605D34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605D34 is #9FA2CB. Grayscale: #595959. Windows color (decimal): -10461900 or 3431776. OLE color: 3431776.
HSL color Cylindrical-coordinate representation of color #605D34: hue angle of 55.91º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #605D34 is Cyan = 0, Magento = 0.03, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 93 | 52 | - |
| CMYK | 0 | 0.03 | 0.46 | 0.62 |
| HSL | 55.91º | 0.3% | 0.29% | - |
| HSV(B) | 55.91º | 0.46% | 0.38% | - |
| XYZ | 9.36 | 10.56 | 4.79 | - |
| YUV | 89.22 | 106.99 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 93 | 52 | 0 | 0.03 | 0.46 | 0.62 | 55.91 | 0.3 | 0.29 |
| Hex | 60 | 5D | 34 | 0 | 3 | 2E | 3E | 38 | 1E | 1D |
| Octal | 140 | 135 | 64 | 0 | 3 | 56 | 76 | 70 | 36 | 35 |
| Binary | 1100000 | 1011101 | 110100 | 0 | 11 | 101110 | 111110 | 111000 | 11110 | 11101 |
Color Harmonies of #605D34
Complementary color
Monochromatic Colors of #605D34
Black with #605D34
Text Example
Text Example
White with #605D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605D34; }
p { color: rgb(96,93,52); }
H1.HeaderClassName
{
color: #605D34;
}
.AnyTagClassName
{
color: #605D34;
}
</style>
background-color css
<style>
a { background-color: #605D34; }
a { background-color: rgb(96,93,52); }
div.DivClassName
{
background-color: #605D34;
}
.BgClassName
{
background-color: #605D34;
}
</style>
border-color css
<style>
span { border-color: #605D34; }
span { border-color: rgb(96,93,52); }
td.TdClassName
{
border-color: #605D34;
}
.TagClassName
{
border-color: #605D34;
}
</style>