Shades of Costa Del Sol #685D17
Tints of Costa Del Sol #685D17
RGB
CMYK
RGB Variations
Color information
#685D17 (or 0x685D17) is known color: Costa Del Sol. HEX triplet: 68, 5D and 17. RGB value is (104,93,23). Sum of RGB (Red+Green+Blue) = 104+93+23=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 93 (36.72% from 255 or 42.27% from 220); Blue value is 23 (9.38% from 255 or 10.45% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #685D17 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685D17 is #97A2E8. Grayscale: #585858. Windows color (decimal): -9937641 or 1531240. OLE color: 1531240.
HSL color Cylindrical-coordinate representation of color #685D17: hue angle of 51.85º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #685D17 is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 93 | 23 | - |
| CMYK | 0 | 0.11 | 0.78 | 0.59 |
| HSL | 51.85º | 0.64% | 0.25% | - |
| HSV(B) | 51.85º | 0.78% | 0.41% | - |
| XYZ | 9.78 | 10.83 | 2.39 | - |
| YUV | 88.31 | 91.14 | 139.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 93 | 23 | 0 | 0.11 | 0.78 | 0.59 | 51.85 | 0.64 | 0.25 |
| Hex | 68 | 5D | 17 | 0 | B | 4E | 3B | 34 | 40 | 19 |
| Octal | 150 | 135 | 27 | 0 | 13 | 116 | 73 | 64 | 100 | 31 |
| Binary | 1101000 | 1011101 | 10111 | 0 | 1011 | 1001110 | 111011 | 110100 | 1000000 | 11001 |
Color Harmonies of #685D17
Complementary color
Monochromatic Colors of #685D17
Black with #685D17
Text Example
Text Example
White with #685D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685D17; }
p { color: rgb(104,93,23); }
H1.HeaderClassName
{
color: #685D17;
}
.AnyTagClassName
{
color: #685D17;
}
</style>
background-color css
<style>
a { background-color: #685D17; }
a { background-color: rgb(104,93,23); }
div.DivClassName
{
background-color: #685D17;
}
.BgClassName
{
background-color: #685D17;
}
</style>
border-color css
<style>
span { border-color: #685D17; }
span { border-color: rgb(104,93,23); }
td.TdClassName
{
border-color: #685D17;
}
.TagClassName
{
border-color: #685D17;
}
</style>