Shades of Costa Del Sol #615C16
Tints of Costa Del Sol #615C16
RGB
CMYK
RGB Variations
Color information
#615C16 (or 0x615C16) is known color: Costa Del Sol. HEX triplet: 61, 5C and 16. RGB value is (97,92,22). Sum of RGB (Red+Green+Blue) = 97+92+22=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 92 (36.33% from 255 or 43.60% from 211); Blue value is 22 (8.98% from 255 or 10.43% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #615C16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615C16 is #9EA3E9. Grayscale: #555555. Windows color (decimal): -10396650 or 1465441. OLE color: 1465441.
HSL color Cylindrical-coordinate representation of color #615C16: hue angle of 56º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #615C16 is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 92 | 22 | - |
| CMYK | 0 | 0.05 | 0.77 | 0.62 |
| HSL | 56º | 0.63% | 0.23% | - |
| HSV(B) | 56º | 0.77% | 0.38% | - |
| XYZ | 8.9 | 10.25 | 2.27 | - |
| YUV | 85.52 | 92.16 | 136.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 92 | 22 | 0 | 0.05 | 0.77 | 0.62 | 56 | 0.63 | 0.23 |
| Hex | 61 | 5C | 16 | 0 | 5 | 4D | 3E | 38 | 3F | 17 |
| Octal | 141 | 134 | 26 | 0 | 5 | 115 | 76 | 70 | 77 | 27 |
| Binary | 1100001 | 1011100 | 10110 | 0 | 101 | 1001101 | 111110 | 111000 | 111111 | 10111 |
Color Harmonies of #615C16
Complementary color
Monochromatic Colors of #615C16
Black with #615C16
Text Example
Text Example
White with #615C16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615C16; }
p { color: rgb(97,92,22); }
H1.HeaderClassName
{
color: #615C16;
}
.AnyTagClassName
{
color: #615C16;
}
</style>
background-color css
<style>
a { background-color: #615C16; }
a { background-color: rgb(97,92,22); }
div.DivClassName
{
background-color: #615C16;
}
.BgClassName
{
background-color: #615C16;
}
</style>
border-color css
<style>
span { border-color: #615C16; }
span { border-color: rgb(97,92,22); }
td.TdClassName
{
border-color: #615C16;
}
.TagClassName
{
border-color: #615C16;
}
</style>