Shades of Costa Del Sol #615B31
Tints of Costa Del Sol #615B31
RGB
CMYK
RGB Variations
Color information
#615B31 (or 0x615B31) is known color: Costa Del Sol. HEX triplet: 61, 5B and 31. RGB value is (97,91,49). Sum of RGB (Red+Green+Blue) = 97+91+49=237 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.93% from 237); Green value is 91 (35.94% from 255 or 38.40% from 237); Blue value is 49 (19.53% from 255 or 20.68% from 237); Max value from RGB is 97 - color contains mainly: red. Hex color #615B31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615B31 is #9EA4CE. Grayscale: #585858. Windows color (decimal): -10396879 or 3234657. OLE color: 3234657.
HSL color Cylindrical-coordinate representation of color #615B31: hue angle of 52.5º degrees, saturation: 0.33, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #615B31 is Cyan = 0, Magento = 0.06, Yellow = 0.49 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 91 | 49 | - |
| CMYK | 0 | 0.06 | 0.49 | 0.62 |
| HSL | 52.5º | 0.33% | 0.29% | - |
| HSV(B) | 52.5º | 0.49% | 0.38% | - |
| XYZ | 9.23 | 10.25 | 4.4 | - |
| YUV | 88.01 | 105.99 | 134.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 91 | 49 | 0 | 0.06 | 0.49 | 0.62 | 52.5 | 0.33 | 0.29 |
| Hex | 61 | 5B | 31 | 0 | 6 | 31 | 3E | 34 | 21 | 1D |
| Octal | 141 | 133 | 61 | 0 | 6 | 61 | 76 | 64 | 41 | 35 |
| Binary | 1100001 | 1011011 | 110001 | 0 | 110 | 110001 | 111110 | 110100 | 100001 | 11101 |
Color Harmonies of #615B31
Complementary color
Monochromatic Colors of #615B31
Black with #615B31
Text Example
Text Example
White with #615B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615B31; }
p { color: rgb(97,91,49); }
H1.HeaderClassName
{
color: #615B31;
}
.AnyTagClassName
{
color: #615B31;
}
</style>
background-color css
<style>
a { background-color: #615B31; }
a { background-color: rgb(97,91,49); }
div.DivClassName
{
background-color: #615B31;
}
.BgClassName
{
background-color: #615B31;
}
</style>
border-color css
<style>
span { border-color: #615B31; }
span { border-color: rgb(97,91,49); }
td.TdClassName
{
border-color: #615B31;
}
.TagClassName
{
border-color: #615B31;
}
</style>