Shades of Costa Del Sol #615B32
Tints of Costa Del Sol #615B32
RGB
CMYK
RGB Variations
Color information
#615B32 (or 0x615B32) is known color: Costa Del Sol. HEX triplet: 61, 5B and 32. RGB value is (97,91,50). Sum of RGB (Red+Green+Blue) = 97+91+50=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 91 (35.94% from 255 or 38.24% from 238); Blue value is 50 (19.92% from 255 or 21.01% from 238); Max value from RGB is 97 - color contains mainly: red. Hex color #615B32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615B32 is #9EA4CD. Grayscale: #585858. Windows color (decimal): -10396878 or 3300193. OLE color: 3300193.
HSL color Cylindrical-coordinate representation of color #615B32: hue angle of 52.34º 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 #615B32 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 91 | 50 | - |
| CMYK | 0 | 0.06 | 0.48 | 0.62 |
| HSL | 52.34º | 0.32% | 0.29% | - |
| HSV(B) | 52.34º | 0.48% | 0.38% | - |
| XYZ | 9.25 | 10.25 | 4.51 | - |
| YUV | 88.12 | 106.49 | 134.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 91 | 50 | 0 | 0.06 | 0.48 | 0.62 | 52.34 | 0.32 | 0.29 |
| Hex | 61 | 5B | 32 | 0 | 6 | 30 | 3E | 34 | 20 | 1D |
| Octal | 141 | 133 | 62 | 0 | 6 | 60 | 76 | 64 | 40 | 35 |
| Binary | 1100001 | 1011011 | 110010 | 0 | 110 | 110000 | 111110 | 110100 | 100000 | 11101 |
Color Harmonies of #615B32
Complementary color
Monochromatic Colors of #615B32
Black with #615B32
Text Example
Text Example
White with #615B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615B32; }
p { color: rgb(97,91,50); }
H1.HeaderClassName
{
color: #615B32;
}
.AnyTagClassName
{
color: #615B32;
}
</style>
background-color css
<style>
a { background-color: #615B32; }
a { background-color: rgb(97,91,50); }
div.DivClassName
{
background-color: #615B32;
}
.BgClassName
{
background-color: #615B32;
}
</style>
border-color css
<style>
span { border-color: #615B32; }
span { border-color: rgb(97,91,50); }
td.TdClassName
{
border-color: #615B32;
}
.TagClassName
{
border-color: #615B32;
}
</style>