Shades of Costa Del Sol #615A2D
Tints of Costa Del Sol #615A2D
RGB
CMYK
RGB Variations
Color information
#615A2D (or 0x615A2D) is known color: Costa Del Sol. HEX triplet: 61, 5A and 2D. RGB value is (97,90,45). Sum of RGB (Red+Green+Blue) = 97+90+45=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 90 (35.55% from 255 or 38.79% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 97 - color contains mainly: red. Hex color #615A2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615A2D is #9EA5D2. Grayscale: #575757. Windows color (decimal): -10397139 or 2972257. OLE color: 2972257.
HSL color Cylindrical-coordinate representation of color #615A2D: hue angle of 51.92º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #615A2D is Cyan = 0, Magento = 0.07, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 90 | 45 | - |
| CMYK | 0 | 0.07 | 0.54 | 0.62 |
| HSL | 51.92º | 0.37% | 0.28% | - |
| HSV(B) | 51.92º | 0.54% | 0.38% | - |
| XYZ | 9.06 | 10.04 | 3.94 | - |
| YUV | 86.96 | 104.32 | 135.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 90 | 45 | 0 | 0.07 | 0.54 | 0.62 | 51.92 | 0.37 | 0.28 |
| Hex | 61 | 5A | 2D | 0 | 7 | 36 | 3E | 34 | 25 | 1C |
| Octal | 141 | 132 | 55 | 0 | 7 | 66 | 76 | 64 | 45 | 34 |
| Binary | 1100001 | 1011010 | 101101 | 0 | 111 | 110110 | 111110 | 110100 | 100101 | 11100 |
Color Harmonies of #615A2D
Complementary color
Monochromatic Colors of #615A2D
Black with #615A2D
Text Example
Text Example
White with #615A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615A2D; }
p { color: rgb(97,90,45); }
H1.HeaderClassName
{
color: #615A2D;
}
.AnyTagClassName
{
color: #615A2D;
}
</style>
background-color css
<style>
a { background-color: #615A2D; }
a { background-color: rgb(97,90,45); }
div.DivClassName
{
background-color: #615A2D;
}
.BgClassName
{
background-color: #615A2D;
}
</style>
border-color css
<style>
span { border-color: #615A2D; }
span { border-color: rgb(97,90,45); }
td.TdClassName
{
border-color: #615A2D;
}
.TagClassName
{
border-color: #615A2D;
}
</style>