Shades of Costa Del Sol #685B1A
Tints of Costa Del Sol #685B1A
RGB
CMYK
RGB Variations
Color information
#685B1A (or 0x685B1A) is known color: Costa Del Sol. HEX triplet: 68, 5B and 1A. RGB value is (104,91,26). Sum of RGB (Red+Green+Blue) = 104+91+26=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 91 (35.94% from 255 or 41.18% from 221); Blue value is 26 (10.55% from 255 or 11.76% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #685B1A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685B1A is #97A4E5. Grayscale: #575757. Windows color (decimal): -9938150 or 1727336. OLE color: 1727336.
HSL color Cylindrical-coordinate representation of color #685B1A: hue angle of 50º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #685B1A is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 91 | 26 | - |
| CMYK | 0 | 0.12 | 0.75 | 0.59 |
| HSL | 50º | 0.6% | 0.25% | - |
| HSV(B) | 50º | 0.75% | 0.41% | - |
| XYZ | 9.64 | 10.5 | 2.5 | - |
| YUV | 87.48 | 93.31 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 91 | 26 | 0 | 0.12 | 0.75 | 0.59 | 50 | 0.6 | 0.25 |
| Hex | 68 | 5B | 1A | 0 | C | 4B | 3B | 32 | 3C | 19 |
| Octal | 150 | 133 | 32 | 0 | 14 | 113 | 73 | 62 | 74 | 31 |
| Binary | 1101000 | 1011011 | 11010 | 0 | 1100 | 1001011 | 111011 | 110010 | 111100 | 11001 |
Color Harmonies of #685B1A
Complementary color
Monochromatic Colors of #685B1A
Black with #685B1A
Text Example
Text Example
White with #685B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685B1A; }
p { color: rgb(104,91,26); }
H1.HeaderClassName
{
color: #685B1A;
}
.AnyTagClassName
{
color: #685B1A;
}
</style>
background-color css
<style>
a { background-color: #685B1A; }
a { background-color: rgb(104,91,26); }
div.DivClassName
{
background-color: #685B1A;
}
.BgClassName
{
background-color: #685B1A;
}
</style>
border-color css
<style>
span { border-color: #685B1A; }
span { border-color: rgb(104,91,26); }
td.TdClassName
{
border-color: #685B1A;
}
.TagClassName
{
border-color: #685B1A;
}
</style>