Shades of Costa Del Sol #615E16
Tints of Costa Del Sol #615E16
RGB
CMYK
RGB Variations
Color information
#615E16 (or 0x615E16) is known color: Costa Del Sol. HEX triplet: 61, 5E and 16. RGB value is (97,94,22). Sum of RGB (Red+Green+Blue) = 97+94+22=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 94 (37.11% from 255 or 44.13% from 213); Blue value is 22 (8.98% from 255 or 10.33% from 213); Max value from RGB is 97 - color contains mainly: red. Hex color #615E16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615E16 is #9EA1E9. Grayscale: #565656. Windows color (decimal): -10396138 or 1465953. OLE color: 1465953.
HSL color Cylindrical-coordinate representation of color #615E16: hue angle of 57.6º 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 #615E16 is Cyan = 0, Magento = 0.03, Yellow = 0.77 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 94 | 22 | - |
| CMYK | 0 | 0.03 | 0.77 | 0.62 |
| HSL | 57.6º | 0.63% | 0.23% | - |
| HSV(B) | 57.6º | 0.77% | 0.38% | - |
| XYZ | 9.08 | 10.6 | 2.33 | - |
| YUV | 86.69 | 91.49 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 94 | 22 | 0 | 0.03 | 0.77 | 0.62 | 57.6 | 0.63 | 0.23 |
| Hex | 61 | 5E | 16 | 0 | 3 | 4D | 3E | 3A | 3F | 17 |
| Octal | 141 | 136 | 26 | 0 | 3 | 115 | 76 | 72 | 77 | 27 |
| Binary | 1100001 | 1011110 | 10110 | 0 | 11 | 1001101 | 111110 | 111010 | 111111 | 10111 |
Color Harmonies of #615E16
Complementary color
Monochromatic Colors of #615E16
Black with #615E16
Text Example
Text Example
White with #615E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615E16; }
p { color: rgb(97,94,22); }
H1.HeaderClassName
{
color: #615E16;
}
.AnyTagClassName
{
color: #615E16;
}
</style>
background-color css
<style>
a { background-color: #615E16; }
a { background-color: rgb(97,94,22); }
div.DivClassName
{
background-color: #615E16;
}
.BgClassName
{
background-color: #615E16;
}
</style>
border-color css
<style>
span { border-color: #615E16; }
span { border-color: rgb(97,94,22); }
td.TdClassName
{
border-color: #615E16;
}
.TagClassName
{
border-color: #615E16;
}
</style>