Shades of Costa Del Sol #615F20
Tints of Costa Del Sol #615F20
RGB
CMYK
RGB Variations
Color information
#615F20 (or 0x615F20) is known color: Costa Del Sol. HEX triplet: 61, 5F and 20. RGB value is (97,95,32). Sum of RGB (Red+Green+Blue) = 97+95+32=224 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.30% from 224); Green value is 95 (37.5% from 255 or 42.41% from 224); Blue value is 32 (12.89% from 255 or 14.29% from 224); Max value from RGB is 97 - color contains mainly: red. Hex color #615F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615F20 is #9EA0DF. Grayscale: #585858. Windows color (decimal): -10395872 or 2121569. OLE color: 2121569.
HSL color Cylindrical-coordinate representation of color #615F20: hue angle of 58.15º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #615F20 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 95 | 32 | - |
| CMYK | 0 | 0.02 | 0.67 | 0.62 |
| HSL | 58.15º | 0.5% | 0.25% | - |
| HSV(B) | 58.15º | 0.67% | 0.38% | - |
| XYZ | 9.28 | 10.83 | 2.97 | - |
| YUV | 88.42 | 96.16 | 134.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 95 | 32 | 0 | 0.02 | 0.67 | 0.62 | 58.15 | 0.5 | 0.25 |
| Hex | 61 | 5F | 20 | 0 | 2 | 43 | 3E | 3A | 32 | 19 |
| Octal | 141 | 137 | 40 | 0 | 2 | 103 | 76 | 72 | 62 | 31 |
| Binary | 1100001 | 1011111 | 100000 | 0 | 10 | 1000011 | 111110 | 111010 | 110010 | 11001 |
Color Harmonies of #615F20
Complementary color
Monochromatic Colors of #615F20
Black with #615F20
Text Example
Text Example
White with #615F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615F20; }
p { color: rgb(97,95,32); }
H1.HeaderClassName
{
color: #615F20;
}
.AnyTagClassName
{
color: #615F20;
}
</style>
background-color css
<style>
a { background-color: #615F20; }
a { background-color: rgb(97,95,32); }
div.DivClassName
{
background-color: #615F20;
}
.BgClassName
{
background-color: #615F20;
}
</style>
border-color css
<style>
span { border-color: #615F20; }
span { border-color: rgb(97,95,32); }
td.TdClassName
{
border-color: #615F20;
}
.TagClassName
{
border-color: #615F20;
}
</style>