Shades of Costa Del Sol #605A0B
Tints of Costa Del Sol #605A0B
RGB
CMYK
RGB Variations
Color information
#605A0B (or 0x605A0B) is known color: Costa Del Sol. HEX triplet: 60, 5A and 0B. RGB value is (96,90,11). Sum of RGB (Red+Green+Blue) = 96+90+11=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 90 (35.55% from 255 or 45.69% from 197); Blue value is 11 (4.69% from 255 or 5.58% from 197); Max value from RGB is 96 - color contains mainly: red. Hex color #605A0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605A0B is #9FA5F4. Grayscale: #535353. Windows color (decimal): -10462709 or 744032. OLE color: 744032.
HSL color Cylindrical-coordinate representation of color #605A0B: hue angle of 55.76º degrees, saturation: 0.79, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #605A0B is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 90 | 11 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.62 |
| HSL | 55.76º | 0.79% | 0.21% | - |
| HSV(B) | 55.76º | 0.89% | 0.38% | - |
| XYZ | 8.54 | 9.82 | 1.76 | - |
| YUV | 82.79 | 87.49 | 137.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 90 | 11 | 0 | 0.06 | 0.89 | 0.62 | 55.76 | 0.79 | 0.21 |
| Hex | 60 | 5A | B | 0 | 6 | 59 | 3E | 38 | 4F | 15 |
| Octal | 140 | 132 | 13 | 0 | 6 | 131 | 76 | 70 | 117 | 25 |
| Binary | 1100000 | 1011010 | 1011 | 0 | 110 | 1011001 | 111110 | 111000 | 1001111 | 10101 |
Color Harmonies of #605A0B
Complementary color
Monochromatic Colors of #605A0B
Black with #605A0B
Text Example
Text Example
White with #605A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605A0B; }
p { color: rgb(96,90,11); }
H1.HeaderClassName
{
color: #605A0B;
}
.AnyTagClassName
{
color: #605A0B;
}
</style>
background-color css
<style>
a { background-color: #605A0B; }
a { background-color: rgb(96,90,11); }
div.DivClassName
{
background-color: #605A0B;
}
.BgClassName
{
background-color: #605A0B;
}
</style>
border-color css
<style>
span { border-color: #605A0B; }
span { border-color: rgb(96,90,11); }
td.TdClassName
{
border-color: #605A0B;
}
.TagClassName
{
border-color: #605A0B;
}
</style>