Shades of Costa Del Sol #615E30
Tints of Costa Del Sol #615E30
RGB
CMYK
RGB Variations
Color information
#615E30 (or 0x615E30) is known color: Costa Del Sol. HEX triplet: 61, 5E and 30. RGB value is (97,94,48). Sum of RGB (Red+Green+Blue) = 97+94+48=239 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.59% from 239); Green value is 94 (37.11% from 255 or 39.33% from 239); Blue value is 48 (19.14% from 255 or 20.08% from 239); Max value from RGB is 97 - color contains mainly: red. Hex color #615E30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615E30 is #9EA1CF. Grayscale: #595959. Windows color (decimal): -10396112 or 3169889. OLE color: 3169889.
HSL color Cylindrical-coordinate representation of color #615E30: hue angle of 56.33º 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 #615E30 is Cyan = 0, Magento = 0.03, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 94 | 48 | - |
| CMYK | 0 | 0.03 | 0.51 | 0.62 |
| HSL | 56.33º | 0.34% | 0.28% | - |
| HSV(B) | 56.33º | 0.51% | 0.38% | - |
| XYZ | 9.47 | 10.76 | 4.37 | - |
| YUV | 89.65 | 104.49 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 94 | 48 | 0 | 0.03 | 0.51 | 0.62 | 56.33 | 0.34 | 0.28 |
| Hex | 61 | 5E | 30 | 0 | 3 | 33 | 3E | 38 | 22 | 1C |
| Octal | 141 | 136 | 60 | 0 | 3 | 63 | 76 | 70 | 42 | 34 |
| Binary | 1100001 | 1011110 | 110000 | 0 | 11 | 110011 | 111110 | 111000 | 100010 | 11100 |
Color Harmonies of #615E30
Complementary color
Monochromatic Colors of #615E30
Black with #615E30
Text Example
Text Example
White with #615E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615E30; }
p { color: rgb(97,94,48); }
H1.HeaderClassName
{
color: #615E30;
}
.AnyTagClassName
{
color: #615E30;
}
</style>
background-color css
<style>
a { background-color: #615E30; }
a { background-color: rgb(97,94,48); }
div.DivClassName
{
background-color: #615E30;
}
.BgClassName
{
background-color: #615E30;
}
</style>
border-color css
<style>
span { border-color: #615E30; }
span { border-color: rgb(97,94,48); }
td.TdClassName
{
border-color: #615E30;
}
.TagClassName
{
border-color: #615E30;
}
</style>