Shades of Costa Del Sol #615C15
Tints of Costa Del Sol #615C15
RGB
CMYK
RGB Variations
Color information
#615C15 (or 0x615C15) is known color: Costa Del Sol. HEX triplet: 61, 5C and 15. RGB value is (97,92,21). Sum of RGB (Red+Green+Blue) = 97+92+21=210 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.19% from 210); Green value is 92 (36.33% from 255 or 43.81% from 210); Blue value is 21 (8.59% from 255 or 10% from 210); Max value from RGB is 97 - color contains mainly: red. Hex color #615C15 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615C15 is #9EA3EA. Grayscale: #555555. Windows color (decimal): -10396651 or 1399905. OLE color: 1399905.
HSL color Cylindrical-coordinate representation of color #615C15: hue angle of 56.05º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #615C15 is Cyan = 0, Magento = 0.05, Yellow = 0.78 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 92 | 21 | - |
| CMYK | 0 | 0.05 | 0.78 | 0.62 |
| HSL | 56.05º | 0.64% | 0.23% | - |
| HSV(B) | 56.05º | 0.78% | 0.38% | - |
| XYZ | 8.89 | 10.25 | 2.22 | - |
| YUV | 85.4 | 91.66 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 92 | 21 | 0 | 0.05 | 0.78 | 0.62 | 56.05 | 0.64 | 0.23 |
| Hex | 61 | 5C | 15 | 0 | 5 | 4E | 3E | 38 | 40 | 17 |
| Octal | 141 | 134 | 25 | 0 | 5 | 116 | 76 | 70 | 100 | 27 |
| Binary | 1100001 | 1011100 | 10101 | 0 | 101 | 1001110 | 111110 | 111000 | 1000000 | 10111 |
Color Harmonies of #615C15
Complementary color
Monochromatic Colors of #615C15
Black with #615C15
Text Example
Text Example
White with #615C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615C15; }
p { color: rgb(97,92,21); }
H1.HeaderClassName
{
color: #615C15;
}
.AnyTagClassName
{
color: #615C15;
}
</style>
background-color css
<style>
a { background-color: #615C15; }
a { background-color: rgb(97,92,21); }
div.DivClassName
{
background-color: #615C15;
}
.BgClassName
{
background-color: #615C15;
}
</style>
border-color css
<style>
span { border-color: #615C15; }
span { border-color: rgb(97,92,21); }
td.TdClassName
{
border-color: #615C15;
}
.TagClassName
{
border-color: #615C15;
}
</style>