Shades of Costa Del Sol #615D0F
Tints of Costa Del Sol #615D0F
RGB
CMYK
RGB Variations
Color information
#615D0F (or 0x615D0F) is known color: Costa Del Sol. HEX triplet: 61, 5D and 0F. RGB value is (97,93,15). Sum of RGB (Red+Green+Blue) = 97+93+15=205 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.32% from 205); Green value is 93 (36.72% from 255 or 45.37% from 205); Blue value is 15 (6.25% from 255 or 7.32% from 205); Max value from RGB is 97 - color contains mainly: red. Hex color #615D0F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615D0F is #9EA2F0. Grayscale: #555555. Windows color (decimal): -10396401 or 1006945. OLE color: 1006945.
HSL color Cylindrical-coordinate representation of color #615D0F: hue angle of 57.07º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #615D0F is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 93 | 15 | - |
| CMYK | 0 | 0.04 | 0.85 | 0.62 |
| HSL | 57.07º | 0.73% | 0.22% | - |
| HSV(B) | 57.07º | 0.85% | 0.38% | - |
| XYZ | 8.93 | 10.4 | 1.99 | - |
| YUV | 85.3 | 88.33 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 93 | 15 | 0 | 0.04 | 0.85 | 0.62 | 57.07 | 0.73 | 0.22 |
| Hex | 61 | 5D | F | 0 | 4 | 55 | 3E | 39 | 49 | 16 |
| Octal | 141 | 135 | 17 | 0 | 4 | 125 | 76 | 71 | 111 | 26 |
| Binary | 1100001 | 1011101 | 1111 | 0 | 100 | 1010101 | 111110 | 111001 | 1001001 | 10110 |
Color Harmonies of #615D0F
Complementary color
Monochromatic Colors of #615D0F
Black with #615D0F
Text Example
Text Example
White with #615D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615D0F; }
p { color: rgb(97,93,15); }
H1.HeaderClassName
{
color: #615D0F;
}
.AnyTagClassName
{
color: #615D0F;
}
</style>
background-color css
<style>
a { background-color: #615D0F; }
a { background-color: rgb(97,93,15); }
div.DivClassName
{
background-color: #615D0F;
}
.BgClassName
{
background-color: #615D0F;
}
</style>
border-color css
<style>
span { border-color: #615D0F; }
span { border-color: rgb(97,93,15); }
td.TdClassName
{
border-color: #615D0F;
}
.TagClassName
{
border-color: #615D0F;
}
</style>