Shades of Costa Del Sol #615C00
Tints of Costa Del Sol #615C00
RGB
CMYK
RGB Variations
Color information
#615C00 (or 0x615C00) is known color: Costa Del Sol. HEX triplet: 61, 5C and 00. RGB value is (97,92,0). Sum of RGB (Red+Green+Blue) = 97+92+0=189 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.32% from 189); Green value is 92 (36.33% from 255 or 48.68% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 97 - color contains mainly: red. Hex color #615C00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615C00 is #9EA3FF. Grayscale: #535353. Windows color (decimal): -10396672 or 23649. OLE color: 23649.
HSL color Cylindrical-coordinate representation of color #615C00: hue angle of 56.91º 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 #615C00 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 92 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.62 |
| HSL | 56.91º | 1% | 0.19% | - |
| HSV(B) | 56.91º | 1% | 0.38% | - |
| XYZ | 8.76 | 10.2 | 1.51 | - |
| YUV | 83.01 | 81.16 | 137.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 92 | 0 | 0 | 0.05 | 1 | 0.62 | 56.91 | 1 | 0.19 |
| Hex | 61 | 5C | 0 | 0 | 5 | 64 | 3E | 39 | 64 | 13 |
| Octal | 141 | 134 | 0 | 0 | 5 | 144 | 76 | 71 | 144 | 23 |
| Binary | 1100001 | 1011100 | 0 | 0 | 101 | 1100100 | 111110 | 111001 | 1100100 | 10011 |
Color Harmonies of #615C00
Complementary color
Monochromatic Colors of #615C00
Black with #615C00
Text Example
Text Example
White with #615C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615C00; }
p { color: rgb(97,92,0); }
H1.HeaderClassName
{
color: #615C00;
}
.AnyTagClassName
{
color: #615C00;
}
</style>
background-color css
<style>
a { background-color: #615C00; }
a { background-color: rgb(97,92,0); }
div.DivClassName
{
background-color: #615C00;
}
.BgClassName
{
background-color: #615C00;
}
</style>
border-color css
<style>
span { border-color: #615C00; }
span { border-color: rgb(97,92,0); }
td.TdClassName
{
border-color: #615C00;
}
.TagClassName
{
border-color: #615C00;
}
</style>