Shades of Costa Del Sol #615D30
Tints of Costa Del Sol #615D30
RGB
CMYK
RGB Variations
Color information
#615D30 (or 0x615D30) is known color: Costa Del Sol. HEX triplet: 61, 5D and 30. RGB value is (97,93,48). Sum of RGB (Red+Green+Blue) = 97+93+48=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 93 (36.72% from 255 or 39.08% from 238); Blue value is 48 (19.14% from 255 or 20.17% from 238); Max value from RGB is 97 - color contains mainly: red. Hex color #615D30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615D30 is #9EA2CF. Grayscale: #595959. Windows color (decimal): -10396368 or 3169633. OLE color: 3169633.
HSL color Cylindrical-coordinate representation of color #615D30: hue angle of 55.1º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #615D30 is Cyan = 0, Magento = 0.04, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 93 | 48 | - |
| CMYK | 0 | 0.04 | 0.51 | 0.62 |
| HSL | 55.1º | 0.34% | 0.28% | - |
| HSV(B) | 55.1º | 0.51% | 0.38% | - |
| XYZ | 9.38 | 10.58 | 4.34 | - |
| YUV | 89.07 | 104.83 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 93 | 48 | 0 | 0.04 | 0.51 | 0.62 | 55.1 | 0.34 | 0.28 |
| Hex | 61 | 5D | 30 | 0 | 4 | 33 | 3E | 37 | 22 | 1C |
| Octal | 141 | 135 | 60 | 0 | 4 | 63 | 76 | 67 | 42 | 34 |
| Binary | 1100001 | 1011101 | 110000 | 0 | 100 | 110011 | 111110 | 110111 | 100010 | 11100 |
Color Harmonies of #615D30
Complementary color
Monochromatic Colors of #615D30
Black with #615D30
Text Example
Text Example
White with #615D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615D30; }
p { color: rgb(97,93,48); }
H1.HeaderClassName
{
color: #615D30;
}
.AnyTagClassName
{
color: #615D30;
}
</style>
background-color css
<style>
a { background-color: #615D30; }
a { background-color: rgb(97,93,48); }
div.DivClassName
{
background-color: #615D30;
}
.BgClassName
{
background-color: #615D30;
}
</style>
border-color css
<style>
span { border-color: #615D30; }
span { border-color: rgb(97,93,48); }
td.TdClassName
{
border-color: #615D30;
}
.TagClassName
{
border-color: #615D30;
}
</style>