Shades of Costa Del Sol #605F0F
Tints of Costa Del Sol #605F0F
RGB
CMYK
RGB Variations
Color information
#605F0F (or 0x605F0F) is known color: Costa Del Sol. HEX triplet: 60, 5F and 0F. RGB value is (96,95,15). Sum of RGB (Red+Green+Blue) = 96+95+15=206 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.60% from 206); Green value is 95 (37.5% from 255 or 46.12% from 206); Blue value is 15 (6.25% from 255 or 7.28% from 206); Max value from RGB is 96 - color contains mainly: red. Hex color #605F0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605F0F is #9FA0F0. Grayscale: #565656. Windows color (decimal): -10461425 or 1007456. OLE color: 1007456.
HSL color Cylindrical-coordinate representation of color #605F0F: hue angle of 59.26º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #605F0F is Cyan = 0, Magento = 0.01, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 95 | 15 | - |
| CMYK | 0 | 0.01 | 0.84 | 0.62 |
| HSL | 59.26º | 0.73% | 0.22% | - |
| HSV(B) | 59.26º | 0.84% | 0.38% | - |
| XYZ | 9 | 10.71 | 2.04 | - |
| YUV | 86.18 | 87.83 | 135 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 95 | 15 | 0 | 0.01 | 0.84 | 0.62 | 59.26 | 0.73 | 0.22 |
| Hex | 60 | 5F | F | 0 | 1 | 54 | 3E | 3B | 49 | 16 |
| Octal | 140 | 137 | 17 | 0 | 1 | 124 | 76 | 73 | 111 | 26 |
| Binary | 1100000 | 1011111 | 1111 | 0 | 1 | 1010100 | 111110 | 111011 | 1001001 | 10110 |
Color Harmonies of #605F0F
Complementary color
Monochromatic Colors of #605F0F
Black with #605F0F
Text Example
Text Example
White with #605F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605F0F; }
p { color: rgb(96,95,15); }
H1.HeaderClassName
{
color: #605F0F;
}
.AnyTagClassName
{
color: #605F0F;
}
</style>
background-color css
<style>
a { background-color: #605F0F; }
a { background-color: rgb(96,95,15); }
div.DivClassName
{
background-color: #605F0F;
}
.BgClassName
{
background-color: #605F0F;
}
</style>
border-color css
<style>
span { border-color: #605F0F; }
span { border-color: rgb(96,95,15); }
td.TdClassName
{
border-color: #605F0F;
}
.TagClassName
{
border-color: #605F0F;
}
</style>