Shades of Costa Del Sol #605F1F
Tints of Costa Del Sol #605F1F
RGB
CMYK
RGB Variations
Color information
#605F1F (or 0x605F1F) is known color: Costa Del Sol. HEX triplet: 60, 5F and 1F. RGB value is (96,95,31). Sum of RGB (Red+Green+Blue) = 96+95+31=222 (29% of max value = 765). Red value is 96 (37.89% from 255 or 43.24% from 222); Green value is 95 (37.5% from 255 or 42.79% from 222); Blue value is 31 (12.5% from 255 or 13.96% from 222); Max value from RGB is 96 - color contains mainly: red. Hex color #605F1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #605F1F is #9FA0E0. Grayscale: #585858. Windows color (decimal): -10461409 or 2056032. OLE color: 2056032.
HSL color Cylindrical-coordinate representation of color #605F1F: hue angle of 59.08º degrees, saturation: 0.51, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #605F1F is Cyan = 0, Magento = 0.01, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 95 | 31 | - |
| CMYK | 0 | 0.01 | 0.68 | 0.62 |
| HSL | 59.08º | 0.51% | 0.25% | - |
| HSV(B) | 59.08º | 0.68% | 0.38% | - |
| XYZ | 9.16 | 10.77 | 2.89 | - |
| YUV | 88 | 95.83 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 95 | 31 | 0 | 0.01 | 0.68 | 0.62 | 59.08 | 0.51 | 0.25 |
| Hex | 60 | 5F | 1F | 0 | 1 | 44 | 3E | 3B | 33 | 19 |
| Octal | 140 | 137 | 37 | 0 | 1 | 104 | 76 | 73 | 63 | 31 |
| Binary | 1100000 | 1011111 | 11111 | 0 | 1 | 1000100 | 111110 | 111011 | 110011 | 11001 |
Color Harmonies of #605F1F
Complementary color
Monochromatic Colors of #605F1F
Black with #605F1F
Text Example
Text Example
White with #605F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605F1F; }
p { color: rgb(96,95,31); }
H1.HeaderClassName
{
color: #605F1F;
}
.AnyTagClassName
{
color: #605F1F;
}
</style>
background-color css
<style>
a { background-color: #605F1F; }
a { background-color: rgb(96,95,31); }
div.DivClassName
{
background-color: #605F1F;
}
.BgClassName
{
background-color: #605F1F;
}
</style>
border-color css
<style>
span { border-color: #605F1F; }
span { border-color: rgb(96,95,31); }
td.TdClassName
{
border-color: #605F1F;
}
.TagClassName
{
border-color: #605F1F;
}
</style>