Shades of Costa Del Sol #61581D
Tints of Costa Del Sol #61581D
RGB
CMYK
RGB Variations
Color information
#61581D (or 0x61581D) is known color: Costa Del Sol. HEX triplet: 61, 58 and 1D. RGB value is (97,88,29). Sum of RGB (Red+Green+Blue) = 97+88+29=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 88 (34.77% from 255 or 41.12% from 214); Blue value is 29 (11.72% from 255 or 13.55% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #61581D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61581D is #9EA7E2. Grayscale: #545454. Windows color (decimal): -10397667 or 1923169. OLE color: 1923169.
HSL color Cylindrical-coordinate representation of color #61581D: hue angle of 52.06º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #61581D is Cyan = 0, Magento = 0.09, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 88 | 29 | - |
| CMYK | 0 | 0.09 | 0.70 | 0.62 |
| HSL | 52.06º | 0.54% | 0.25% | - |
| HSV(B) | 52.06º | 0.7% | 0.38% | - |
| XYZ | 8.64 | 9.61 | 2.56 | - |
| YUV | 83.97 | 96.98 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 88 | 29 | 0 | 0.09 | 0.70 | 0.62 | 52.06 | 0.54 | 0.25 |
| Hex | 61 | 58 | 1D | 0 | 9 | 46 | 3E | 34 | 36 | 19 |
| Octal | 141 | 130 | 35 | 0 | 11 | 106 | 76 | 64 | 66 | 31 |
| Binary | 1100001 | 1011000 | 11101 | 0 | 1001 | 1000110 | 111110 | 110100 | 110110 | 11001 |
Color Harmonies of #61581D
Complementary color
Monochromatic Colors of #61581D
Black with #61581D
Text Example
Text Example
White with #61581D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61581D; }
p { color: rgb(97,88,29); }
H1.HeaderClassName
{
color: #61581D;
}
.AnyTagClassName
{
color: #61581D;
}
</style>
background-color css
<style>
a { background-color: #61581D; }
a { background-color: rgb(97,88,29); }
div.DivClassName
{
background-color: #61581D;
}
.BgClassName
{
background-color: #61581D;
}
</style>
border-color css
<style>
span { border-color: #61581D; }
span { border-color: rgb(97,88,29); }
td.TdClassName
{
border-color: #61581D;
}
.TagClassName
{
border-color: #61581D;
}
</style>