Shades of Costa Del Sol #685C26
Tints of Costa Del Sol #685C26
RGB
CMYK
RGB Variations
Color information
#685C26 (or 0x685C26) is known color: Costa Del Sol. HEX triplet: 68, 5C and 26. RGB value is (104,92,38). Sum of RGB (Red+Green+Blue) = 104+92+38=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 92 (36.33% from 255 or 39.32% from 234); Blue value is 38 (15.23% from 255 or 16.24% from 234); Max value from RGB is 104 - color contains mainly: red. Hex color #685C26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685C26 is #97A3D9. Grayscale: #595959. Windows color (decimal): -9937882 or 2514024. OLE color: 2514024.
HSL color Cylindrical-coordinate representation of color #685C26: hue angle of 49.09º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #685C26 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 92 | 38 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.59 |
| HSL | 49.09º | 0.46% | 0.28% | - |
| HSV(B) | 49.09º | 0.63% | 0.41% | - |
| XYZ | 9.89 | 10.74 | 3.39 | - |
| YUV | 89.43 | 98.98 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 92 | 38 | 0 | 0.12 | 0.63 | 0.59 | 49.09 | 0.46 | 0.28 |
| Hex | 68 | 5C | 26 | 0 | C | 3F | 3B | 31 | 2E | 1C |
| Octal | 150 | 134 | 46 | 0 | 14 | 77 | 73 | 61 | 56 | 34 |
| Binary | 1101000 | 1011100 | 100110 | 0 | 1100 | 111111 | 111011 | 110001 | 101110 | 11100 |
Color Harmonies of #685C26
Complementary color
Monochromatic Colors of #685C26
Black with #685C26
Text Example
Text Example
White with #685C26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685C26; }
p { color: rgb(104,92,38); }
H1.HeaderClassName
{
color: #685C26;
}
.AnyTagClassName
{
color: #685C26;
}
</style>
background-color css
<style>
a { background-color: #685C26; }
a { background-color: rgb(104,92,38); }
div.DivClassName
{
background-color: #685C26;
}
.BgClassName
{
background-color: #685C26;
}
</style>
border-color css
<style>
span { border-color: #685C26; }
span { border-color: rgb(104,92,38); }
td.TdClassName
{
border-color: #685C26;
}
.TagClassName
{
border-color: #685C26;
}
</style>