Shades of Costa Del Sol #61581C
Tints of Costa Del Sol #61581C
RGB
CMYK
RGB Variations
Color information
#61581C (or 0x61581C) is known color: Costa Del Sol. HEX triplet: 61, 58 and 1C. RGB value is (97,88,28). Sum of RGB (Red+Green+Blue) = 97+88+28=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 88 (34.77% from 255 or 41.31% from 213); Blue value is 28 (11.33% from 255 or 13.15% from 213); Max value from RGB is 97 - color contains mainly: red. Hex color #61581C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61581C is #9EA7E3. Grayscale: #545454. Windows color (decimal): -10397668 or 1857633. OLE color: 1857633.
HSL color Cylindrical-coordinate representation of color #61581C: hue angle of 52.17º degrees, saturation: 0.55, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #61581C is Cyan = 0, Magento = 0.09, Yellow = 0.71 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 88 | 28 | - |
| CMYK | 0 | 0.09 | 0.71 | 0.62 |
| HSL | 52.17º | 0.55% | 0.25% | - |
| HSV(B) | 52.17º | 0.71% | 0.38% | - |
| XYZ | 8.63 | 9.6 | 2.5 | - |
| YUV | 83.85 | 96.48 | 137.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 88 | 28 | 0 | 0.09 | 0.71 | 0.62 | 52.17 | 0.55 | 0.25 |
| Hex | 61 | 58 | 1C | 0 | 9 | 47 | 3E | 34 | 37 | 19 |
| Octal | 141 | 130 | 34 | 0 | 11 | 107 | 76 | 64 | 67 | 31 |
| Binary | 1100001 | 1011000 | 11100 | 0 | 1001 | 1000111 | 111110 | 110100 | 110111 | 11001 |
Color Harmonies of #61581C
Complementary color
Monochromatic Colors of #61581C
Black with #61581C
Text Example
Text Example
White with #61581C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61581C; }
p { color: rgb(97,88,28); }
H1.HeaderClassName
{
color: #61581C;
}
.AnyTagClassName
{
color: #61581C;
}
</style>
background-color css
<style>
a { background-color: #61581C; }
a { background-color: rgb(97,88,28); }
div.DivClassName
{
background-color: #61581C;
}
.BgClassName
{
background-color: #61581C;
}
</style>
border-color css
<style>
span { border-color: #61581C; }
span { border-color: rgb(97,88,28); }
td.TdClassName
{
border-color: #61581C;
}
.TagClassName
{
border-color: #61581C;
}
</style>