Shades of Costa Del Sol #605C28
Tints of Costa Del Sol #605C28
RGB
CMYK
RGB Variations
Color information
#605C28 (or 0x605C28) is known color: Costa Del Sol. HEX triplet: 60, 5C and 28. RGB value is (96,92,40). Sum of RGB (Red+Green+Blue) = 96+92+40=228 (30% of max value = 765). Red value is 96 (37.89% from 255 or 42.11% from 228); Green value is 92 (36.33% from 255 or 40.35% from 228); Blue value is 40 (16.02% from 255 or 17.54% from 228); Max value from RGB is 96 - color contains mainly: red. Hex color #605C28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605C28 is #9FA3D7. Grayscale: #575757. Windows color (decimal): -10462168 or 2645088. OLE color: 2645088.
HSL color Cylindrical-coordinate representation of color #605C28: hue angle of 55.71º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #605C28 is Cyan = 0, Magento = 0.04, Yellow = 0.58 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 92 | 40 | - |
| CMYK | 0 | 0.04 | 0.58 | 0.62 |
| HSL | 55.71º | 0.41% | 0.27% | - |
| HSV(B) | 55.71º | 0.58% | 0.38% | - |
| XYZ | 9.03 | 10.29 | 3.52 | - |
| YUV | 87.27 | 101.33 | 134.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 92 | 40 | 0 | 0.04 | 0.58 | 0.62 | 55.71 | 0.41 | 0.27 |
| Hex | 60 | 5C | 28 | 0 | 4 | 3A | 3E | 38 | 29 | 1B |
| Octal | 140 | 134 | 50 | 0 | 4 | 72 | 76 | 70 | 51 | 33 |
| Binary | 1100000 | 1011100 | 101000 | 0 | 100 | 111010 | 111110 | 111000 | 101001 | 11011 |
Color Harmonies of #605C28
Complementary color
Monochromatic Colors of #605C28
Black with #605C28
Text Example
Text Example
White with #605C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605C28; }
p { color: rgb(96,92,40); }
H1.HeaderClassName
{
color: #605C28;
}
.AnyTagClassName
{
color: #605C28;
}
</style>
background-color css
<style>
a { background-color: #605C28; }
a { background-color: rgb(96,92,40); }
div.DivClassName
{
background-color: #605C28;
}
.BgClassName
{
background-color: #605C28;
}
</style>
border-color css
<style>
span { border-color: #605C28; }
span { border-color: rgb(96,92,40); }
td.TdClassName
{
border-color: #605C28;
}
.TagClassName
{
border-color: #605C28;
}
</style>