Shades of Costa Del Sol #615E10
Tints of Costa Del Sol #615E10
RGB
CMYK
RGB Variations
Color information
#615E10 (or 0x615E10) is known color: Costa Del Sol. HEX triplet: 61, 5E and 10. RGB value is (97,94,16). Sum of RGB (Red+Green+Blue) = 97+94+16=207 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.86% from 207); Green value is 94 (37.11% from 255 or 45.41% from 207); Blue value is 16 (6.64% from 255 or 7.73% from 207); Max value from RGB is 97 - color contains mainly: red. Hex color #615E10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615E10 is #9EA1EF. Grayscale: #565656. Windows color (decimal): -10396144 or 1072737. OLE color: 1072737.
HSL color Cylindrical-coordinate representation of color #615E10: hue angle of 57.78º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #615E10 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 94 | 16 | - |
| CMYK | 0 | 0.03 | 0.84 | 0.62 |
| HSL | 57.78º | 0.72% | 0.22% | - |
| HSV(B) | 57.78º | 0.84% | 0.38% | - |
| XYZ | 9.03 | 10.58 | 2.06 | - |
| YUV | 86.01 | 88.49 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 94 | 16 | 0 | 0.03 | 0.84 | 0.62 | 57.78 | 0.72 | 0.22 |
| Hex | 61 | 5E | 10 | 0 | 3 | 54 | 3E | 3A | 48 | 16 |
| Octal | 141 | 136 | 20 | 0 | 3 | 124 | 76 | 72 | 110 | 26 |
| Binary | 1100001 | 1011110 | 10000 | 0 | 11 | 1010100 | 111110 | 111010 | 1001000 | 10110 |
Color Harmonies of #615E10
Complementary color
Monochromatic Colors of #615E10
Black with #615E10
Text Example
Text Example
White with #615E10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615E10; }
p { color: rgb(97,94,16); }
H1.HeaderClassName
{
color: #615E10;
}
.AnyTagClassName
{
color: #615E10;
}
</style>
background-color css
<style>
a { background-color: #615E10; }
a { background-color: rgb(97,94,16); }
div.DivClassName
{
background-color: #615E10;
}
.BgClassName
{
background-color: #615E10;
}
</style>
border-color css
<style>
span { border-color: #615E10; }
span { border-color: rgb(97,94,16); }
td.TdClassName
{
border-color: #615E10;
}
.TagClassName
{
border-color: #615E10;
}
</style>