Shades of Costa Del Sol #615B11
Tints of Costa Del Sol #615B11
RGB
CMYK
RGB Variations
Color information
#615B11 (or 0x615B11) is known color: Costa Del Sol. HEX triplet: 61, 5B and 11. RGB value is (97,91,17). Sum of RGB (Red+Green+Blue) = 97+91+17=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 91 (35.94% from 255 or 44.39% from 205); Blue value is 17 (7.03% from 255 or 8.29% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #615B11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615B11 is #9EA4EE. Grayscale: #545454. Windows color (decimal): -10396911 or 1137505. OLE color: 1137505.
HSL color Cylindrical-coordinate representation of color #615B11: hue angle of 55.5º 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 #615B11 is Cyan = 0, Magento = 0.06, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 91 | 17 | - |
| CMYK | 0 | 0.06 | 0.82 | 0.62 |
| HSL | 55.5º | 0.7% | 0.22% | - |
| HSV(B) | 55.5º | 0.82% | 0.38% | - |
| XYZ | 8.77 | 10.06 | 2.01 | - |
| YUV | 84.36 | 89.99 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 91 | 17 | 0 | 0.06 | 0.82 | 0.62 | 55.5 | 0.7 | 0.22 |
| Hex | 61 | 5B | 11 | 0 | 6 | 52 | 3E | 38 | 46 | 16 |
| Octal | 141 | 133 | 21 | 0 | 6 | 122 | 76 | 70 | 106 | 26 |
| Binary | 1100001 | 1011011 | 10001 | 0 | 110 | 1010010 | 111110 | 111000 | 1000110 | 10110 |
Color Harmonies of #615B11
Complementary color
Monochromatic Colors of #615B11
Black with #615B11
Text Example
Text Example
White with #615B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615B11; }
p { color: rgb(97,91,17); }
H1.HeaderClassName
{
color: #615B11;
}
.AnyTagClassName
{
color: #615B11;
}
</style>
background-color css
<style>
a { background-color: #615B11; }
a { background-color: rgb(97,91,17); }
div.DivClassName
{
background-color: #615B11;
}
.BgClassName
{
background-color: #615B11;
}
</style>
border-color css
<style>
span { border-color: #615B11; }
span { border-color: rgb(97,91,17); }
td.TdClassName
{
border-color: #615B11;
}
.TagClassName
{
border-color: #615B11;
}
</style>