Shades of Costa Del Sol #685A20
Tints of Costa Del Sol #685A20
RGB
CMYK
RGB Variations
Color information
#685A20 (or 0x685A20) is known color: Costa Del Sol. HEX triplet: 68, 5A and 20. RGB value is (104,90,32). Sum of RGB (Red+Green+Blue) = 104+90+32=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 90 (35.55% from 255 or 39.82% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 104 - color contains mainly: red. Hex color #685A20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685A20 is #97A5DF. Grayscale: #575757. Windows color (decimal): -9938400 or 2120296. OLE color: 2120296.
HSL color Cylindrical-coordinate representation of color #685A20: hue angle of 48.33º 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 #685A20 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 90 | 32 | - |
| CMYK | 0 | 0.13 | 0.69 | 0.59 |
| HSL | 48.33º | 0.53% | 0.27% | - |
| HSV(B) | 48.33º | 0.69% | 0.41% | - |
| XYZ | 9.63 | 10.36 | 2.86 | - |
| YUV | 87.57 | 96.64 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 90 | 32 | 0 | 0.13 | 0.69 | 0.59 | 48.33 | 0.53 | 0.27 |
| Hex | 68 | 5A | 20 | 0 | D | 45 | 3B | 30 | 35 | 1B |
| Octal | 150 | 132 | 40 | 0 | 15 | 105 | 73 | 60 | 65 | 33 |
| Binary | 1101000 | 1011010 | 100000 | 0 | 1101 | 1000101 | 111011 | 110000 | 110101 | 11011 |
Color Harmonies of #685A20
Complementary color
Monochromatic Colors of #685A20
Black with #685A20
Text Example
Text Example
White with #685A20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685A20; }
p { color: rgb(104,90,32); }
H1.HeaderClassName
{
color: #685A20;
}
.AnyTagClassName
{
color: #685A20;
}
</style>
background-color css
<style>
a { background-color: #685A20; }
a { background-color: rgb(104,90,32); }
div.DivClassName
{
background-color: #685A20;
}
.BgClassName
{
background-color: #685A20;
}
</style>
border-color css
<style>
span { border-color: #685A20; }
span { border-color: rgb(104,90,32); }
td.TdClassName
{
border-color: #685A20;
}
.TagClassName
{
border-color: #685A20;
}
</style>