Shades of Costa Del Sol #615B00
Tints of Costa Del Sol #615B00
RGB
CMYK
RGB Variations
Color information
#615B00 (or 0x615B00) is known color: Costa Del Sol. HEX triplet: 61, 5B and 00. RGB value is (97,91,0). Sum of RGB (Red+Green+Blue) = 97+91+0=188 (24% of max value = 765). Red value is 97 (38.28% from 255 or 51.60% from 188); Green value is 91 (35.94% from 255 or 48.40% from 188); Blue value is 0 (0.39% from 255 or 0% from 188); Max value from RGB is 97 - color contains mainly: red. Hex color #615B00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615B00 is #9EA4FF. Grayscale: #525252. Windows color (decimal): -10396928 or 23393. OLE color: 23393.
HSL color Cylindrical-coordinate representation of color #615B00: hue angle of 56.29º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #615B00 is Cyan = 0, Magento = 0.06, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 91 | 0 | - |
| CMYK | 0 | 0.06 | 1 | 0.62 |
| HSL | 56.29º | 1% | 0.19% | - |
| HSV(B) | 56.29º | 1% | 0.38% | - |
| XYZ | 8.67 | 10.02 | 1.48 | - |
| YUV | 82.42 | 81.49 | 138.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 91 | 0 | 0 | 0.06 | 1 | 0.62 | 56.29 | 1 | 0.19 |
| Hex | 61 | 5B | 0 | 0 | 6 | 64 | 3E | 38 | 64 | 13 |
| Octal | 141 | 133 | 0 | 0 | 6 | 144 | 76 | 70 | 144 | 23 |
| Binary | 1100001 | 1011011 | 0 | 0 | 110 | 1100100 | 111110 | 111000 | 1100100 | 10011 |
Color Harmonies of #615B00
Complementary color
Monochromatic Colors of #615B00
Black with #615B00
Text Example
Text Example
White with #615B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615B00; }
p { color: rgb(97,91,0); }
H1.HeaderClassName
{
color: #615B00;
}
.AnyTagClassName
{
color: #615B00;
}
</style>
background-color css
<style>
a { background-color: #615B00; }
a { background-color: rgb(97,91,0); }
div.DivClassName
{
background-color: #615B00;
}
.BgClassName
{
background-color: #615B00;
}
</style>
border-color css
<style>
span { border-color: #615B00; }
span { border-color: rgb(97,91,0); }
td.TdClassName
{
border-color: #615B00;
}
.TagClassName
{
border-color: #615B00;
}
</style>