Shades of Costa Del Sol #615A09
Tints of Costa Del Sol #615A09
RGB
CMYK
RGB Variations
Color information
#615A09 (or 0x615A09) is known color: Costa Del Sol. HEX triplet: 61, 5A and 09. RGB value is (97,90,9). Sum of RGB (Red+Green+Blue) = 97+90+9=196 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.49% from 196); Green value is 90 (35.55% from 255 or 45.92% from 196); Blue value is 9 (3.91% from 255 or 4.59% from 196); Max value from RGB is 97 - color contains mainly: red. Hex color #615A09 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615A09 is #9EA5F6. Grayscale: #535353. Windows color (decimal): -10397175 or 612961. OLE color: 612961.
HSL color Cylindrical-coordinate representation of color #615A09: hue angle of 55.23º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #615A09 is Cyan = 0, Magento = 0.07, Yellow = 0.91 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 90 | 9 | - |
| CMYK | 0 | 0.07 | 0.91 | 0.62 |
| HSL | 55.23º | 0.83% | 0.21% | - |
| HSV(B) | 55.23º | 0.91% | 0.38% | - |
| XYZ | 8.64 | 9.87 | 1.71 | - |
| YUV | 82.86 | 86.32 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 90 | 9 | 0 | 0.07 | 0.91 | 0.62 | 55.23 | 0.83 | 0.21 |
| Hex | 61 | 5A | 9 | 0 | 7 | 5B | 3E | 37 | 53 | 15 |
| Octal | 141 | 132 | 11 | 0 | 7 | 133 | 76 | 67 | 123 | 25 |
| Binary | 1100001 | 1011010 | 1001 | 0 | 111 | 1011011 | 111110 | 110111 | 1010011 | 10101 |
Color Harmonies of #615A09
Complementary color
Monochromatic Colors of #615A09
Black with #615A09
Text Example
Text Example
White with #615A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615A09; }
p { color: rgb(97,90,9); }
H1.HeaderClassName
{
color: #615A09;
}
.AnyTagClassName
{
color: #615A09;
}
</style>
background-color css
<style>
a { background-color: #615A09; }
a { background-color: rgb(97,90,9); }
div.DivClassName
{
background-color: #615A09;
}
.BgClassName
{
background-color: #615A09;
}
</style>
border-color css
<style>
span { border-color: #615A09; }
span { border-color: rgb(97,90,9); }
td.TdClassName
{
border-color: #615A09;
}
.TagClassName
{
border-color: #615A09;
}
</style>