Shades of Costa Del Sol #615A1D
Tints of Costa Del Sol #615A1D
RGB
CMYK
RGB Variations
Color information
#615A1D (or 0x615A1D) is known color: Costa Del Sol. HEX triplet: 61, 5A and 1D. RGB value is (97,90,29). Sum of RGB (Red+Green+Blue) = 97+90+29=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 90 (35.55% from 255 or 41.67% from 216); Blue value is 29 (11.72% from 255 or 13.43% from 216); Max value from RGB is 97 - color contains mainly: red. Hex color #615A1D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615A1D is #9EA5E2. Grayscale: #555555. Windows color (decimal): -10397155 or 1923681. OLE color: 1923681.
HSL color Cylindrical-coordinate representation of color #615A1D: hue angle of 53.82º 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 #615A1D is Cyan = 0, Magento = 0.07, Yellow = 0.70 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 90 | 29 | - |
| CMYK | 0 | 0.07 | 0.70 | 0.62 |
| HSL | 53.82º | 0.54% | 0.25% | - |
| HSV(B) | 53.82º | 0.7% | 0.38% | - |
| XYZ | 8.81 | 9.94 | 2.62 | - |
| YUV | 85.14 | 96.32 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 90 | 29 | 0 | 0.07 | 0.70 | 0.62 | 53.82 | 0.54 | 0.25 |
| Hex | 61 | 5A | 1D | 0 | 7 | 46 | 3E | 36 | 36 | 19 |
| Octal | 141 | 132 | 35 | 0 | 7 | 106 | 76 | 66 | 66 | 31 |
| Binary | 1100001 | 1011010 | 11101 | 0 | 111 | 1000110 | 111110 | 110110 | 110110 | 11001 |
Color Harmonies of #615A1D
Complementary color
Monochromatic Colors of #615A1D
Black with #615A1D
Text Example
Text Example
White with #615A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615A1D; }
p { color: rgb(97,90,29); }
H1.HeaderClassName
{
color: #615A1D;
}
.AnyTagClassName
{
color: #615A1D;
}
</style>
background-color css
<style>
a { background-color: #615A1D; }
a { background-color: rgb(97,90,29); }
div.DivClassName
{
background-color: #615A1D;
}
.BgClassName
{
background-color: #615A1D;
}
</style>
border-color css
<style>
span { border-color: #615A1D; }
span { border-color: rgb(97,90,29); }
td.TdClassName
{
border-color: #615A1D;
}
.TagClassName
{
border-color: #615A1D;
}
</style>