Shades of Costa Del Sol #68610A
Tints of Costa Del Sol #68610A
RGB
CMYK
RGB Variations
Color information
#68610A (or 0x68610A) is known color: Costa Del Sol. HEX triplet: 68, 61 and 0A. RGB value is (104,97,10). Sum of RGB (Red+Green+Blue) = 104+97+10=211 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.29% from 211); Green value is 97 (38.28% from 255 or 45.97% from 211); Blue value is 10 (4.30% from 255 or 4.74% from 211); Max value from RGB is 104 - color contains mainly: red. Hex color #68610A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68610A is #979EF5. Grayscale: #595959. Windows color (decimal): -9936630 or 680296. OLE color: 680296.
HSL color Cylindrical-coordinate representation of color #68610A: hue angle of 55.53º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #68610A is Cyan = 0, Magento = 0.07, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 97 | 10 | - |
| CMYK | 0 | 0.07 | 0.90 | 0.59 |
| HSL | 55.53º | 0.82% | 0.22% | - |
| HSV(B) | 55.53º | 0.9% | 0.41% | - |
| XYZ | 10.04 | 11.51 | 1.98 | - |
| YUV | 89.18 | 83.32 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 97 | 10 | 0 | 0.07 | 0.90 | 0.59 | 55.53 | 0.82 | 0.22 |
| Hex | 68 | 61 | A | 0 | 7 | 5A | 3B | 38 | 52 | 16 |
| Octal | 150 | 141 | 12 | 0 | 7 | 132 | 73 | 70 | 122 | 26 |
| Binary | 1101000 | 1100001 | 1010 | 0 | 111 | 1011010 | 111011 | 111000 | 1010010 | 10110 |
Color Harmonies of #68610A
Complementary color
Monochromatic Colors of #68610A
Black with #68610A
Text Example
Text Example
White with #68610A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68610A; }
p { color: rgb(104,97,10); }
H1.HeaderClassName
{
color: #68610A;
}
.AnyTagClassName
{
color: #68610A;
}
</style>
background-color css
<style>
a { background-color: #68610A; }
a { background-color: rgb(104,97,10); }
div.DivClassName
{
background-color: #68610A;
}
.BgClassName
{
background-color: #68610A;
}
</style>
border-color css
<style>
span { border-color: #68610A; }
span { border-color: rgb(104,97,10); }
td.TdClassName
{
border-color: #68610A;
}
.TagClassName
{
border-color: #68610A;
}
</style>