Shades of Costa Del Sol #615A10
Tints of Costa Del Sol #615A10
RGB
CMYK
RGB Variations
Color information
#615A10 (or 0x615A10) is known color: Costa Del Sol. HEX triplet: 61, 5A and 10. RGB value is (97,90,16). Sum of RGB (Red+Green+Blue) = 97+90+16=203 (26% of max value = 765). Red value is 97 (38.28% from 255 or 47.78% from 203); Green value is 90 (35.55% from 255 or 44.33% from 203); Blue value is 16 (6.64% from 255 or 7.88% from 203); Max value from RGB is 97 - color contains mainly: red. Hex color #615A10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615A10 is #9EA5EF. Grayscale: #535353. Windows color (decimal): -10397168 or 1071713. OLE color: 1071713.
HSL color Cylindrical-coordinate representation of color #615A10: hue angle of 54.81º 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 #615A10 is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 90 | 16 | - |
| CMYK | 0 | 0.07 | 0.84 | 0.62 |
| HSL | 54.81º | 0.72% | 0.22% | - |
| HSV(B) | 54.81º | 0.84% | 0.38% | - |
| XYZ | 8.68 | 9.89 | 1.94 | - |
| YUV | 83.66 | 89.82 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 90 | 16 | 0 | 0.07 | 0.84 | 0.62 | 54.81 | 0.72 | 0.22 |
| Hex | 61 | 5A | 10 | 0 | 7 | 54 | 3E | 37 | 48 | 16 |
| Octal | 141 | 132 | 20 | 0 | 7 | 124 | 76 | 67 | 110 | 26 |
| Binary | 1100001 | 1011010 | 10000 | 0 | 111 | 1010100 | 111110 | 110111 | 1001000 | 10110 |
Color Harmonies of #615A10
Complementary color
Monochromatic Colors of #615A10
Black with #615A10
Text Example
Text Example
White with #615A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615A10; }
p { color: rgb(97,90,16); }
H1.HeaderClassName
{
color: #615A10;
}
.AnyTagClassName
{
color: #615A10;
}
</style>
background-color css
<style>
a { background-color: #615A10; }
a { background-color: rgb(97,90,16); }
div.DivClassName
{
background-color: #615A10;
}
.BgClassName
{
background-color: #615A10;
}
</style>
border-color css
<style>
span { border-color: #615A10; }
span { border-color: rgb(97,90,16); }
td.TdClassName
{
border-color: #615A10;
}
.TagClassName
{
border-color: #615A10;
}
</style>