Shades of Costa Del Sol #6D610C
Tints of Costa Del Sol #6D610C
RGB
CMYK
RGB Variations
Color information
#6D610C (or 0x6D610C) is known color: Costa Del Sol. HEX triplet: 6D, 61 and 0C. RGB value is (109,97,12). Sum of RGB (Red+Green+Blue) = 109+97+12=218 (28% of max value = 765). Red value is 109 (42.97% from 255 or 50% from 218); Green value is 97 (38.28% from 255 or 44.50% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 109 - color contains mainly: red. Hex color #6D610C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D610C is #929EF3. Grayscale: #5B5B5B. Windows color (decimal): -9608948 or 811373. OLE color: 811373.
HSL color Cylindrical-coordinate representation of color #6D610C: hue angle of 52.58º degrees, saturation: 0.8, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6D610C is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 97 | 12 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.57 |
| HSL | 52.58º | 0.8% | 0.24% | - |
| HSV(B) | 52.58º | 0.89% | 0.43% | - |
| XYZ | 10.65 | 11.83 | 2.07 | - |
| YUV | 90.9 | 83.48 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 97 | 12 | 0 | 0.11 | 0.89 | 0.57 | 52.58 | 0.8 | 0.24 |
| Hex | 6D | 61 | C | 0 | B | 59 | 39 | 35 | 50 | 18 |
| Octal | 155 | 141 | 14 | 0 | 13 | 131 | 71 | 65 | 120 | 30 |
| Binary | 1101101 | 1100001 | 1100 | 0 | 1011 | 1011001 | 111001 | 110101 | 1010000 | 11000 |
Color Harmonies of #6D610C
Complementary color
Monochromatic Colors of #6D610C
Black with #6D610C
Text Example
Text Example
White with #6D610C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D610C; }
p { color: rgb(109,97,12); }
H1.HeaderClassName
{
color: #6D610C;
}
.AnyTagClassName
{
color: #6D610C;
}
</style>
background-color css
<style>
a { background-color: #6D610C; }
a { background-color: rgb(109,97,12); }
div.DivClassName
{
background-color: #6D610C;
}
.BgClassName
{
background-color: #6D610C;
}
</style>
border-color css
<style>
span { border-color: #6D610C; }
span { border-color: rgb(109,97,12); }
td.TdClassName
{
border-color: #6D610C;
}
.TagClassName
{
border-color: #6D610C;
}
</style>