Shades of Costa Del Sol #615F1F
Tints of Costa Del Sol #615F1F
RGB
CMYK
RGB Variations
Color information
#615F1F (or 0x615F1F) is known color: Costa Del Sol. HEX triplet: 61, 5F and 1F. RGB value is (97,95,31). Sum of RGB (Red+Green+Blue) = 97+95+31=223 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.50% from 223); Green value is 95 (37.5% from 255 or 42.60% from 223); Blue value is 31 (12.5% from 255 or 13.90% from 223); Max value from RGB is 97 - color contains mainly: red. Hex color #615F1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615F1F is #9EA0E0. Grayscale: #585858. Windows color (decimal): -10395873 or 2056033. OLE color: 2056033.
HSL color Cylindrical-coordinate representation of color #615F1F: hue angle of 58.18º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #615F1F is Cyan = 0, Magento = 0.02, Yellow = 0.68 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 95 | 31 | - |
| CMYK | 0 | 0.02 | 0.68 | 0.62 |
| HSL | 58.18º | 0.52% | 0.25% | - |
| HSV(B) | 58.18º | 0.68% | 0.38% | - |
| XYZ | 9.27 | 10.82 | 2.9 | - |
| YUV | 88.3 | 95.66 | 134.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 95 | 31 | 0 | 0.02 | 0.68 | 0.62 | 58.18 | 0.52 | 0.25 |
| Hex | 61 | 5F | 1F | 0 | 2 | 44 | 3E | 3A | 34 | 19 |
| Octal | 141 | 137 | 37 | 0 | 2 | 104 | 76 | 72 | 64 | 31 |
| Binary | 1100001 | 1011111 | 11111 | 0 | 10 | 1000100 | 111110 | 111010 | 110100 | 11001 |
Color Harmonies of #615F1F
Complementary color
Monochromatic Colors of #615F1F
Black with #615F1F
Text Example
Text Example
White with #615F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615F1F; }
p { color: rgb(97,95,31); }
H1.HeaderClassName
{
color: #615F1F;
}
.AnyTagClassName
{
color: #615F1F;
}
</style>
background-color css
<style>
a { background-color: #615F1F; }
a { background-color: rgb(97,95,31); }
div.DivClassName
{
background-color: #615F1F;
}
.BgClassName
{
background-color: #615F1F;
}
</style>
border-color css
<style>
span { border-color: #615F1F; }
span { border-color: rgb(97,95,31); }
td.TdClassName
{
border-color: #615F1F;
}
.TagClassName
{
border-color: #615F1F;
}
</style>