Shades of Costa Del Sol #685C0E
Tints of Costa Del Sol #685C0E
RGB
CMYK
RGB Variations
Color information
#685C0E (or 0x685C0E) is known color: Costa Del Sol. HEX triplet: 68, 5C and 0E. RGB value is (104,92,14). Sum of RGB (Red+Green+Blue) = 104+92+14=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 92 (36.33% from 255 or 43.81% from 210); Blue value is 14 (5.86% from 255 or 6.67% from 210); Max value from RGB is 104 - color contains mainly: red. Hex color #685C0E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685C0E is #97A3F1. Grayscale: #575757. Windows color (decimal): -9937906 or 941160. OLE color: 941160.
HSL color Cylindrical-coordinate representation of color #685C0E: hue angle of 52º 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 #685C0E is Cyan = 0, Magento = 0.12, Yellow = 0.87 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 92 | 14 | - |
| CMYK | 0 | 0.12 | 0.87 | 0.59 |
| HSL | 52º | 0.76% | 0.23% | - |
| HSV(B) | 52º | 0.87% | 0.41% | - |
| XYZ | 9.62 | 10.63 | 1.96 | - |
| YUV | 86.7 | 86.98 | 140.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 92 | 14 | 0 | 0.12 | 0.87 | 0.59 | 52 | 0.76 | 0.23 |
| Hex | 68 | 5C | E | 0 | C | 57 | 3B | 34 | 4C | 17 |
| Octal | 150 | 134 | 16 | 0 | 14 | 127 | 73 | 64 | 114 | 27 |
| Binary | 1101000 | 1011100 | 1110 | 0 | 1100 | 1010111 | 111011 | 110100 | 1001100 | 10111 |
Color Harmonies of #685C0E
Complementary color
Monochromatic Colors of #685C0E
Black with #685C0E
Text Example
Text Example
White with #685C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685C0E; }
p { color: rgb(104,92,14); }
H1.HeaderClassName
{
color: #685C0E;
}
.AnyTagClassName
{
color: #685C0E;
}
</style>
background-color css
<style>
a { background-color: #685C0E; }
a { background-color: rgb(104,92,14); }
div.DivClassName
{
background-color: #685C0E;
}
.BgClassName
{
background-color: #685C0E;
}
</style>
border-color css
<style>
span { border-color: #685C0E; }
span { border-color: rgb(104,92,14); }
td.TdClassName
{
border-color: #685C0E;
}
.TagClassName
{
border-color: #685C0E;
}
</style>