Shades of Costa Del Sol #605D0F
Tints of Costa Del Sol #605D0F
RGB
CMYK
RGB Variations
Color information
#605D0F (or 0x605D0F) is known color: Costa Del Sol. HEX triplet: 60, 5D and 0F. RGB value is (96,93,15). Sum of RGB (Red+Green+Blue) = 96+93+15=204 (27% of max value = 765). Red value is 96 (37.89% from 255 or 47.06% from 204); Green value is 93 (36.72% from 255 or 45.59% from 204); Blue value is 15 (6.25% from 255 or 7.35% from 204); Max value from RGB is 96 - color contains mainly: red. Hex color #605D0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605D0F is #9FA2F0. Grayscale: #555555. Windows color (decimal): -10461937 or 1006944. OLE color: 1006944.
HSL color Cylindrical-coordinate representation of color #605D0F: hue angle of 57.78º 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 #605D0F is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 93 | 15 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.62 |
| HSL | 57.78º | 0.73% | 0.22% | - |
| HSV(B) | 57.78º | 0.84% | 0.38% | - |
| XYZ | 8.82 | 10.35 | 1.98 | - |
| YUV | 85.01 | 88.49 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 93 | 15 | 0 | 0.03 | 0.84 | 0.62 | 57.78 | 0.73 | 0.22 |
| Hex | 60 | 5D | F | 0 | 3 | 54 | 3E | 3A | 49 | 16 |
| Octal | 140 | 135 | 17 | 0 | 3 | 124 | 76 | 72 | 111 | 26 |
| Binary | 1100000 | 1011101 | 1111 | 0 | 11 | 1010100 | 111110 | 111010 | 1001001 | 10110 |
Color Harmonies of #605D0F
Complementary color
Monochromatic Colors of #605D0F
Black with #605D0F
Text Example
Text Example
White with #605D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605D0F; }
p { color: rgb(96,93,15); }
H1.HeaderClassName
{
color: #605D0F;
}
.AnyTagClassName
{
color: #605D0F;
}
</style>
background-color css
<style>
a { background-color: #605D0F; }
a { background-color: rgb(96,93,15); }
div.DivClassName
{
background-color: #605D0F;
}
.BgClassName
{
background-color: #605D0F;
}
</style>
border-color css
<style>
span { border-color: #605D0F; }
span { border-color: rgb(96,93,15); }
td.TdClassName
{
border-color: #605D0F;
}
.TagClassName
{
border-color: #605D0F;
}
</style>