Shades of Costa Del Sol #61580D
Tints of Costa Del Sol #61580D
RGB
CMYK
RGB Variations
Color information
#61580D (or 0x61580D) is known color: Costa Del Sol. HEX triplet: 61, 58 and 0D. RGB value is (97,88,13). Sum of RGB (Red+Green+Blue) = 97+88+13=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 88 (34.77% from 255 or 44.44% from 198); Blue value is 13 (5.47% from 255 or 6.57% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #61580D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61580D is #9EA7F2. Grayscale: #525252. Windows color (decimal): -10397683 or 874593. OLE color: 874593.
HSL color Cylindrical-coordinate representation of color #61580D: hue angle of 53.57º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #61580D is Cyan = 0, Magento = 0.09, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 88 | 13 | - |
| CMYK | 0 | 0.09 | 0.87 | 0.62 |
| HSL | 53.57º | 0.76% | 0.22% | - |
| HSV(B) | 53.57º | 0.87% | 0.38% | - |
| XYZ | 8.49 | 9.55 | 1.78 | - |
| YUV | 82.14 | 88.98 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 88 | 13 | 0 | 0.09 | 0.87 | 0.62 | 53.57 | 0.76 | 0.22 |
| Hex | 61 | 58 | D | 0 | 9 | 57 | 3E | 36 | 4C | 16 |
| Octal | 141 | 130 | 15 | 0 | 11 | 127 | 76 | 66 | 114 | 26 |
| Binary | 1100001 | 1011000 | 1101 | 0 | 1001 | 1010111 | 111110 | 110110 | 1001100 | 10110 |
Color Harmonies of #61580D
Complementary color
Monochromatic Colors of #61580D
Black with #61580D
Text Example
Text Example
White with #61580D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61580D; }
p { color: rgb(97,88,13); }
H1.HeaderClassName
{
color: #61580D;
}
.AnyTagClassName
{
color: #61580D;
}
</style>
background-color css
<style>
a { background-color: #61580D; }
a { background-color: rgb(97,88,13); }
div.DivClassName
{
background-color: #61580D;
}
.BgClassName
{
background-color: #61580D;
}
</style>
border-color css
<style>
span { border-color: #61580D; }
span { border-color: rgb(97,88,13); }
td.TdClassName
{
border-color: #61580D;
}
.TagClassName
{
border-color: #61580D;
}
</style>