Shades of Costa Del Sol #615E19
Tints of Costa Del Sol #615E19
RGB
CMYK
RGB Variations
Color information
#615E19 (or 0x615E19) is known color: Costa Del Sol. HEX triplet: 61, 5E and 19. RGB value is (97,94,25). Sum of RGB (Red+Green+Blue) = 97+94+25=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 94 (37.11% from 255 or 43.52% from 216); Blue value is 25 (10.16% from 255 or 11.57% from 216); Max value from RGB is 97 - color contains mainly: red. Hex color #615E19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615E19 is #9EA1E6. Grayscale: #575757. Windows color (decimal): -10396135 or 1662561. OLE color: 1662561.
HSL color Cylindrical-coordinate representation of color #615E19: hue angle of 57.5º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #615E19 is Cyan = 0, Magento = 0.03, Yellow = 0.74 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 94 | 25 | - |
| CMYK | 0 | 0.03 | 0.74 | 0.62 |
| HSL | 57.5º | 0.59% | 0.24% | - |
| HSV(B) | 57.5º | 0.74% | 0.38% | - |
| XYZ | 9.11 | 10.62 | 2.49 | - |
| YUV | 87.03 | 92.99 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 94 | 25 | 0 | 0.03 | 0.74 | 0.62 | 57.5 | 0.59 | 0.24 |
| Hex | 61 | 5E | 19 | 0 | 3 | 4A | 3E | 3A | 3B | 18 |
| Octal | 141 | 136 | 31 | 0 | 3 | 112 | 76 | 72 | 73 | 30 |
| Binary | 1100001 | 1011110 | 11001 | 0 | 11 | 1001010 | 111110 | 111010 | 111011 | 11000 |
Color Harmonies of #615E19
Complementary color
Monochromatic Colors of #615E19
Black with #615E19
Text Example
Text Example
White with #615E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615E19; }
p { color: rgb(97,94,25); }
H1.HeaderClassName
{
color: #615E19;
}
.AnyTagClassName
{
color: #615E19;
}
</style>
background-color css
<style>
a { background-color: #615E19; }
a { background-color: rgb(97,94,25); }
div.DivClassName
{
background-color: #615E19;
}
.BgClassName
{
background-color: #615E19;
}
</style>
border-color css
<style>
span { border-color: #615E19; }
span { border-color: rgb(97,94,25); }
td.TdClassName
{
border-color: #615E19;
}
.TagClassName
{
border-color: #615E19;
}
</style>