Shades of Costa Del Sol #685E13
Tints of Costa Del Sol #685E13
RGB
CMYK
RGB Variations
Color information
#685E13 (or 0x685E13) is known color: Costa Del Sol. HEX triplet: 68, 5E and 13. RGB value is (104,94,19). Sum of RGB (Red+Green+Blue) = 104+94+19=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 94 (37.11% from 255 or 43.32% from 217); Blue value is 19 (7.81% from 255 or 8.76% from 217); Max value from RGB is 104 - color contains mainly: red. Hex color #685E13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685E13 is #97A1EC. Grayscale: #585858. Windows color (decimal): -9937389 or 1269352. OLE color: 1269352.
HSL color Cylindrical-coordinate representation of color #685E13: hue angle of 52.94º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #685E13 is Cyan = 0, Magento = 0.10, Yellow = 0.82 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 94 | 19 | - |
| CMYK | 0 | 0.10 | 0.82 | 0.59 |
| HSL | 52.94º | 0.69% | 0.24% | - |
| HSV(B) | 52.94º | 0.82% | 0.41% | - |
| XYZ | 9.83 | 11 | 2.22 | - |
| YUV | 88.44 | 88.81 | 139.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 94 | 19 | 0 | 0.10 | 0.82 | 0.59 | 52.94 | 0.69 | 0.24 |
| Hex | 68 | 5E | 13 | 0 | A | 52 | 3B | 35 | 45 | 18 |
| Octal | 150 | 136 | 23 | 0 | 12 | 122 | 73 | 65 | 105 | 30 |
| Binary | 1101000 | 1011110 | 10011 | 0 | 1010 | 1010010 | 111011 | 110101 | 1000101 | 11000 |
Color Harmonies of #685E13
Complementary color
Monochromatic Colors of #685E13
Black with #685E13
Text Example
Text Example
White with #685E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685E13; }
p { color: rgb(104,94,19); }
H1.HeaderClassName
{
color: #685E13;
}
.AnyTagClassName
{
color: #685E13;
}
</style>
background-color css
<style>
a { background-color: #685E13; }
a { background-color: rgb(104,94,19); }
div.DivClassName
{
background-color: #685E13;
}
.BgClassName
{
background-color: #685E13;
}
</style>
border-color css
<style>
span { border-color: #685E13; }
span { border-color: rgb(104,94,19); }
td.TdClassName
{
border-color: #685E13;
}
.TagClassName
{
border-color: #685E13;
}
</style>