Shades of Costa Del Sol #685B29
Tints of Costa Del Sol #685B29
RGB
CMYK
RGB Variations
Color information
#685B29 (or 0x685B29) is known color: Costa Del Sol. HEX triplet: 68, 5B and 29. RGB value is (104,91,41). Sum of RGB (Red+Green+Blue) = 104+91+41=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 91 (35.94% from 255 or 38.56% from 236); Blue value is 41 (16.41% from 255 or 17.37% from 236); Max value from RGB is 104 - color contains mainly: red. Hex color #685B29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685B29 is #97A4D6. Grayscale: #595959. Windows color (decimal): -9938135 or 2710376. OLE color: 2710376.
HSL color Cylindrical-coordinate representation of color #685B29: hue angle of 47.62º degrees, saturation: 0.43, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #685B29 is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 91 | 41 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.59 |
| HSL | 47.62º | 0.43% | 0.28% | - |
| HSV(B) | 47.62º | 0.61% | 0.41% | - |
| XYZ | 9.85 | 10.59 | 3.62 | - |
| YUV | 89.19 | 100.81 | 138.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 91 | 41 | 0 | 0.12 | 0.61 | 0.59 | 47.62 | 0.43 | 0.28 |
| Hex | 68 | 5B | 29 | 0 | C | 3D | 3B | 30 | 2B | 1C |
| Octal | 150 | 133 | 51 | 0 | 14 | 75 | 73 | 60 | 53 | 34 |
| Binary | 1101000 | 1011011 | 101001 | 0 | 1100 | 111101 | 111011 | 110000 | 101011 | 11100 |
Color Harmonies of #685B29
Complementary color
Monochromatic Colors of #685B29
Black with #685B29
Text Example
Text Example
White with #685B29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685B29; }
p { color: rgb(104,91,41); }
H1.HeaderClassName
{
color: #685B29;
}
.AnyTagClassName
{
color: #685B29;
}
</style>
background-color css
<style>
a { background-color: #685B29; }
a { background-color: rgb(104,91,41); }
div.DivClassName
{
background-color: #685B29;
}
.BgClassName
{
background-color: #685B29;
}
</style>
border-color css
<style>
span { border-color: #685B29; }
span { border-color: rgb(104,91,41); }
td.TdClassName
{
border-color: #685B29;
}
.TagClassName
{
border-color: #685B29;
}
</style>