Shades of Costa Del Sol #685C0A
Tints of Costa Del Sol #685C0A
RGB
CMYK
RGB Variations
Color information
#685C0A (or 0x685C0A) is known color: Costa Del Sol. HEX triplet: 68, 5C and 0A. RGB value is (104,92,10). Sum of RGB (Red+Green+Blue) = 104+92+10=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 92 (36.33% from 255 or 44.66% from 206); Blue value is 10 (4.30% from 255 or 4.85% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #685C0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685C0A is #97A3F5. Grayscale: #565656. Windows color (decimal): -9937910 or 679016. OLE color: 679016.
HSL color Cylindrical-coordinate representation of color #685C0A: hue angle of 52.34º 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 #685C0A is Cyan = 0, Magento = 0.12, Yellow = 0.90 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 92 | 10 | - |
| CMYK | 0 | 0.12 | 0.90 | 0.59 |
| HSL | 52.34º | 0.82% | 0.22% | - |
| HSV(B) | 52.34º | 0.9% | 0.41% | - |
| XYZ | 9.59 | 10.62 | 1.83 | - |
| YUV | 86.24 | 84.98 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 92 | 10 | 0 | 0.12 | 0.90 | 0.59 | 52.34 | 0.82 | 0.22 |
| Hex | 68 | 5C | A | 0 | C | 5A | 3B | 34 | 52 | 16 |
| Octal | 150 | 134 | 12 | 0 | 14 | 132 | 73 | 64 | 122 | 26 |
| Binary | 1101000 | 1011100 | 1010 | 0 | 1100 | 1011010 | 111011 | 110100 | 1010010 | 10110 |
Color Harmonies of #685C0A
Complementary color
Monochromatic Colors of #685C0A
Black with #685C0A
Text Example
Text Example
White with #685C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685C0A; }
p { color: rgb(104,92,10); }
H1.HeaderClassName
{
color: #685C0A;
}
.AnyTagClassName
{
color: #685C0A;
}
</style>
background-color css
<style>
a { background-color: #685C0A; }
a { background-color: rgb(104,92,10); }
div.DivClassName
{
background-color: #685C0A;
}
.BgClassName
{
background-color: #685C0A;
}
</style>
border-color css
<style>
span { border-color: #685C0A; }
span { border-color: rgb(104,92,10); }
td.TdClassName
{
border-color: #685C0A;
}
.TagClassName
{
border-color: #685C0A;
}
</style>