Shades of Costa Del Sol #615E11
Tints of Costa Del Sol #615E11
RGB
CMYK
RGB Variations
Color information
#615E11 (or 0x615E11) is known color: Costa Del Sol. HEX triplet: 61, 5E and 11. RGB value is (97,94,17). Sum of RGB (Red+Green+Blue) = 97+94+17=208 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.63% from 208); Green value is 94 (37.11% from 255 or 45.19% from 208); Blue value is 17 (7.03% from 255 or 8.17% from 208); Max value from RGB is 97 - color contains mainly: red. Hex color #615E11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615E11 is #9EA1EE. Grayscale: #565656. Windows color (decimal): -10396143 or 1138273. OLE color: 1138273.
HSL color Cylindrical-coordinate representation of color #615E11: hue angle of 57.75º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #615E11 is Cyan = 0, Magento = 0.03, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 94 | 17 | - |
| CMYK | 0 | 0.03 | 0.82 | 0.62 |
| HSL | 57.75º | 0.7% | 0.22% | - |
| HSV(B) | 57.75º | 0.82% | 0.38% | - |
| XYZ | 9.03 | 10.59 | 2.1 | - |
| YUV | 86.12 | 88.99 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 94 | 17 | 0 | 0.03 | 0.82 | 0.62 | 57.75 | 0.7 | 0.22 |
| Hex | 61 | 5E | 11 | 0 | 3 | 52 | 3E | 3A | 46 | 16 |
| Octal | 141 | 136 | 21 | 0 | 3 | 122 | 76 | 72 | 106 | 26 |
| Binary | 1100001 | 1011110 | 10001 | 0 | 11 | 1010010 | 111110 | 111010 | 1000110 | 10110 |
Color Harmonies of #615E11
Complementary color
Monochromatic Colors of #615E11
Black with #615E11
Text Example
Text Example
White with #615E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615E11; }
p { color: rgb(97,94,17); }
H1.HeaderClassName
{
color: #615E11;
}
.AnyTagClassName
{
color: #615E11;
}
</style>
background-color css
<style>
a { background-color: #615E11; }
a { background-color: rgb(97,94,17); }
div.DivClassName
{
background-color: #615E11;
}
.BgClassName
{
background-color: #615E11;
}
</style>
border-color css
<style>
span { border-color: #615E11; }
span { border-color: rgb(97,94,17); }
td.TdClassName
{
border-color: #615E11;
}
.TagClassName
{
border-color: #615E11;
}
</style>