Shades of Costa Del Sol #615C0D
Tints of Costa Del Sol #615C0D
RGB
CMYK
RGB Variations
Color information
#615C0D (or 0x615C0D) is known color: Costa Del Sol. HEX triplet: 61, 5C and 0D. RGB value is (97,92,13). Sum of RGB (Red+Green+Blue) = 97+92+13=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 92 (36.33% from 255 or 45.54% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 97 - color contains mainly: red. Hex color #615C0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615C0D is #9EA3F2. Grayscale: #545454. Windows color (decimal): -10396659 or 875617. OLE color: 875617.
HSL color Cylindrical-coordinate representation of color #615C0D: hue angle of 56.43º degrees, saturation: 0.76, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #615C0D is Cyan = 0, Magento = 0.05, Yellow = 0.87 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 92 | 13 | - |
| CMYK | 0 | 0.05 | 0.87 | 0.62 |
| HSL | 56.43º | 0.76% | 0.22% | - |
| HSV(B) | 56.43º | 0.87% | 0.38% | - |
| XYZ | 8.83 | 10.22 | 1.89 | - |
| YUV | 84.49 | 87.66 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 92 | 13 | 0 | 0.05 | 0.87 | 0.62 | 56.43 | 0.76 | 0.22 |
| Hex | 61 | 5C | D | 0 | 5 | 57 | 3E | 38 | 4C | 16 |
| Octal | 141 | 134 | 15 | 0 | 5 | 127 | 76 | 70 | 114 | 26 |
| Binary | 1100001 | 1011100 | 1101 | 0 | 101 | 1010111 | 111110 | 111000 | 1001100 | 10110 |
Color Harmonies of #615C0D
Complementary color
Monochromatic Colors of #615C0D
Black with #615C0D
Text Example
Text Example
White with #615C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615C0D; }
p { color: rgb(97,92,13); }
H1.HeaderClassName
{
color: #615C0D;
}
.AnyTagClassName
{
color: #615C0D;
}
</style>
background-color css
<style>
a { background-color: #615C0D; }
a { background-color: rgb(97,92,13); }
div.DivClassName
{
background-color: #615C0D;
}
.BgClassName
{
background-color: #615C0D;
}
</style>
border-color css
<style>
span { border-color: #615C0D; }
span { border-color: rgb(97,92,13); }
td.TdClassName
{
border-color: #615C0D;
}
.TagClassName
{
border-color: #615C0D;
}
</style>