Shades of Costa Del Sol #605E1E
Tints of Costa Del Sol #605E1E
RGB
CMYK
RGB Variations
Color information
#605E1E (or 0x605E1E) is known color: Costa Del Sol. HEX triplet: 60, 5E and 1E. RGB value is (96,94,30). Sum of RGB (Red+Green+Blue) = 96+94+30=220 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.64% from 220); Green value is 94 (37.11% from 255 or 42.73% from 220); Blue value is 30 (12.11% from 255 or 13.64% from 220); Max value from RGB is 96 - color contains mainly: red. Hex color #605E1E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605E1E is #9FA1E1. Grayscale: #575757. Windows color (decimal): -10461666 or 1990240. OLE color: 1990240.
HSL color Cylindrical-coordinate representation of color #605E1E: hue angle of 58.18º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #605E1E is Cyan = 0, Magento = 0.02, Yellow = 0.69 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 94 | 30 | - |
| CMYK | 0 | 0.02 | 0.69 | 0.62 |
| HSL | 58.18º | 0.52% | 0.25% | - |
| HSV(B) | 58.18º | 0.69% | 0.38% | - |
| XYZ | 9.06 | 10.59 | 2.79 | - |
| YUV | 87.3 | 95.66 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 94 | 30 | 0 | 0.02 | 0.69 | 0.62 | 58.18 | 0.52 | 0.25 |
| Hex | 60 | 5E | 1E | 0 | 2 | 45 | 3E | 3A | 34 | 19 |
| Octal | 140 | 136 | 36 | 0 | 2 | 105 | 76 | 72 | 64 | 31 |
| Binary | 1100000 | 1011110 | 11110 | 0 | 10 | 1000101 | 111110 | 111010 | 110100 | 11001 |
Color Harmonies of #605E1E
Complementary color
Monochromatic Colors of #605E1E
Black with #605E1E
Text Example
Text Example
White with #605E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605E1E; }
p { color: rgb(96,94,30); }
H1.HeaderClassName
{
color: #605E1E;
}
.AnyTagClassName
{
color: #605E1E;
}
</style>
background-color css
<style>
a { background-color: #605E1E; }
a { background-color: rgb(96,94,30); }
div.DivClassName
{
background-color: #605E1E;
}
.BgClassName
{
background-color: #605E1E;
}
</style>
border-color css
<style>
span { border-color: #605E1E; }
span { border-color: rgb(96,94,30); }
td.TdClassName
{
border-color: #605E1E;
}
.TagClassName
{
border-color: #605E1E;
}
</style>