Shades of Costa Del Sol #685A13
Tints of Costa Del Sol #685A13
RGB
CMYK
RGB Variations
Color information
#685A13 (or 0x685A13) is known color: Costa Del Sol. HEX triplet: 68, 5A and 13. RGB value is (104,90,19). Sum of RGB (Red+Green+Blue) = 104+90+19=213 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.83% from 213); Green value is 90 (35.55% from 255 or 42.25% from 213); Blue value is 19 (7.81% from 255 or 8.92% from 213); Max value from RGB is 104 - color contains mainly: red. Hex color #685A13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685A13 is #97A5EC. Grayscale: #565656. Windows color (decimal): -9938413 or 1268328. OLE color: 1268328.
HSL color Cylindrical-coordinate representation of color #685A13: hue angle of 50.12º 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 #685A13 is Cyan = 0, Magento = 0.13, Yellow = 0.82 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 90 | 19 | - |
| CMYK | 0 | 0.13 | 0.82 | 0.59 |
| HSL | 50.12º | 0.69% | 0.24% | - |
| HSV(B) | 50.12º | 0.82% | 0.41% | - |
| XYZ | 9.48 | 10.3 | 2.1 | - |
| YUV | 86.09 | 90.14 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 90 | 19 | 0 | 0.13 | 0.82 | 0.59 | 50.12 | 0.69 | 0.24 |
| Hex | 68 | 5A | 13 | 0 | D | 52 | 3B | 32 | 45 | 18 |
| Octal | 150 | 132 | 23 | 0 | 15 | 122 | 73 | 62 | 105 | 30 |
| Binary | 1101000 | 1011010 | 10011 | 0 | 1101 | 1010010 | 111011 | 110010 | 1000101 | 11000 |
Color Harmonies of #685A13
Complementary color
Monochromatic Colors of #685A13
Black with #685A13
Text Example
Text Example
White with #685A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685A13; }
p { color: rgb(104,90,19); }
H1.HeaderClassName
{
color: #685A13;
}
.AnyTagClassName
{
color: #685A13;
}
</style>
background-color css
<style>
a { background-color: #685A13; }
a { background-color: rgb(104,90,19); }
div.DivClassName
{
background-color: #685A13;
}
.BgClassName
{
background-color: #685A13;
}
</style>
border-color css
<style>
span { border-color: #685A13; }
span { border-color: rgb(104,90,19); }
td.TdClassName
{
border-color: #685A13;
}
.TagClassName
{
border-color: #685A13;
}
</style>