Shades of Costa Del Sol #61591B
Tints of Costa Del Sol #61591B
RGB
CMYK
RGB Variations
Color information
#61591B (or 0x61591B) is known color: Costa Del Sol. HEX triplet: 61, 59 and 1B. RGB value is (97,89,27). Sum of RGB (Red+Green+Blue) = 97+89+27=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 89 (35.16% from 255 or 41.78% from 213); Blue value is 27 (10.94% from 255 or 12.68% from 213); Max value from RGB is 97 - color contains mainly: red. Hex color #61591B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61591B is #9EA6E4. Grayscale: #545454. Windows color (decimal): -10397413 or 1792353. OLE color: 1792353.
HSL color Cylindrical-coordinate representation of color #61591B: hue angle of 53.14º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #61591B is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 89 | 27 | - |
| CMYK | 0 | 0.08 | 0.72 | 0.62 |
| HSL | 53.14º | 0.56% | 0.24% | - |
| HSV(B) | 53.14º | 0.72% | 0.38% | - |
| XYZ | 8.7 | 9.77 | 2.46 | - |
| YUV | 84.32 | 95.65 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 89 | 27 | 0 | 0.08 | 0.72 | 0.62 | 53.14 | 0.56 | 0.24 |
| Hex | 61 | 59 | 1B | 0 | 8 | 48 | 3E | 35 | 38 | 18 |
| Octal | 141 | 131 | 33 | 0 | 10 | 110 | 76 | 65 | 70 | 30 |
| Binary | 1100001 | 1011001 | 11011 | 0 | 1000 | 1001000 | 111110 | 110101 | 111000 | 11000 |
Color Harmonies of #61591B
Complementary color
Monochromatic Colors of #61591B
Black with #61591B
Text Example
Text Example
White with #61591B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61591B; }
p { color: rgb(97,89,27); }
H1.HeaderClassName
{
color: #61591B;
}
.AnyTagClassName
{
color: #61591B;
}
</style>
background-color css
<style>
a { background-color: #61591B; }
a { background-color: rgb(97,89,27); }
div.DivClassName
{
background-color: #61591B;
}
.BgClassName
{
background-color: #61591B;
}
</style>
border-color css
<style>
span { border-color: #61591B; }
span { border-color: rgb(97,89,27); }
td.TdClassName
{
border-color: #61591B;
}
.TagClassName
{
border-color: #61591B;
}
</style>