Shades of Costa Del Sol #605C0F
Tints of Costa Del Sol #605C0F
RGB
CMYK
RGB Variations
Color information
#605C0F (or 0x605C0F) is known color: Costa Del Sol. HEX triplet: 60, 5C and 0F. RGB value is (96,92,15). Sum of RGB (Red+Green+Blue) = 96+92+15=203 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.29% from 203); Green value is 92 (36.33% from 255 or 45.32% from 203); Blue value is 15 (6.25% from 255 or 7.39% from 203); Max value from RGB is 96 - color contains mainly: red. Hex color #605C0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #605C0F is #9FA3F0. Grayscale: #545454. Windows color (decimal): -10462193 or 1006688. OLE color: 1006688.
HSL color Cylindrical-coordinate representation of color #605C0F: hue angle of 57.04º 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 #605C0F is Cyan = 0, Magento = 0.04, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 92 | 15 | - |
| CMYK | 0 | 0.04 | 0.84 | 0.62 |
| HSL | 57.04º | 0.73% | 0.22% | - |
| HSV(B) | 57.04º | 0.84% | 0.38% | - |
| XYZ | 8.74 | 10.18 | 1.96 | - |
| YUV | 84.42 | 88.83 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 92 | 15 | 0 | 0.04 | 0.84 | 0.62 | 57.04 | 0.73 | 0.22 |
| Hex | 60 | 5C | F | 0 | 4 | 54 | 3E | 39 | 49 | 16 |
| Octal | 140 | 134 | 17 | 0 | 4 | 124 | 76 | 71 | 111 | 26 |
| Binary | 1100000 | 1011100 | 1111 | 0 | 100 | 1010100 | 111110 | 111001 | 1001001 | 10110 |
Color Harmonies of #605C0F
Complementary color
Monochromatic Colors of #605C0F
Black with #605C0F
Text Example
Text Example
White with #605C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605C0F; }
p { color: rgb(96,92,15); }
H1.HeaderClassName
{
color: #605C0F;
}
.AnyTagClassName
{
color: #605C0F;
}
</style>
background-color css
<style>
a { background-color: #605C0F; }
a { background-color: rgb(96,92,15); }
div.DivClassName
{
background-color: #605C0F;
}
.BgClassName
{
background-color: #605C0F;
}
</style>
border-color css
<style>
span { border-color: #605C0F; }
span { border-color: rgb(96,92,15); }
td.TdClassName
{
border-color: #605C0F;
}
.TagClassName
{
border-color: #605C0F;
}
</style>