Shades of Costa Del Sol #61582B
Tints of Costa Del Sol #61582B
RGB
CMYK
RGB Variations
Color information
#61582B (or 0x61582B) is known color: Costa Del Sol. HEX triplet: 61, 58 and 2B. RGB value is (97,88,43). Sum of RGB (Red+Green+Blue) = 97+88+43=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 88 (34.77% from 255 or 38.60% from 228); Blue value is 43 (17.19% from 255 or 18.86% from 228); Max value from RGB is 97 - color contains mainly: red. Hex color #61582B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61582B is #9EA7D4. Grayscale: #555555. Windows color (decimal): -10397653 or 2840673. OLE color: 2840673.
HSL color Cylindrical-coordinate representation of color #61582B: hue angle of 50º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #61582B is Cyan = 0, Magento = 0.09, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 88 | 43 | - |
| CMYK | 0 | 0.09 | 0.56 | 0.62 |
| HSL | 50º | 0.39% | 0.27% | - |
| HSV(B) | 50º | 0.56% | 0.38% | - |
| XYZ | 8.86 | 9.7 | 3.69 | - |
| YUV | 85.56 | 103.98 | 136.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 88 | 43 | 0 | 0.09 | 0.56 | 0.62 | 50 | 0.39 | 0.27 |
| Hex | 61 | 58 | 2B | 0 | 9 | 38 | 3E | 32 | 27 | 1B |
| Octal | 141 | 130 | 53 | 0 | 11 | 70 | 76 | 62 | 47 | 33 |
| Binary | 1100001 | 1011000 | 101011 | 0 | 1001 | 111000 | 111110 | 110010 | 100111 | 11011 |
Color Harmonies of #61582B
Complementary color
Monochromatic Colors of #61582B
Black with #61582B
Text Example
Text Example
White with #61582B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61582B; }
p { color: rgb(97,88,43); }
H1.HeaderClassName
{
color: #61582B;
}
.AnyTagClassName
{
color: #61582B;
}
</style>
background-color css
<style>
a { background-color: #61582B; }
a { background-color: rgb(97,88,43); }
div.DivClassName
{
background-color: #61582B;
}
.BgClassName
{
background-color: #61582B;
}
</style>
border-color css
<style>
span { border-color: #61582B; }
span { border-color: rgb(97,88,43); }
td.TdClassName
{
border-color: #61582B;
}
.TagClassName
{
border-color: #61582B;
}
</style>