Shades of Costa Del Sol #685B20
Tints of Costa Del Sol #685B20
RGB
CMYK
RGB Variations
Color information
#685B20 (or 0x685B20) is known color: Costa Del Sol. HEX triplet: 68, 5B and 20. RGB value is (104,91,32). Sum of RGB (Red+Green+Blue) = 104+91+32=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 91 (35.94% from 255 or 40.09% from 227); Blue value is 32 (12.89% from 255 or 14.10% from 227); Max value from RGB is 104 - color contains mainly: red. Hex color #685B20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685B20 is #97A4DF. Grayscale: #585858. Windows color (decimal): -9938144 or 2120552. OLE color: 2120552.
HSL color Cylindrical-coordinate representation of color #685B20: hue angle of 49.17º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #685B20 is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 91 | 32 | - |
| CMYK | 0 | 0.12 | 0.69 | 0.59 |
| HSL | 49.17º | 0.53% | 0.27% | - |
| HSV(B) | 49.17º | 0.69% | 0.41% | - |
| XYZ | 9.71 | 10.53 | 2.89 | - |
| YUV | 88.16 | 96.31 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 91 | 32 | 0 | 0.12 | 0.69 | 0.59 | 49.17 | 0.53 | 0.27 |
| Hex | 68 | 5B | 20 | 0 | C | 45 | 3B | 31 | 35 | 1B |
| Octal | 150 | 133 | 40 | 0 | 14 | 105 | 73 | 61 | 65 | 33 |
| Binary | 1101000 | 1011011 | 100000 | 0 | 1100 | 1000101 | 111011 | 110001 | 110101 | 11011 |
Color Harmonies of #685B20
Complementary color
Monochromatic Colors of #685B20
Black with #685B20
Text Example
Text Example
White with #685B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685B20; }
p { color: rgb(104,91,32); }
H1.HeaderClassName
{
color: #685B20;
}
.AnyTagClassName
{
color: #685B20;
}
</style>
background-color css
<style>
a { background-color: #685B20; }
a { background-color: rgb(104,91,32); }
div.DivClassName
{
background-color: #685B20;
}
.BgClassName
{
background-color: #685B20;
}
</style>
border-color css
<style>
span { border-color: #685B20; }
span { border-color: rgb(104,91,32); }
td.TdClassName
{
border-color: #685B20;
}
.TagClassName
{
border-color: #685B20;
}
</style>