Shades of Costa Del Sol #605B1A
Tints of Costa Del Sol #605B1A
RGB
CMYK
RGB Variations
Color information
#605B1A (or 0x605B1A) is known color: Costa Del Sol. HEX triplet: 60, 5B and 1A. RGB value is (96,91,26). Sum of RGB (Red+Green+Blue) = 96+91+26=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 91 (35.94% from 255 or 42.72% from 213); Blue value is 26 (10.55% from 255 or 12.21% from 213); Max value from RGB is 96 - color contains mainly: red. Hex color #605B1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605B1A is #9FA4E5. Grayscale: #555555. Windows color (decimal): -10462438 or 1727328. OLE color: 1727328.
HSL color Cylindrical-coordinate representation of color #605B1A: hue angle of 55.71º 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 #605B1A is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 91 | 26 | - |
| CMYK | 0 | 0.05 | 0.73 | 0.62 |
| HSL | 55.71º | 0.57% | 0.24% | - |
| HSV(B) | 55.71º | 0.73% | 0.38% | - |
| XYZ | 8.75 | 10.04 | 2.45 | - |
| YUV | 85.09 | 94.66 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 91 | 26 | 0 | 0.05 | 0.73 | 0.62 | 55.71 | 0.57 | 0.24 |
| Hex | 60 | 5B | 1A | 0 | 5 | 49 | 3E | 38 | 39 | 18 |
| Octal | 140 | 133 | 32 | 0 | 5 | 111 | 76 | 70 | 71 | 30 |
| Binary | 1100000 | 1011011 | 11010 | 0 | 101 | 1001001 | 111110 | 111000 | 111001 | 11000 |
Color Harmonies of #605B1A
Complementary color
Monochromatic Colors of #605B1A
Black with #605B1A
Text Example
Text Example
White with #605B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605B1A; }
p { color: rgb(96,91,26); }
H1.HeaderClassName
{
color: #605B1A;
}
.AnyTagClassName
{
color: #605B1A;
}
</style>
background-color css
<style>
a { background-color: #605B1A; }
a { background-color: rgb(96,91,26); }
div.DivClassName
{
background-color: #605B1A;
}
.BgClassName
{
background-color: #605B1A;
}
</style>
border-color css
<style>
span { border-color: #605B1A; }
span { border-color: rgb(96,91,26); }
td.TdClassName
{
border-color: #605B1A;
}
.TagClassName
{
border-color: #605B1A;
}
</style>