Shades of Costa Del Sol #685D08
Tints of Costa Del Sol #685D08
RGB
CMYK
RGB Variations
Color information
#685D08 (or 0x685D08) is known color: Costa Del Sol. HEX triplet: 68, 5D and 08. RGB value is (104,93,8). Sum of RGB (Red+Green+Blue) = 104+93+8=205 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.73% from 205); Green value is 93 (36.72% from 255 or 45.37% from 205); Blue value is 8 (3.52% from 255 or 3.90% from 205); Max value from RGB is 104 - color contains mainly: red. Hex color #685D08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685D08 is #97A2F7. Grayscale: #565656. Windows color (decimal): -9937656 or 548200. OLE color: 548200.
HSL color Cylindrical-coordinate representation of color #685D08: hue angle of 53.12º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #685D08 is Cyan = 0, Magento = 0.11, Yellow = 0.92 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 93 | 8 | - |
| CMYK | 0 | 0.11 | 0.92 | 0.59 |
| HSL | 53.13º | 0.86% | 0.22% | - |
| HSV(B) | 53.13º | 0.92% | 0.41% | - |
| XYZ | 9.67 | 10.79 | 1.8 | - |
| YUV | 86.6 | 83.64 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 93 | 8 | 0 | 0.11 | 0.92 | 0.59 | 53.13 | 0.86 | 0.22 |
| Hex | 68 | 5D | 8 | 0 | B | 5C | 3B | 35 | 56 | 16 |
| Octal | 150 | 135 | 10 | 0 | 13 | 134 | 73 | 65 | 126 | 26 |
| Binary | 1101000 | 1011101 | 1000 | 0 | 1011 | 1011100 | 111011 | 110101 | 1010110 | 10110 |
Color Harmonies of #685D08
Complementary color
Monochromatic Colors of #685D08
Black with #685D08
Text Example
Text Example
White with #685D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685D08; }
p { color: rgb(104,93,8); }
H1.HeaderClassName
{
color: #685D08;
}
.AnyTagClassName
{
color: #685D08;
}
</style>
background-color css
<style>
a { background-color: #685D08; }
a { background-color: rgb(104,93,8); }
div.DivClassName
{
background-color: #685D08;
}
.BgClassName
{
background-color: #685D08;
}
</style>
border-color css
<style>
span { border-color: #685D08; }
span { border-color: rgb(104,93,8); }
td.TdClassName
{
border-color: #685D08;
}
.TagClassName
{
border-color: #685D08;
}
</style>