Shades of Costa Del Sol #685E0A
Tints of Costa Del Sol #685E0A
RGB
CMYK
RGB Variations
Color information
#685E0A (or 0x685E0A) is known color: Costa Del Sol. HEX triplet: 68, 5E and 0A. RGB value is (104,94,10). Sum of RGB (Red+Green+Blue) = 104+94+10=208 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50% from 208); Green value is 94 (37.11% from 255 or 45.19% from 208); Blue value is 10 (4.30% from 255 or 4.81% from 208); Max value from RGB is 104 - color contains mainly: red. Hex color #685E0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685E0A is #97A1F5. Grayscale: #575757. Windows color (decimal): -9937398 or 679528. OLE color: 679528.
HSL color Cylindrical-coordinate representation of color #685E0A: hue angle of 53.62º 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 #685E0A is Cyan = 0, Magento = 0.10, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 94 | 10 | - |
| CMYK | 0 | 0.10 | 0.90 | 0.59 |
| HSL | 53.62º | 0.82% | 0.22% | - |
| HSV(B) | 53.62º | 0.9% | 0.41% | - |
| XYZ | 9.77 | 10.97 | 1.89 | - |
| YUV | 87.41 | 84.31 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 94 | 10 | 0 | 0.10 | 0.90 | 0.59 | 53.62 | 0.82 | 0.22 |
| Hex | 68 | 5E | A | 0 | A | 5A | 3B | 36 | 52 | 16 |
| Octal | 150 | 136 | 12 | 0 | 12 | 132 | 73 | 66 | 122 | 26 |
| Binary | 1101000 | 1011110 | 1010 | 0 | 1010 | 1011010 | 111011 | 110110 | 1010010 | 10110 |
Color Harmonies of #685E0A
Complementary color
Monochromatic Colors of #685E0A
Black with #685E0A
Text Example
Text Example
White with #685E0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685E0A; }
p { color: rgb(104,94,10); }
H1.HeaderClassName
{
color: #685E0A;
}
.AnyTagClassName
{
color: #685E0A;
}
</style>
background-color css
<style>
a { background-color: #685E0A; }
a { background-color: rgb(104,94,10); }
div.DivClassName
{
background-color: #685E0A;
}
.BgClassName
{
background-color: #685E0A;
}
</style>
border-color css
<style>
span { border-color: #685E0A; }
span { border-color: rgb(104,94,10); }
td.TdClassName
{
border-color: #685E0A;
}
.TagClassName
{
border-color: #685E0A;
}
</style>