Shades of Costa Del Sol #685F18
Tints of Costa Del Sol #685F18
RGB
CMYK
RGB Variations
Color information
#685F18 (or 0x685F18) is known color: Costa Del Sol. HEX triplet: 68, 5F and 18. RGB value is (104,95,24). Sum of RGB (Red+Green+Blue) = 104+95+24=223 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.64% from 223); Green value is 95 (37.5% from 255 or 42.60% from 223); Blue value is 24 (9.77% from 255 or 10.76% from 223); Max value from RGB is 104 - color contains mainly: red. Hex color #685F18 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685F18 is #97A0E7. Grayscale: #595959. Windows color (decimal): -9937128 or 1597288. OLE color: 1597288.
HSL color Cylindrical-coordinate representation of color #685F18: hue angle of 53.25º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #685F18 is Cyan = 0, Magento = 0.09, Yellow = 0.77 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 95 | 24 | - |
| CMYK | 0 | 0.09 | 0.77 | 0.59 |
| HSL | 53.25º | 0.63% | 0.25% | - |
| HSV(B) | 53.25º | 0.77% | 0.41% | - |
| XYZ | 9.97 | 11.19 | 2.5 | - |
| YUV | 89.6 | 90.98 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 95 | 24 | 0 | 0.09 | 0.77 | 0.59 | 53.25 | 0.63 | 0.25 |
| Hex | 68 | 5F | 18 | 0 | 9 | 4D | 3B | 35 | 3E | 19 |
| Octal | 150 | 137 | 30 | 0 | 11 | 115 | 73 | 65 | 76 | 31 |
| Binary | 1101000 | 1011111 | 11000 | 0 | 1001 | 1001101 | 111011 | 110101 | 111110 | 11001 |
Color Harmonies of #685F18
Complementary color
Monochromatic Colors of #685F18
Black with #685F18
Text Example
Text Example
White with #685F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685F18; }
p { color: rgb(104,95,24); }
H1.HeaderClassName
{
color: #685F18;
}
.AnyTagClassName
{
color: #685F18;
}
</style>
background-color css
<style>
a { background-color: #685F18; }
a { background-color: rgb(104,95,24); }
div.DivClassName
{
background-color: #685F18;
}
.BgClassName
{
background-color: #685F18;
}
</style>
border-color css
<style>
span { border-color: #685F18; }
span { border-color: rgb(104,95,24); }
td.TdClassName
{
border-color: #685F18;
}
.TagClassName
{
border-color: #685F18;
}
</style>