Shades of Costa Del Sol #685B26
Tints of Costa Del Sol #685B26
RGB
CMYK
RGB Variations
Color information
#685B26 (or 0x685B26) is known color: Costa Del Sol. HEX triplet: 68, 5B and 26. RGB value is (104,91,38). Sum of RGB (Red+Green+Blue) = 104+91+38=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 91 (35.94% from 255 or 39.06% from 233); Blue value is 38 (15.23% from 255 or 16.31% from 233); Max value from RGB is 104 - color contains mainly: red. Hex color #685B26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685B26 is #97A4D9. Grayscale: #595959. Windows color (decimal): -9938138 or 2513768. OLE color: 2513768.
HSL color Cylindrical-coordinate representation of color #685B26: hue angle of 48.18º 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 #685B26 is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 91 | 38 | - |
| CMYK | 0 | 0.12 | 0.63 | 0.59 |
| HSL | 48.18º | 0.46% | 0.28% | - |
| HSV(B) | 48.18º | 0.63% | 0.41% | - |
| XYZ | 9.8 | 10.57 | 3.36 | - |
| YUV | 88.85 | 99.31 | 138.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 91 | 38 | 0 | 0.12 | 0.63 | 0.59 | 48.18 | 0.46 | 0.28 |
| Hex | 68 | 5B | 26 | 0 | C | 3F | 3B | 30 | 2E | 1C |
| Octal | 150 | 133 | 46 | 0 | 14 | 77 | 73 | 60 | 56 | 34 |
| Binary | 1101000 | 1011011 | 100110 | 0 | 1100 | 111111 | 111011 | 110000 | 101110 | 11100 |
Color Harmonies of #685B26
Complementary color
Monochromatic Colors of #685B26
Black with #685B26
Text Example
Text Example
White with #685B26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685B26; }
p { color: rgb(104,91,38); }
H1.HeaderClassName
{
color: #685B26;
}
.AnyTagClassName
{
color: #685B26;
}
</style>
background-color css
<style>
a { background-color: #685B26; }
a { background-color: rgb(104,91,38); }
div.DivClassName
{
background-color: #685B26;
}
.BgClassName
{
background-color: #685B26;
}
</style>
border-color css
<style>
span { border-color: #685B26; }
span { border-color: rgb(104,91,38); }
td.TdClassName
{
border-color: #685B26;
}
.TagClassName
{
border-color: #685B26;
}
</style>