Shades of Costa Del Sol #605D0B
Tints of Costa Del Sol #605D0B
RGB
CMYK
RGB Variations
Color information
#605D0B (or 0x605D0B) is known color: Costa Del Sol. HEX triplet: 60, 5D and 0B. RGB value is (96,93,11). Sum of RGB (Red+Green+Blue) = 96+93+11=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 93 (36.72% from 255 or 46.5% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 96 - color contains mainly: red. Hex color #605D0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605D0B is #9FA2F4. Grayscale: #545454. Windows color (decimal): -10461941 or 744800. OLE color: 744800.
HSL color Cylindrical-coordinate representation of color #605D0B: hue angle of 57.88º 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 #605D0B is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 93 | 11 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.62 |
| HSL | 57.88º | 0.79% | 0.21% | - |
| HSV(B) | 57.88º | 0.89% | 0.38% | - |
| XYZ | 8.8 | 10.34 | 1.85 | - |
| YUV | 84.55 | 86.49 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 93 | 11 | 0 | 0.03 | 0.89 | 0.62 | 57.88 | 0.79 | 0.21 |
| Hex | 60 | 5D | B | 0 | 3 | 59 | 3E | 3A | 4F | 15 |
| Octal | 140 | 135 | 13 | 0 | 3 | 131 | 76 | 72 | 117 | 25 |
| Binary | 1100000 | 1011101 | 1011 | 0 | 11 | 1011001 | 111110 | 111010 | 1001111 | 10101 |
Color Harmonies of #605D0B
Complementary color
Monochromatic Colors of #605D0B
Black with #605D0B
Text Example
Text Example
White with #605D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605D0B; }
p { color: rgb(96,93,11); }
H1.HeaderClassName
{
color: #605D0B;
}
.AnyTagClassName
{
color: #605D0B;
}
</style>
background-color css
<style>
a { background-color: #605D0B; }
a { background-color: rgb(96,93,11); }
div.DivClassName
{
background-color: #605D0B;
}
.BgClassName
{
background-color: #605D0B;
}
</style>
border-color css
<style>
span { border-color: #605D0B; }
span { border-color: rgb(96,93,11); }
td.TdClassName
{
border-color: #605D0B;
}
.TagClassName
{
border-color: #605D0B;
}
</style>