Shades of Costa Del Sol #685D30
Tints of Costa Del Sol #685D30
RGB
CMYK
RGB Variations
Color information
#685D30 (or 0x685D30) is known color: Costa Del Sol. HEX triplet: 68, 5D and 30. RGB value is (104,93,48). Sum of RGB (Red+Green+Blue) = 104+93+48=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 93 (36.72% from 255 or 37.96% from 245); Blue value is 48 (19.14% from 255 or 19.59% from 245); Max value from RGB is 104 - color contains mainly: red. Hex color #685D30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685D30 is #97A2CF. Grayscale: #5B5B5B. Windows color (decimal): -9937616 or 3169640. OLE color: 3169640.
HSL color Cylindrical-coordinate representation of color #685D30: hue angle of 48.21º degrees, saturation: 0.37, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #685D30 is Cyan = 0, Magento = 0.11, Yellow = 0.54 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 93 | 48 | - |
| CMYK | 0 | 0.11 | 0.54 | 0.59 |
| HSL | 48.21º | 0.37% | 0.3% | - |
| HSV(B) | 48.21º | 0.54% | 0.41% | - |
| XYZ | 10.16 | 10.99 | 4.38 | - |
| YUV | 91.16 | 103.64 | 137.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 93 | 48 | 0 | 0.11 | 0.54 | 0.59 | 48.21 | 0.37 | 0.3 |
| Hex | 68 | 5D | 30 | 0 | B | 36 | 3B | 30 | 25 | 1E |
| Octal | 150 | 135 | 60 | 0 | 13 | 66 | 73 | 60 | 45 | 36 |
| Binary | 1101000 | 1011101 | 110000 | 0 | 1011 | 110110 | 111011 | 110000 | 100101 | 11110 |
Color Harmonies of #685D30
Complementary color
Monochromatic Colors of #685D30
Black with #685D30
Text Example
Text Example
White with #685D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685D30; }
p { color: rgb(104,93,48); }
H1.HeaderClassName
{
color: #685D30;
}
.AnyTagClassName
{
color: #685D30;
}
</style>
background-color css
<style>
a { background-color: #685D30; }
a { background-color: rgb(104,93,48); }
div.DivClassName
{
background-color: #685D30;
}
.BgClassName
{
background-color: #685D30;
}
</style>
border-color css
<style>
span { border-color: #685D30; }
span { border-color: rgb(104,93,48); }
td.TdClassName
{
border-color: #685D30;
}
.TagClassName
{
border-color: #685D30;
}
</style>