Shades of Costa Del Sol #68610C
Tints of Costa Del Sol #68610C
RGB
CMYK
RGB Variations
Color information
#68610C (or 0x68610C) is known color: Costa Del Sol. HEX triplet: 68, 61 and 0C. RGB value is (104,97,12). Sum of RGB (Red+Green+Blue) = 104+97+12=213 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.83% from 213); Green value is 97 (38.28% from 255 or 45.54% from 213); Blue value is 12 (5.08% from 255 or 5.63% from 213); Max value from RGB is 104 - color contains mainly: red. Hex color #68610C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68610C is #979EF3. Grayscale: #595959. Windows color (decimal): -9936628 or 811368. OLE color: 811368.
HSL color Cylindrical-coordinate representation of color #68610C: hue angle of 55.43º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #68610C is Cyan = 0, Magento = 0.07, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 97 | 12 | - |
| CMYK | 0 | 0.07 | 0.88 | 0.59 |
| HSL | 55.43º | 0.79% | 0.23% | - |
| HSV(B) | 55.43º | 0.88% | 0.41% | - |
| XYZ | 10.05 | 11.52 | 2.04 | - |
| YUV | 89.4 | 84.32 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 97 | 12 | 0 | 0.07 | 0.88 | 0.59 | 55.43 | 0.79 | 0.23 |
| Hex | 68 | 61 | C | 0 | 7 | 58 | 3B | 37 | 4F | 17 |
| Octal | 150 | 141 | 14 | 0 | 7 | 130 | 73 | 67 | 117 | 27 |
| Binary | 1101000 | 1100001 | 1100 | 0 | 111 | 1011000 | 111011 | 110111 | 1001111 | 10111 |
Color Harmonies of #68610C
Complementary color
Monochromatic Colors of #68610C
Black with #68610C
Text Example
Text Example
White with #68610C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68610C; }
p { color: rgb(104,97,12); }
H1.HeaderClassName
{
color: #68610C;
}
.AnyTagClassName
{
color: #68610C;
}
</style>
background-color css
<style>
a { background-color: #68610C; }
a { background-color: rgb(104,97,12); }
div.DivClassName
{
background-color: #68610C;
}
.BgClassName
{
background-color: #68610C;
}
</style>
border-color css
<style>
span { border-color: #68610C; }
span { border-color: rgb(104,97,12); }
td.TdClassName
{
border-color: #68610C;
}
.TagClassName
{
border-color: #68610C;
}
</style>