Shades of Costa Del Sol #615D32
Tints of Costa Del Sol #615D32
RGB
CMYK
RGB Variations
Color information
#615D32 (or 0x615D32) is known color: Costa Del Sol. HEX triplet: 61, 5D and 32. RGB value is (97,93,50). Sum of RGB (Red+Green+Blue) = 97+93+50=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 93 (36.72% from 255 or 38.75% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 97 - color contains mainly: red. Hex color #615D32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615D32 is #9EA2CD. Grayscale: #595959. Windows color (decimal): -10396366 or 3300705. OLE color: 3300705.
HSL color Cylindrical-coordinate representation of color #615D32: hue angle of 54.89º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #615D32 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 93 | 50 | - |
| CMYK | 0 | 0.04 | 0.48 | 0.62 |
| HSL | 54.89º | 0.32% | 0.29% | - |
| HSV(B) | 54.89º | 0.48% | 0.38% | - |
| XYZ | 9.42 | 10.6 | 4.57 | - |
| YUV | 89.29 | 105.83 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 93 | 50 | 0 | 0.04 | 0.48 | 0.62 | 54.89 | 0.32 | 0.29 |
| Hex | 61 | 5D | 32 | 0 | 4 | 30 | 3E | 37 | 20 | 1D |
| Octal | 141 | 135 | 62 | 0 | 4 | 60 | 76 | 67 | 40 | 35 |
| Binary | 1100001 | 1011101 | 110010 | 0 | 100 | 110000 | 111110 | 110111 | 100000 | 11101 |
Color Harmonies of #615D32
Complementary color
Monochromatic Colors of #615D32
Black with #615D32
Text Example
Text Example
White with #615D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615D32; }
p { color: rgb(97,93,50); }
H1.HeaderClassName
{
color: #615D32;
}
.AnyTagClassName
{
color: #615D32;
}
</style>
background-color css
<style>
a { background-color: #615D32; }
a { background-color: rgb(97,93,50); }
div.DivClassName
{
background-color: #615D32;
}
.BgClassName
{
background-color: #615D32;
}
</style>
border-color css
<style>
span { border-color: #615D32; }
span { border-color: rgb(97,93,50); }
td.TdClassName
{
border-color: #615D32;
}
.TagClassName
{
border-color: #615D32;
}
</style>