Shades of Costa Del Sol #615C10
Tints of Costa Del Sol #615C10
RGB
CMYK
RGB Variations
Color information
#615C10 (or 0x615C10) is known color: Costa Del Sol. HEX triplet: 61, 5C and 10. RGB value is (97,92,16). Sum of RGB (Red+Green+Blue) = 97+92+16=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 16 (6.64% from 255 or 7.80% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #615C10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615C10 is #9EA3EF. Grayscale: #555555. Windows color (decimal): -10396656 or 1072225. OLE color: 1072225.
HSL color Cylindrical-coordinate representation of color #615C10: hue angle of 56.3º degrees, saturation: 0.72, 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 #615C10 is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 92 | 16 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.62 |
| HSL | 56.3º | 0.72% | 0.22% | - |
| HSV(B) | 56.3º | 0.84% | 0.38% | - |
| XYZ | 8.85 | 10.23 | 2 | - |
| YUV | 84.83 | 89.16 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 92 | 16 | 0 | 0.05 | 0.84 | 0.62 | 56.3 | 0.72 | 0.22 |
| Hex | 61 | 5C | 10 | 0 | 5 | 54 | 3E | 38 | 48 | 16 |
| Octal | 141 | 134 | 20 | 0 | 5 | 124 | 76 | 70 | 110 | 26 |
| Binary | 1100001 | 1011100 | 10000 | 0 | 101 | 1010100 | 111110 | 111000 | 1001000 | 10110 |
Color Harmonies of #615C10
Complementary color
Monochromatic Colors of #615C10
Black with #615C10
Text Example
Text Example
White with #615C10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615C10; }
p { color: rgb(97,92,16); }
H1.HeaderClassName
{
color: #615C10;
}
.AnyTagClassName
{
color: #615C10;
}
</style>
background-color css
<style>
a { background-color: #615C10; }
a { background-color: rgb(97,92,16); }
div.DivClassName
{
background-color: #615C10;
}
.BgClassName
{
background-color: #615C10;
}
</style>
border-color css
<style>
span { border-color: #615C10; }
span { border-color: rgb(97,92,16); }
td.TdClassName
{
border-color: #615C10;
}
.TagClassName
{
border-color: #615C10;
}
</style>