Shades of Costa Del Sol #615C0C
Tints of Costa Del Sol #615C0C
RGB
CMYK
RGB Variations
Color information
#615C0C (or 0x615C0C) is known color: Costa Del Sol. HEX triplet: 61, 5C and 0C. RGB value is (97,92,12). Sum of RGB (Red+Green+Blue) = 97+92+12=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 92 (36.33% from 255 or 45.77% from 201); Blue value is 12 (5.08% from 255 or 5.97% from 201); Max value from RGB is 97 - color contains mainly: red. Hex color #615C0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #615C0C is #9EA3F3. Grayscale: #545454. Windows color (decimal): -10396660 or 810081. OLE color: 810081.
HSL color Cylindrical-coordinate representation of color #615C0C: hue angle of 56.47º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #615C0C is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 92 | 12 | - |
| CMYK | 0 | 0.05 | 0.88 | 0.62 |
| HSL | 56.47º | 0.78% | 0.21% | - |
| HSV(B) | 56.47º | 0.88% | 0.38% | - |
| XYZ | 8.82 | 10.22 | 1.86 | - |
| YUV | 84.38 | 87.16 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 92 | 12 | 0 | 0.05 | 0.88 | 0.62 | 56.47 | 0.78 | 0.21 |
| Hex | 61 | 5C | C | 0 | 5 | 58 | 3E | 38 | 4E | 15 |
| Octal | 141 | 134 | 14 | 0 | 5 | 130 | 76 | 70 | 116 | 25 |
| Binary | 1100001 | 1011100 | 1100 | 0 | 101 | 1011000 | 111110 | 111000 | 1001110 | 10101 |
Color Harmonies of #615C0C
Complementary color
Monochromatic Colors of #615C0C
Black with #615C0C
Text Example
Text Example
White with #615C0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615C0C; }
p { color: rgb(97,92,12); }
H1.HeaderClassName
{
color: #615C0C;
}
.AnyTagClassName
{
color: #615C0C;
}
</style>
background-color css
<style>
a { background-color: #615C0C; }
a { background-color: rgb(97,92,12); }
div.DivClassName
{
background-color: #615C0C;
}
.BgClassName
{
background-color: #615C0C;
}
</style>
border-color css
<style>
span { border-color: #615C0C; }
span { border-color: rgb(97,92,12); }
td.TdClassName
{
border-color: #615C0C;
}
.TagClassName
{
border-color: #615C0C;
}
</style>