Shades of Costa Del Sol #605E20
Tints of Costa Del Sol #605E20
RGB
CMYK
RGB Variations
Color information
#605E20 (or 0x605E20) is known color: Costa Del Sol. HEX triplet: 60, 5E and 20. RGB value is (96,94,32). Sum of RGB (Red+Green+Blue) = 96+94+32=222 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.24% from 222); Green value is 94 (37.11% from 255 or 42.34% from 222); Blue value is 32 (12.89% from 255 or 14.41% from 222); Max value from RGB is 96 - color contains mainly: red. Hex color #605E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605E20 is #9FA1DF. Grayscale: #575757. Windows color (decimal): -10461664 or 2121312. OLE color: 2121312.
HSL color Cylindrical-coordinate representation of color #605E20: hue angle of 58.12º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #605E20 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 94 | 32 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.62 |
| HSL | 58.13º | 0.5% | 0.25% | - |
| HSV(B) | 58.13º | 0.67% | 0.38% | - |
| XYZ | 9.09 | 10.6 | 2.93 | - |
| YUV | 87.53 | 96.66 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 94 | 32 | 0 | 0.02 | 0.67 | 0.62 | 58.13 | 0.5 | 0.25 |
| Hex | 60 | 5E | 20 | 0 | 2 | 43 | 3E | 3A | 32 | 19 |
| Octal | 140 | 136 | 40 | 0 | 2 | 103 | 76 | 72 | 62 | 31 |
| Binary | 1100000 | 1011110 | 100000 | 0 | 10 | 1000011 | 111110 | 111010 | 110010 | 11001 |
Color Harmonies of #605E20
Complementary color
Monochromatic Colors of #605E20
Black with #605E20
Text Example
Text Example
White with #605E20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605E20; }
p { color: rgb(96,94,32); }
H1.HeaderClassName
{
color: #605E20;
}
.AnyTagClassName
{
color: #605E20;
}
</style>
background-color css
<style>
a { background-color: #605E20; }
a { background-color: rgb(96,94,32); }
div.DivClassName
{
background-color: #605E20;
}
.BgClassName
{
background-color: #605E20;
}
</style>
border-color css
<style>
span { border-color: #605E20; }
span { border-color: rgb(96,94,32); }
td.TdClassName
{
border-color: #605E20;
}
.TagClassName
{
border-color: #605E20;
}
</style>