Shades of Costa Del Sol #685D0B
Tints of Costa Del Sol #685D0B
RGB
CMYK
RGB Variations
Color information
#685D0B (or 0x685D0B) is known color: Costa Del Sol. HEX triplet: 68, 5D and 0B. RGB value is (104,93,11). Sum of RGB (Red+Green+Blue) = 104+93+11=208 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50% from 208); Green value is 93 (36.72% from 255 or 44.71% from 208); Blue value is 11 (4.69% from 255 or 5.29% from 208); Max value from RGB is 104 - color contains mainly: red. Hex color #685D0B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685D0B is #97A2F4. Grayscale: #575757. Windows color (decimal): -9937653 or 744808. OLE color: 744808.
HSL color Cylindrical-coordinate representation of color #685D0B: hue angle of 52.9º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #685D0B is Cyan = 0, Magento = 0.11, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 93 | 11 | - |
| CMYK | 0 | 0.11 | 0.89 | 0.59 |
| HSL | 52.9º | 0.81% | 0.23% | - |
| HSV(B) | 52.9º | 0.89% | 0.41% | - |
| XYZ | 9.68 | 10.8 | 1.89 | - |
| YUV | 86.94 | 85.14 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 93 | 11 | 0 | 0.11 | 0.89 | 0.59 | 52.9 | 0.81 | 0.23 |
| Hex | 68 | 5D | B | 0 | B | 59 | 3B | 35 | 51 | 17 |
| Octal | 150 | 135 | 13 | 0 | 13 | 131 | 73 | 65 | 121 | 27 |
| Binary | 1101000 | 1011101 | 1011 | 0 | 1011 | 1011001 | 111011 | 110101 | 1010001 | 10111 |
Color Harmonies of #685D0B
Complementary color
Monochromatic Colors of #685D0B
Black with #685D0B
Text Example
Text Example
White with #685D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685D0B; }
p { color: rgb(104,93,11); }
H1.HeaderClassName
{
color: #685D0B;
}
.AnyTagClassName
{
color: #685D0B;
}
</style>
background-color css
<style>
a { background-color: #685D0B; }
a { background-color: rgb(104,93,11); }
div.DivClassName
{
background-color: #685D0B;
}
.BgClassName
{
background-color: #685D0B;
}
</style>
border-color css
<style>
span { border-color: #685D0B; }
span { border-color: rgb(104,93,11); }
td.TdClassName
{
border-color: #685D0B;
}
.TagClassName
{
border-color: #685D0B;
}
</style>