Shades of Costa Del Sol #615C2D
Tints of Costa Del Sol #615C2D
RGB
CMYK
RGB Variations
Color information
#615C2D (or 0x615C2D) is known color: Costa Del Sol. HEX triplet: 61, 5C and 2D. RGB value is (97,92,45). Sum of RGB (Red+Green+Blue) = 97+92+45=234 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.45% from 234); Green value is 92 (36.33% from 255 or 39.32% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 97 - color contains mainly: red. Hex color #615C2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615C2D is #9EA3D2. Grayscale: #585858. Windows color (decimal): -10396627 or 2972769. OLE color: 2972769.
HSL color Cylindrical-coordinate representation of color #615C2D: hue angle of 54.23º 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 #615C2D is Cyan = 0, Magento = 0.05, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 92 | 45 | - |
| CMYK | 0 | 0.05 | 0.54 | 0.62 |
| HSL | 54.23º | 0.37% | 0.28% | - |
| HSV(B) | 54.23º | 0.54% | 0.38% | - |
| XYZ | 9.23 | 10.39 | 4 | - |
| YUV | 88.14 | 103.66 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 92 | 45 | 0 | 0.05 | 0.54 | 0.62 | 54.23 | 0.37 | 0.28 |
| Hex | 61 | 5C | 2D | 0 | 5 | 36 | 3E | 36 | 25 | 1C |
| Octal | 141 | 134 | 55 | 0 | 5 | 66 | 76 | 66 | 45 | 34 |
| Binary | 1100001 | 1011100 | 101101 | 0 | 101 | 110110 | 111110 | 110110 | 100101 | 11100 |
Color Harmonies of #615C2D
Complementary color
Monochromatic Colors of #615C2D
Black with #615C2D
Text Example
Text Example
White with #615C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615C2D; }
p { color: rgb(97,92,45); }
H1.HeaderClassName
{
color: #615C2D;
}
.AnyTagClassName
{
color: #615C2D;
}
</style>
background-color css
<style>
a { background-color: #615C2D; }
a { background-color: rgb(97,92,45); }
div.DivClassName
{
background-color: #615C2D;
}
.BgClassName
{
background-color: #615C2D;
}
</style>
border-color css
<style>
span { border-color: #615C2D; }
span { border-color: rgb(97,92,45); }
td.TdClassName
{
border-color: #615C2D;
}
.TagClassName
{
border-color: #615C2D;
}
</style>