Shades of Costa Del Sol #605E1A
Tints of Costa Del Sol #605E1A
RGB
CMYK
RGB Variations
Color information
#605E1A (or 0x605E1A) is known color: Costa Del Sol. HEX triplet: 60, 5E and 1A. RGB value is (96,94,26). Sum of RGB (Red+Green+Blue) = 96+94+26=216 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.44% from 216); Green value is 94 (37.11% from 255 or 43.52% from 216); Blue value is 26 (10.55% from 255 or 12.04% from 216); Max value from RGB is 96 - color contains mainly: red. Hex color #605E1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605E1A is #9FA1E5. Grayscale: #575757. Windows color (decimal): -10461670 or 1728096. OLE color: 1728096.
HSL color Cylindrical-coordinate representation of color #605E1A: hue angle of 58.29º degrees, saturation: 0.57, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #605E1A is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 94 | 26 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.62 |
| HSL | 58.29º | 0.57% | 0.24% | - |
| HSV(B) | 58.29º | 0.73% | 0.38% | - |
| XYZ | 9.01 | 10.57 | 2.54 | - |
| YUV | 86.85 | 93.66 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 94 | 26 | 0 | 0.02 | 0.73 | 0.62 | 58.29 | 0.57 | 0.24 |
| Hex | 60 | 5E | 1A | 0 | 2 | 49 | 3E | 3A | 39 | 18 |
| Octal | 140 | 136 | 32 | 0 | 2 | 111 | 76 | 72 | 71 | 30 |
| Binary | 1100000 | 1011110 | 11010 | 0 | 10 | 1001001 | 111110 | 111010 | 111001 | 11000 |
Color Harmonies of #605E1A
Complementary color
Monochromatic Colors of #605E1A
Black with #605E1A
Text Example
Text Example
White with #605E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605E1A; }
p { color: rgb(96,94,26); }
H1.HeaderClassName
{
color: #605E1A;
}
.AnyTagClassName
{
color: #605E1A;
}
</style>
background-color css
<style>
a { background-color: #605E1A; }
a { background-color: rgb(96,94,26); }
div.DivClassName
{
background-color: #605E1A;
}
.BgClassName
{
background-color: #605E1A;
}
</style>
border-color css
<style>
span { border-color: #605E1A; }
span { border-color: rgb(96,94,26); }
td.TdClassName
{
border-color: #605E1A;
}
.TagClassName
{
border-color: #605E1A;
}
</style>