Shades of Costa Del Sol #605A32
Tints of Costa Del Sol #605A32
RGB
CMYK
RGB Variations
Color information
#605A32 (or 0x605A32) is known color: Costa Del Sol. HEX triplet: 60, 5A and 32. RGB value is (96,90,50). Sum of RGB (Red+Green+Blue) = 96+90+50=236 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.68% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 50 (19.92% from 255 or 21.19% from 236); Max value from RGB is 96 - color contains mainly: red. Hex color #605A32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605A32 is #9FA5CD. Grayscale: #575757. Windows color (decimal): -10462670 or 3299936. OLE color: 3299936.
HSL color Cylindrical-coordinate representation of color #605A32: hue angle of 52.17º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #605A32 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 90 | 50 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.62 |
| HSL | 52.17º | 0.32% | 0.29% | - |
| HSV(B) | 52.17º | 0.48% | 0.38% | - |
| XYZ | 9.06 | 10.03 | 4.48 | - |
| YUV | 87.23 | 106.99 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 90 | 50 | 0 | 0.06 | 0.48 | 0.62 | 52.17 | 0.32 | 0.29 |
| Hex | 60 | 5A | 32 | 0 | 6 | 30 | 3E | 34 | 20 | 1D |
| Octal | 140 | 132 | 62 | 0 | 6 | 60 | 76 | 64 | 40 | 35 |
| Binary | 1100000 | 1011010 | 110010 | 0 | 110 | 110000 | 111110 | 110100 | 100000 | 11101 |
Color Harmonies of #605A32
Complementary color
Monochromatic Colors of #605A32
Black with #605A32
Text Example
Text Example
White with #605A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605A32; }
p { color: rgb(96,90,50); }
H1.HeaderClassName
{
color: #605A32;
}
.AnyTagClassName
{
color: #605A32;
}
</style>
background-color css
<style>
a { background-color: #605A32; }
a { background-color: rgb(96,90,50); }
div.DivClassName
{
background-color: #605A32;
}
.BgClassName
{
background-color: #605A32;
}
</style>
border-color css
<style>
span { border-color: #605A32; }
span { border-color: rgb(96,90,50); }
td.TdClassName
{
border-color: #605A32;
}
.TagClassName
{
border-color: #605A32;
}
</style>