Shades of Costa Del Sol #615C2C
Tints of Costa Del Sol #615C2C
RGB
CMYK
RGB Variations
Color information
#615C2C (or 0x615C2C) is known color: Costa Del Sol. HEX triplet: 61, 5C and 2C. RGB value is (97,92,44). Sum of RGB (Red+Green+Blue) = 97+92+44=233 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.63% from 233); Green value is 92 (36.33% from 255 or 39.48% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 97 - color contains mainly: red. Hex color #615C2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615C2C is #9EA3D3. Grayscale: #585858. Windows color (decimal): -10396628 or 2907233. OLE color: 2907233.
HSL color Cylindrical-coordinate representation of color #615C2C: hue angle of 54.34º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #615C2C is Cyan = 0, Magento = 0.05, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 92 | 44 | - |
| CMYK | 0 | 0.05 | 0.55 | 0.62 |
| HSL | 54.34º | 0.38% | 0.28% | - |
| HSV(B) | 54.34º | 0.55% | 0.38% | - |
| XYZ | 9.21 | 10.38 | 3.9 | - |
| YUV | 88.02 | 103.16 | 134.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 92 | 44 | 0 | 0.05 | 0.55 | 0.62 | 54.34 | 0.38 | 0.28 |
| Hex | 61 | 5C | 2C | 0 | 5 | 37 | 3E | 36 | 26 | 1C |
| Octal | 141 | 134 | 54 | 0 | 5 | 67 | 76 | 66 | 46 | 34 |
| Binary | 1100001 | 1011100 | 101100 | 0 | 101 | 110111 | 111110 | 110110 | 100110 | 11100 |
Color Harmonies of #615C2C
Complementary color
Monochromatic Colors of #615C2C
Black with #615C2C
Text Example
Text Example
White with #615C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615C2C; }
p { color: rgb(97,92,44); }
H1.HeaderClassName
{
color: #615C2C;
}
.AnyTagClassName
{
color: #615C2C;
}
</style>
background-color css
<style>
a { background-color: #615C2C; }
a { background-color: rgb(97,92,44); }
div.DivClassName
{
background-color: #615C2C;
}
.BgClassName
{
background-color: #615C2C;
}
</style>
border-color css
<style>
span { border-color: #615C2C; }
span { border-color: rgb(97,92,44); }
td.TdClassName
{
border-color: #615C2C;
}
.TagClassName
{
border-color: #615C2C;
}
</style>