Shades of Costa Del Sol #615B34
Tints of Costa Del Sol #615B34
RGB
CMYK
RGB Variations
Color information
#615B34 (or 0x615B34) is known color: Costa Del Sol. HEX triplet: 61, 5B and 34. RGB value is (97,91,52). Sum of RGB (Red+Green+Blue) = 97+91+52=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 91 (35.94% from 255 or 37.92% from 240); Blue value is 52 (20.70% from 255 or 21.67% from 240); Max value from RGB is 97 - color contains mainly: red. Hex color #615B34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615B34 is #9EA4CB. Grayscale: #585858. Windows color (decimal): -10396876 or 3431265. OLE color: 3431265.
HSL color Cylindrical-coordinate representation of color #615B34: hue angle of 52º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #615B34 is Cyan = 0, Magento = 0.06, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 91 | 52 | - |
| CMYK | 0 | 0.06 | 0.46 | 0.62 |
| HSL | 52º | 0.3% | 0.29% | - |
| HSV(B) | 52º | 0.46% | 0.38% | - |
| XYZ | 9.29 | 10.27 | 4.74 | - |
| YUV | 88.35 | 107.49 | 134.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 91 | 52 | 0 | 0.06 | 0.46 | 0.62 | 52 | 0.3 | 0.29 |
| Hex | 61 | 5B | 34 | 0 | 6 | 2E | 3E | 34 | 1E | 1D |
| Octal | 141 | 133 | 64 | 0 | 6 | 56 | 76 | 64 | 36 | 35 |
| Binary | 1100001 | 1011011 | 110100 | 0 | 110 | 101110 | 111110 | 110100 | 11110 | 11101 |
Color Harmonies of #615B34
Complementary color
Monochromatic Colors of #615B34
Black with #615B34
Text Example
Text Example
White with #615B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615B34; }
p { color: rgb(97,91,52); }
H1.HeaderClassName
{
color: #615B34;
}
.AnyTagClassName
{
color: #615B34;
}
</style>
background-color css
<style>
a { background-color: #615B34; }
a { background-color: rgb(97,91,52); }
div.DivClassName
{
background-color: #615B34;
}
.BgClassName
{
background-color: #615B34;
}
</style>
border-color css
<style>
span { border-color: #615B34; }
span { border-color: rgb(97,91,52); }
td.TdClassName
{
border-color: #615B34;
}
.TagClassName
{
border-color: #615B34;
}
</style>