Shades of Costa Del Sol #605F0D
Tints of Costa Del Sol #605F0D
RGB
CMYK
RGB Variations
Color information
#605F0D (or 0x605F0D) is known color: Costa Del Sol. HEX triplet: 60, 5F and 0D. RGB value is (96,95,13). Sum of RGB (Red+Green+Blue) = 96+95+13=204 (27% of max value = 765). Red value is 96 (37.89% from 255 or 47.06% from 204); Green value is 95 (37.5% from 255 or 46.57% from 204); Blue value is 13 (5.47% from 255 or 6.37% from 204); Max value from RGB is 96 - color contains mainly: red. Hex color #605F0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605F0D is #9FA0F2. Grayscale: #565656. Windows color (decimal): -10461427 or 876384. OLE color: 876384.
HSL color Cylindrical-coordinate representation of color #605F0D: hue angle of 59.28º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #605F0D is Cyan = 0, Magento = 0.01, Yellow = 0.86 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 95 | 13 | - |
| CMYK | 0 | 0.01 | 0.86 | 0.62 |
| HSL | 59.28º | 0.76% | 0.21% | - |
| HSV(B) | 59.28º | 0.86% | 0.38% | - |
| XYZ | 8.99 | 10.7 | 1.97 | - |
| YUV | 85.95 | 86.83 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 95 | 13 | 0 | 0.01 | 0.86 | 0.62 | 59.28 | 0.76 | 0.21 |
| Hex | 60 | 5F | D | 0 | 1 | 56 | 3E | 3B | 4C | 15 |
| Octal | 140 | 137 | 15 | 0 | 1 | 126 | 76 | 73 | 114 | 25 |
| Binary | 1100000 | 1011111 | 1101 | 0 | 1 | 1010110 | 111110 | 111011 | 1001100 | 10101 |
Color Harmonies of #605F0D
Complementary color
Monochromatic Colors of #605F0D
Black with #605F0D
Text Example
Text Example
White with #605F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605F0D; }
p { color: rgb(96,95,13); }
H1.HeaderClassName
{
color: #605F0D;
}
.AnyTagClassName
{
color: #605F0D;
}
</style>
background-color css
<style>
a { background-color: #605F0D; }
a { background-color: rgb(96,95,13); }
div.DivClassName
{
background-color: #605F0D;
}
.BgClassName
{
background-color: #605F0D;
}
</style>
border-color css
<style>
span { border-color: #605F0D; }
span { border-color: rgb(96,95,13); }
td.TdClassName
{
border-color: #605F0D;
}
.TagClassName
{
border-color: #605F0D;
}
</style>