Shades of Costa Del Sol #685D0C
Tints of Costa Del Sol #685D0C
RGB
CMYK
RGB Variations
Color information
#685D0C (or 0x685D0C) is known color: Costa Del Sol. HEX triplet: 68, 5D and 0C. RGB value is (104,93,12). Sum of RGB (Red+Green+Blue) = 104+93+12=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 93 (36.72% from 255 or 44.50% from 209); Blue value is 12 (5.08% from 255 or 5.74% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #685D0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685D0C is #97A2F3. Grayscale: #575757. Windows color (decimal): -9937652 or 810344. OLE color: 810344.
HSL color Cylindrical-coordinate representation of color #685D0C: hue angle of 52.83º degrees, saturation: 0.79, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #685D0C is Cyan = 0, Magento = 0.11, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 93 | 12 | - |
| CMYK | 0 | 0.11 | 0.88 | 0.59 |
| HSL | 52.83º | 0.79% | 0.23% | - |
| HSV(B) | 52.83º | 0.88% | 0.41% | - |
| XYZ | 9.69 | 10.8 | 1.92 | - |
| YUV | 87.06 | 85.64 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 93 | 12 | 0 | 0.11 | 0.88 | 0.59 | 52.83 | 0.79 | 0.23 |
| Hex | 68 | 5D | C | 0 | B | 58 | 3B | 35 | 4F | 17 |
| Octal | 150 | 135 | 14 | 0 | 13 | 130 | 73 | 65 | 117 | 27 |
| Binary | 1101000 | 1011101 | 1100 | 0 | 1011 | 1011000 | 111011 | 110101 | 1001111 | 10111 |
Color Harmonies of #685D0C
Complementary color
Monochromatic Colors of #685D0C
Black with #685D0C
Text Example
Text Example
White with #685D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685D0C; }
p { color: rgb(104,93,12); }
H1.HeaderClassName
{
color: #685D0C;
}
.AnyTagClassName
{
color: #685D0C;
}
</style>
background-color css
<style>
a { background-color: #685D0C; }
a { background-color: rgb(104,93,12); }
div.DivClassName
{
background-color: #685D0C;
}
.BgClassName
{
background-color: #685D0C;
}
</style>
border-color css
<style>
span { border-color: #685D0C; }
span { border-color: rgb(104,93,12); }
td.TdClassName
{
border-color: #685D0C;
}
.TagClassName
{
border-color: #685D0C;
}
</style>