Shades of Costa Del Sol #685E0E
Tints of Costa Del Sol #685E0E
RGB
CMYK
RGB Variations
Color information
#685E0E (or 0x685E0E) is known color: Costa Del Sol. HEX triplet: 68, 5E and 0E. RGB value is (104,94,14). Sum of RGB (Red+Green+Blue) = 104+94+14=212 (28% of max value = 765). Red value is 104 (41.02% from 255 or 49.06% from 212); Green value is 94 (37.11% from 255 or 44.34% from 212); Blue value is 14 (5.86% from 255 or 6.60% from 212); Max value from RGB is 104 - color contains mainly: red. Hex color #685E0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685E0E is #97A1F1. Grayscale: #585858. Windows color (decimal): -9937394 or 941672. OLE color: 941672.
HSL color Cylindrical-coordinate representation of color #685E0E: hue angle of 53.33º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #685E0E is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 94 | 14 | - |
| CMYK | 0 | 0.10 | 0.87 | 0.59 |
| HSL | 53.33º | 0.76% | 0.23% | - |
| HSV(B) | 53.33º | 0.87% | 0.41% | - |
| XYZ | 9.79 | 10.98 | 2.02 | - |
| YUV | 87.87 | 86.31 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 94 | 14 | 0 | 0.10 | 0.87 | 0.59 | 53.33 | 0.76 | 0.23 |
| Hex | 68 | 5E | E | 0 | A | 57 | 3B | 35 | 4C | 17 |
| Octal | 150 | 136 | 16 | 0 | 12 | 127 | 73 | 65 | 114 | 27 |
| Binary | 1101000 | 1011110 | 1110 | 0 | 1010 | 1010111 | 111011 | 110101 | 1001100 | 10111 |
Color Harmonies of #685E0E
Complementary color
Monochromatic Colors of #685E0E
Black with #685E0E
Text Example
Text Example
White with #685E0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685E0E; }
p { color: rgb(104,94,14); }
H1.HeaderClassName
{
color: #685E0E;
}
.AnyTagClassName
{
color: #685E0E;
}
</style>
background-color css
<style>
a { background-color: #685E0E; }
a { background-color: rgb(104,94,14); }
div.DivClassName
{
background-color: #685E0E;
}
.BgClassName
{
background-color: #685E0E;
}
</style>
border-color css
<style>
span { border-color: #685E0E; }
span { border-color: rgb(104,94,14); }
td.TdClassName
{
border-color: #685E0E;
}
.TagClassName
{
border-color: #685E0E;
}
</style>