Shades of Costa Del Sol #615B16
Tints of Costa Del Sol #615B16
RGB
CMYK
RGB Variations
Color information
#615B16 (or 0x615B16) is known color: Costa Del Sol. HEX triplet: 61, 5B and 16. RGB value is (97,91,22). Sum of RGB (Red+Green+Blue) = 97+91+22=210 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.19% from 210); Green value is 91 (35.94% from 255 or 43.33% from 210); Blue value is 22 (8.98% from 255 or 10.48% from 210); Max value from RGB is 97 - color contains mainly: red. Hex color #615B16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615B16 is #9EA4E9. Grayscale: #555555. Windows color (decimal): -10396906 or 1465185. OLE color: 1465185.
HSL color Cylindrical-coordinate representation of color #615B16: hue angle of 55.2º 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 #615B16 is Cyan = 0, Magento = 0.06, Yellow = 0.77 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 91 | 22 | - |
| CMYK | 0 | 0.06 | 0.77 | 0.62 |
| HSL | 55.2º | 0.63% | 0.23% | - |
| HSV(B) | 55.2º | 0.77% | 0.38% | - |
| XYZ | 8.82 | 10.08 | 2.24 | - |
| YUV | 84.93 | 92.49 | 136.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 91 | 22 | 0 | 0.06 | 0.77 | 0.62 | 55.2 | 0.63 | 0.23 |
| Hex | 61 | 5B | 16 | 0 | 6 | 4D | 3E | 37 | 3F | 17 |
| Octal | 141 | 133 | 26 | 0 | 6 | 115 | 76 | 67 | 77 | 27 |
| Binary | 1100001 | 1011011 | 10110 | 0 | 110 | 1001101 | 111110 | 110111 | 111111 | 10111 |
Color Harmonies of #615B16
Complementary color
Monochromatic Colors of #615B16
Black with #615B16
Text Example
Text Example
White with #615B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615B16; }
p { color: rgb(97,91,22); }
H1.HeaderClassName
{
color: #615B16;
}
.AnyTagClassName
{
color: #615B16;
}
</style>
background-color css
<style>
a { background-color: #615B16; }
a { background-color: rgb(97,91,22); }
div.DivClassName
{
background-color: #615B16;
}
.BgClassName
{
background-color: #615B16;
}
</style>
border-color css
<style>
span { border-color: #615B16; }
span { border-color: rgb(97,91,22); }
td.TdClassName
{
border-color: #615B16;
}
.TagClassName
{
border-color: #615B16;
}
</style>