Shades of Costa Del Sol #685B19
Tints of Costa Del Sol #685B19
RGB
CMYK
RGB Variations
Color information
#685B19 (or 0x685B19) is known color: Costa Del Sol. HEX triplet: 68, 5B and 19. RGB value is (104,91,25). Sum of RGB (Red+Green+Blue) = 104+91+25=220 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.27% from 220); Green value is 91 (35.94% from 255 or 41.36% from 220); Blue value is 25 (10.16% from 255 or 11.36% from 220); Max value from RGB is 104 - color contains mainly: red. Hex color #685B19 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #685B19 is #97A4E6. Grayscale: #575757. Windows color (decimal): -9938151 or 1661800. OLE color: 1661800.
HSL color Cylindrical-coordinate representation of color #685B19: hue angle of 50.13º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #685B19 is Cyan = 0, Magento = 0.12, Yellow = 0.76 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 91 | 25 | - |
| CMYK | 0 | 0.12 | 0.76 | 0.59 |
| HSL | 50.13º | 0.61% | 0.25% | - |
| HSV(B) | 50.13º | 0.76% | 0.41% | - |
| XYZ | 9.63 | 10.5 | 2.44 | - |
| YUV | 87.36 | 92.81 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 91 | 25 | 0 | 0.12 | 0.76 | 0.59 | 50.13 | 0.61 | 0.25 |
| Hex | 68 | 5B | 19 | 0 | C | 4C | 3B | 32 | 3D | 19 |
| Octal | 150 | 133 | 31 | 0 | 14 | 114 | 73 | 62 | 75 | 31 |
| Binary | 1101000 | 1011011 | 11001 | 0 | 1100 | 1001100 | 111011 | 110010 | 111101 | 11001 |
Color Harmonies of #685B19
Complementary color
Monochromatic Colors of #685B19
Black with #685B19
Text Example
Text Example
White with #685B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685B19; }
p { color: rgb(104,91,25); }
H1.HeaderClassName
{
color: #685B19;
}
.AnyTagClassName
{
color: #685B19;
}
</style>
background-color css
<style>
a { background-color: #685B19; }
a { background-color: rgb(104,91,25); }
div.DivClassName
{
background-color: #685B19;
}
.BgClassName
{
background-color: #685B19;
}
</style>
border-color css
<style>
span { border-color: #685B19; }
span { border-color: rgb(104,91,25); }
td.TdClassName
{
border-color: #685B19;
}
.TagClassName
{
border-color: #685B19;
}
</style>