Shades of Costa Del Sol #615E13
Tints of Costa Del Sol #615E13
RGB
CMYK
RGB Variations
Color information
#615E13 (or 0x615E13) is known color: Costa Del Sol. HEX triplet: 61, 5E and 13. RGB value is (97,94,19). Sum of RGB (Red+Green+Blue) = 97+94+19=210 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.19% from 210); Green value is 94 (37.11% from 255 or 44.76% from 210); Blue value is 19 (7.81% from 255 or 9.05% from 210); Max value from RGB is 97 - color contains mainly: red. Hex color #615E13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615E13 is #9EA1EC. Grayscale: #565656. Windows color (decimal): -10396141 or 1269345. OLE color: 1269345.
HSL color Cylindrical-coordinate representation of color #615E13: hue angle of 57.69º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #615E13 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 94 | 19 | - |
| CMYK | 0 | 0.03 | 0.80 | 0.62 |
| HSL | 57.69º | 0.67% | 0.23% | - |
| HSV(B) | 57.69º | 0.8% | 0.38% | - |
| XYZ | 9.05 | 10.59 | 2.18 | - |
| YUV | 86.35 | 89.99 | 135.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 94 | 19 | 0 | 0.03 | 0.80 | 0.62 | 57.69 | 0.67 | 0.23 |
| Hex | 61 | 5E | 13 | 0 | 3 | 50 | 3E | 3A | 43 | 17 |
| Octal | 141 | 136 | 23 | 0 | 3 | 120 | 76 | 72 | 103 | 27 |
| Binary | 1100001 | 1011110 | 10011 | 0 | 11 | 1010000 | 111110 | 111010 | 1000011 | 10111 |
Color Harmonies of #615E13
Complementary color
Monochromatic Colors of #615E13
Black with #615E13
Text Example
Text Example
White with #615E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615E13; }
p { color: rgb(97,94,19); }
H1.HeaderClassName
{
color: #615E13;
}
.AnyTagClassName
{
color: #615E13;
}
</style>
background-color css
<style>
a { background-color: #615E13; }
a { background-color: rgb(97,94,19); }
div.DivClassName
{
background-color: #615E13;
}
.BgClassName
{
background-color: #615E13;
}
</style>
border-color css
<style>
span { border-color: #615E13; }
span { border-color: rgb(97,94,19); }
td.TdClassName
{
border-color: #615E13;
}
.TagClassName
{
border-color: #615E13;
}
</style>