Shades of Costa Del Sol #605E21
Tints of Costa Del Sol #605E21
RGB
CMYK
RGB Variations
Color information
#605E21 (or 0x605E21) is known color: Costa Del Sol. HEX triplet: 60, 5E and 21. RGB value is (96,94,33). Sum of RGB (Red+Green+Blue) = 96+94+33=223 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.05% from 223); Green value is 94 (37.11% from 255 or 42.15% from 223); Blue value is 33 (13.28% from 255 or 14.80% from 223); Max value from RGB is 96 - color contains mainly: red. Hex color #605E21 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605E21 is #9FA1DE. Grayscale: #575757. Windows color (decimal): -10461663 or 2186848. OLE color: 2186848.
HSL color Cylindrical-coordinate representation of color #605E21: hue angle of 58.1º 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 #605E21 is Cyan = 0, Magento = 0.02, Yellow = 0.66 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 94 | 33 | - |
| CMYK | 0 | 0.02 | 0.66 | 0.62 |
| HSL | 58.1º | 0.49% | 0.25% | - |
| HSV(B) | 58.1º | 0.66% | 0.38% | - |
| XYZ | 9.1 | 10.6 | 3.01 | - |
| YUV | 87.64 | 97.16 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 94 | 33 | 0 | 0.02 | 0.66 | 0.62 | 58.1 | 0.49 | 0.25 |
| Hex | 60 | 5E | 21 | 0 | 2 | 42 | 3E | 3A | 31 | 19 |
| Octal | 140 | 136 | 41 | 0 | 2 | 102 | 76 | 72 | 61 | 31 |
| Binary | 1100000 | 1011110 | 100001 | 0 | 10 | 1000010 | 111110 | 111010 | 110001 | 11001 |
Color Harmonies of #605E21
Complementary color
Monochromatic Colors of #605E21
Black with #605E21
Text Example
Text Example
White with #605E21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605E21; }
p { color: rgb(96,94,33); }
H1.HeaderClassName
{
color: #605E21;
}
.AnyTagClassName
{
color: #605E21;
}
</style>
background-color css
<style>
a { background-color: #605E21; }
a { background-color: rgb(96,94,33); }
div.DivClassName
{
background-color: #605E21;
}
.BgClassName
{
background-color: #605E21;
}
</style>
border-color css
<style>
span { border-color: #605E21; }
span { border-color: rgb(96,94,33); }
td.TdClassName
{
border-color: #605E21;
}
.TagClassName
{
border-color: #605E21;
}
</style>