Shades of Costa Del Sol #685E31
Tints of Costa Del Sol #685E31
RGB
CMYK
RGB Variations
Color information
#685E31 (or 0x685E31) is known color: Costa Del Sol. HEX triplet: 68, 5E and 31. RGB value is (104,94,49). Sum of RGB (Red+Green+Blue) = 104+94+49=247 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.11% from 247); Green value is 94 (37.11% from 255 or 38.06% from 247); Blue value is 49 (19.53% from 255 or 19.84% from 247); Max value from RGB is 104 - color contains mainly: red. Hex color #685E31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685E31 is #97A1CE. Grayscale: #5C5C5C. Windows color (decimal): -9937359 or 3235432. OLE color: 3235432.
HSL color Cylindrical-coordinate representation of color #685E31: hue angle of 49.09º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #685E31 is Cyan = 0, Magento = 0.10, Yellow = 0.53 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 94 | 49 | - |
| CMYK | 0 | 0.10 | 0.53 | 0.59 |
| HSL | 49.09º | 0.36% | 0.3% | - |
| HSV(B) | 49.09º | 0.53% | 0.41% | - |
| XYZ | 10.27 | 11.17 | 4.52 | - |
| YUV | 91.86 | 103.81 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 94 | 49 | 0 | 0.10 | 0.53 | 0.59 | 49.09 | 0.36 | 0.3 |
| Hex | 68 | 5E | 31 | 0 | A | 35 | 3B | 31 | 24 | 1E |
| Octal | 150 | 136 | 61 | 0 | 12 | 65 | 73 | 61 | 44 | 36 |
| Binary | 1101000 | 1011110 | 110001 | 0 | 1010 | 110101 | 111011 | 110001 | 100100 | 11110 |
Color Harmonies of #685E31
Complementary color
Monochromatic Colors of #685E31
Black with #685E31
Text Example
Text Example
White with #685E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685E31; }
p { color: rgb(104,94,49); }
H1.HeaderClassName
{
color: #685E31;
}
.AnyTagClassName
{
color: #685E31;
}
</style>
background-color css
<style>
a { background-color: #685E31; }
a { background-color: rgb(104,94,49); }
div.DivClassName
{
background-color: #685E31;
}
.BgClassName
{
background-color: #685E31;
}
</style>
border-color css
<style>
span { border-color: #685E31; }
span { border-color: rgb(104,94,49); }
td.TdClassName
{
border-color: #685E31;
}
.TagClassName
{
border-color: #685E31;
}
</style>