Shades of Costa Del Sol #605A21
Tints of Costa Del Sol #605A21
RGB
CMYK
RGB Variations
Color information
#605A21 (or 0x605A21) is known color: Costa Del Sol. HEX triplet: 60, 5A and 21. RGB value is (96,90,33). Sum of RGB (Red+Green+Blue) = 96+90+33=219 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.84% from 219); Green value is 90 (35.55% from 255 or 41.10% from 219); Blue value is 33 (13.28% from 255 or 15.07% from 219); Max value from RGB is 96 - color contains mainly: red. Hex color #605A21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605A21 is #9FA5DE. Grayscale: #555555. Windows color (decimal): -10462687 or 2185824. OLE color: 2185824.
HSL color Cylindrical-coordinate representation of color #605A21: hue angle of 54.29º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #605A21 is Cyan = 0, Magento = 0.06, Yellow = 0.66 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 90 | 33 | - |
| CMYK | 0 | 0.06 | 0.66 | 0.62 |
| HSL | 54.29º | 0.49% | 0.25% | - |
| HSV(B) | 54.29º | 0.66% | 0.38% | - |
| XYZ | 8.75 | 9.91 | 2.89 | - |
| YUV | 85.3 | 98.49 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 90 | 33 | 0 | 0.06 | 0.66 | 0.62 | 54.29 | 0.49 | 0.25 |
| Hex | 60 | 5A | 21 | 0 | 6 | 42 | 3E | 36 | 31 | 19 |
| Octal | 140 | 132 | 41 | 0 | 6 | 102 | 76 | 66 | 61 | 31 |
| Binary | 1100000 | 1011010 | 100001 | 0 | 110 | 1000010 | 111110 | 110110 | 110001 | 11001 |
Color Harmonies of #605A21
Complementary color
Monochromatic Colors of #605A21
Black with #605A21
Text Example
Text Example
White with #605A21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605A21; }
p { color: rgb(96,90,33); }
H1.HeaderClassName
{
color: #605A21;
}
.AnyTagClassName
{
color: #605A21;
}
</style>
background-color css
<style>
a { background-color: #605A21; }
a { background-color: rgb(96,90,33); }
div.DivClassName
{
background-color: #605A21;
}
.BgClassName
{
background-color: #605A21;
}
</style>
border-color css
<style>
span { border-color: #605A21; }
span { border-color: rgb(96,90,33); }
td.TdClassName
{
border-color: #605A21;
}
.TagClassName
{
border-color: #605A21;
}
</style>