Shades of Costa Del Sol #615E32
Tints of Costa Del Sol #615E32
RGB
CMYK
RGB Variations
Color information
#615E32 (or 0x615E32) is known color: Costa Del Sol. HEX triplet: 61, 5E and 32. RGB value is (97,94,50). Sum of RGB (Red+Green+Blue) = 97+94+50=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 94 (37.11% from 255 or 39.00% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 97 - color contains mainly: red. Hex color #615E32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615E32 is #9EA1CD. Grayscale: #5A5A5A. Windows color (decimal): -10396110 or 3300961. OLE color: 3300961.
HSL color Cylindrical-coordinate representation of color #615E32: hue angle of 56.17º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #615E32 is Cyan = 0, Magento = 0.03, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 94 | 50 | - |
| CMYK | 0 | 0.03 | 0.48 | 0.62 |
| HSL | 56.17º | 0.32% | 0.29% | - |
| HSV(B) | 56.17º | 0.48% | 0.38% | - |
| XYZ | 9.51 | 10.78 | 4.6 | - |
| YUV | 89.88 | 105.49 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 94 | 50 | 0 | 0.03 | 0.48 | 0.62 | 56.17 | 0.32 | 0.29 |
| Hex | 61 | 5E | 32 | 0 | 3 | 30 | 3E | 38 | 20 | 1D |
| Octal | 141 | 136 | 62 | 0 | 3 | 60 | 76 | 70 | 40 | 35 |
| Binary | 1100001 | 1011110 | 110010 | 0 | 11 | 110000 | 111110 | 111000 | 100000 | 11101 |
Color Harmonies of #615E32
Complementary color
Monochromatic Colors of #615E32
Black with #615E32
Text Example
Text Example
White with #615E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615E32; }
p { color: rgb(97,94,50); }
H1.HeaderClassName
{
color: #615E32;
}
.AnyTagClassName
{
color: #615E32;
}
</style>
background-color css
<style>
a { background-color: #615E32; }
a { background-color: rgb(97,94,50); }
div.DivClassName
{
background-color: #615E32;
}
.BgClassName
{
background-color: #615E32;
}
</style>
border-color css
<style>
span { border-color: #615E32; }
span { border-color: rgb(97,94,50); }
td.TdClassName
{
border-color: #615E32;
}
.TagClassName
{
border-color: #615E32;
}
</style>