Shades of Costa Del Sol #605C34
Tints of Costa Del Sol #605C34
RGB
CMYK
RGB Variations
Color information
#605C34 (or 0x605C34) is known color: Costa Del Sol. HEX triplet: 60, 5C and 34. RGB value is (96,92,52). Sum of RGB (Red+Green+Blue) = 96+92+52=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 52 (20.70% from 255 or 21.67% from 240); Max value from RGB is 96 - color contains mainly: red. Hex color #605C34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605C34 is #9FA3CB. Grayscale: #585858. Windows color (decimal): -10462156 or 3431520. OLE color: 3431520.
HSL color Cylindrical-coordinate representation of color #605C34: hue angle of 54.55º 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 #605C34 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 92 | 52 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.62 |
| HSL | 54.55º | 0.3% | 0.29% | - |
| HSV(B) | 54.55º | 0.46% | 0.38% | - |
| XYZ | 9.27 | 10.39 | 4.77 | - |
| YUV | 88.64 | 107.33 | 133.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 92 | 52 | 0 | 0.04 | 0.46 | 0.62 | 54.55 | 0.3 | 0.29 |
| Hex | 60 | 5C | 34 | 0 | 4 | 2E | 3E | 37 | 1E | 1D |
| Octal | 140 | 134 | 64 | 0 | 4 | 56 | 76 | 67 | 36 | 35 |
| Binary | 1100000 | 1011100 | 110100 | 0 | 100 | 101110 | 111110 | 110111 | 11110 | 11101 |
Color Harmonies of #605C34
Complementary color
Monochromatic Colors of #605C34
Black with #605C34
Text Example
Text Example
White with #605C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605C34; }
p { color: rgb(96,92,52); }
H1.HeaderClassName
{
color: #605C34;
}
.AnyTagClassName
{
color: #605C34;
}
</style>
background-color css
<style>
a { background-color: #605C34; }
a { background-color: rgb(96,92,52); }
div.DivClassName
{
background-color: #605C34;
}
.BgClassName
{
background-color: #605C34;
}
</style>
border-color css
<style>
span { border-color: #605C34; }
span { border-color: rgb(96,92,52); }
td.TdClassName
{
border-color: #605C34;
}
.TagClassName
{
border-color: #605C34;
}
</style>