Shades of Costa Del Sol #685D11
Tints of Costa Del Sol #685D11
RGB
CMYK
RGB Variations
Color information
#685D11 (or 0x685D11) is known color: Costa Del Sol. HEX triplet: 68, 5D and 11. RGB value is (104,93,17). Sum of RGB (Red+Green+Blue) = 104+93+17=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 93 (36.72% from 255 or 43.46% from 214); Blue value is 17 (7.03% from 255 or 7.94% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #685D11 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685D11 is #97A2EE. Grayscale: #575757. Windows color (decimal): -9937647 or 1138024. OLE color: 1138024.
HSL color Cylindrical-coordinate representation of color #685D11: hue angle of 52.41º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #685D11 is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 93 | 17 | - |
| CMYK | 0 | 0.11 | 0.84 | 0.59 |
| HSL | 52.41º | 0.72% | 0.24% | - |
| HSV(B) | 52.41º | 0.84% | 0.41% | - |
| XYZ | 9.72 | 10.81 | 2.1 | - |
| YUV | 87.63 | 88.14 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 93 | 17 | 0 | 0.11 | 0.84 | 0.59 | 52.41 | 0.72 | 0.24 |
| Hex | 68 | 5D | 11 | 0 | B | 54 | 3B | 34 | 48 | 18 |
| Octal | 150 | 135 | 21 | 0 | 13 | 124 | 73 | 64 | 110 | 30 |
| Binary | 1101000 | 1011101 | 10001 | 0 | 1011 | 1010100 | 111011 | 110100 | 1001000 | 11000 |
Color Harmonies of #685D11
Complementary color
Monochromatic Colors of #685D11
Black with #685D11
Text Example
Text Example
White with #685D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685D11; }
p { color: rgb(104,93,17); }
H1.HeaderClassName
{
color: #685D11;
}
.AnyTagClassName
{
color: #685D11;
}
</style>
background-color css
<style>
a { background-color: #685D11; }
a { background-color: rgb(104,93,17); }
div.DivClassName
{
background-color: #685D11;
}
.BgClassName
{
background-color: #685D11;
}
</style>
border-color css
<style>
span { border-color: #685D11; }
span { border-color: rgb(104,93,17); }
td.TdClassName
{
border-color: #685D11;
}
.TagClassName
{
border-color: #685D11;
}
</style>