Shades of Costa Del Sol #615D34
Tints of Costa Del Sol #615D34
RGB
CMYK
RGB Variations
Color information
#615D34 (or 0x615D34) is known color: Costa Del Sol. HEX triplet: 61, 5D and 34. RGB value is (97,93,52). Sum of RGB (Red+Green+Blue) = 97+93+52=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 93 (36.72% from 255 or 38.43% from 242); Blue value is 52 (20.70% from 255 or 21.49% from 242); Max value from RGB is 97 - color contains mainly: red. Hex color #615D34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615D34 is #9EA2CB. Grayscale: #595959. Windows color (decimal): -10396364 or 3431777. OLE color: 3431777.
HSL color Cylindrical-coordinate representation of color #615D34: hue angle of 54.67º 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 #615D34 is Cyan = 0, Magento = 0.04, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 93 | 52 | - |
| CMYK | 0 | 0.04 | 0.46 | 0.62 |
| HSL | 54.67º | 0.3% | 0.29% | - |
| HSV(B) | 54.67º | 0.46% | 0.38% | - |
| XYZ | 9.46 | 10.62 | 4.8 | - |
| YUV | 89.52 | 106.83 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 93 | 52 | 0 | 0.04 | 0.46 | 0.62 | 54.67 | 0.3 | 0.29 |
| Hex | 61 | 5D | 34 | 0 | 4 | 2E | 3E | 37 | 1E | 1D |
| Octal | 141 | 135 | 64 | 0 | 4 | 56 | 76 | 67 | 36 | 35 |
| Binary | 1100001 | 1011101 | 110100 | 0 | 100 | 101110 | 111110 | 110111 | 11110 | 11101 |
Color Harmonies of #615D34
Complementary color
Monochromatic Colors of #615D34
Black with #615D34
Text Example
Text Example
White with #615D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615D34; }
p { color: rgb(97,93,52); }
H1.HeaderClassName
{
color: #615D34;
}
.AnyTagClassName
{
color: #615D34;
}
</style>
background-color css
<style>
a { background-color: #615D34; }
a { background-color: rgb(97,93,52); }
div.DivClassName
{
background-color: #615D34;
}
.BgClassName
{
background-color: #615D34;
}
</style>
border-color css
<style>
span { border-color: #615D34; }
span { border-color: rgb(97,93,52); }
td.TdClassName
{
border-color: #615D34;
}
.TagClassName
{
border-color: #615D34;
}
</style>