Shades of Costa Del Sol #615B1B
Tints of Costa Del Sol #615B1B
RGB
CMYK
RGB Variations
Color information
#615B1B (or 0x615B1B) is known color: Costa Del Sol. HEX triplet: 61, 5B and 1B. RGB value is (97,91,27). Sum of RGB (Red+Green+Blue) = 97+91+27=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 91 (35.94% from 255 or 42.33% from 215); Blue value is 27 (10.94% from 255 or 12.56% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #615B1B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #615B1B is #9EA4E4. Grayscale: #555555. Windows color (decimal): -10396901 or 1792865. OLE color: 1792865.
HSL color Cylindrical-coordinate representation of color #615B1B: hue angle of 54.86º 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 #615B1B is Cyan = 0, Magento = 0.06, Yellow = 0.72 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 91 | 27 | - |
| CMYK | 0 | 0.06 | 0.72 | 0.62 |
| HSL | 54.86º | 0.56% | 0.24% | - |
| HSV(B) | 54.86º | 0.72% | 0.38% | - |
| XYZ | 8.87 | 10.1 | 2.52 | - |
| YUV | 85.5 | 94.99 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 91 | 27 | 0 | 0.06 | 0.72 | 0.62 | 54.86 | 0.56 | 0.24 |
| Hex | 61 | 5B | 1B | 0 | 6 | 48 | 3E | 37 | 38 | 18 |
| Octal | 141 | 133 | 33 | 0 | 6 | 110 | 76 | 67 | 70 | 30 |
| Binary | 1100001 | 1011011 | 11011 | 0 | 110 | 1001000 | 111110 | 110111 | 111000 | 11000 |
Color Harmonies of #615B1B
Complementary color
Monochromatic Colors of #615B1B
Black with #615B1B
Text Example
Text Example
White with #615B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615B1B; }
p { color: rgb(97,91,27); }
H1.HeaderClassName
{
color: #615B1B;
}
.AnyTagClassName
{
color: #615B1B;
}
</style>
background-color css
<style>
a { background-color: #615B1B; }
a { background-color: rgb(97,91,27); }
div.DivClassName
{
background-color: #615B1B;
}
.BgClassName
{
background-color: #615B1B;
}
</style>
border-color css
<style>
span { border-color: #615B1B; }
span { border-color: rgb(97,91,27); }
td.TdClassName
{
border-color: #615B1B;
}
.TagClassName
{
border-color: #615B1B;
}
</style>