Shades of Costa Del Sol #615A08
Tints of Costa Del Sol #615A08
RGB
CMYK
RGB Variations
Color information
#615A08 (or 0x615A08) is known color: Costa Del Sol. HEX triplet: 61, 5A and 08. RGB value is (97,90,8). Sum of RGB (Red+Green+Blue) = 97+90+8=195 (25% of max value = 765). Red value is 97 (38.28% from 255 or 49.74% from 195); Green value is 90 (35.55% from 255 or 46.15% from 195); Blue value is 8 (3.52% from 255 or 4.10% from 195); Max value from RGB is 97 - color contains mainly: red. Hex color #615A08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615A08 is #9EA5F7. Grayscale: #535353. Windows color (decimal): -10397176 or 547425. OLE color: 547425.
HSL color Cylindrical-coordinate representation of color #615A08: hue angle of 55.28º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #615A08 is Cyan = 0, Magento = 0.07, Yellow = 0.92 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 90 | 8 | - |
| CMYK | 0 | 0.07 | 0.92 | 0.62 |
| HSL | 55.28º | 0.85% | 0.21% | - |
| HSV(B) | 55.28º | 0.92% | 0.38% | - |
| XYZ | 8.63 | 9.87 | 1.68 | - |
| YUV | 82.75 | 85.82 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 90 | 8 | 0 | 0.07 | 0.92 | 0.62 | 55.28 | 0.85 | 0.21 |
| Hex | 61 | 5A | 8 | 0 | 7 | 5C | 3E | 37 | 55 | 15 |
| Octal | 141 | 132 | 10 | 0 | 7 | 134 | 76 | 67 | 125 | 25 |
| Binary | 1100001 | 1011010 | 1000 | 0 | 111 | 1011100 | 111110 | 110111 | 1010101 | 10101 |
Color Harmonies of #615A08
Complementary color
Monochromatic Colors of #615A08
Black with #615A08
Text Example
Text Example
White with #615A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615A08; }
p { color: rgb(97,90,8); }
H1.HeaderClassName
{
color: #615A08;
}
.AnyTagClassName
{
color: #615A08;
}
</style>
background-color css
<style>
a { background-color: #615A08; }
a { background-color: rgb(97,90,8); }
div.DivClassName
{
background-color: #615A08;
}
.BgClassName
{
background-color: #615A08;
}
</style>
border-color css
<style>
span { border-color: #615A08; }
span { border-color: rgb(97,90,8); }
td.TdClassName
{
border-color: #615A08;
}
.TagClassName
{
border-color: #615A08;
}
</style>