Shades of Costa Del Sol #685D29
Tints of Costa Del Sol #685D29
RGB
CMYK
RGB Variations
Color information
#685D29 (or 0x685D29) is known color: Costa Del Sol. HEX triplet: 68, 5D and 29. RGB value is (104,93,41). Sum of RGB (Red+Green+Blue) = 104+93+41=238 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.70% from 238); Green value is 93 (36.72% from 255 or 39.08% from 238); Blue value is 41 (16.41% from 255 or 17.23% from 238); Max value from RGB is 104 - color contains mainly: red. Hex color #685D29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685D29 is #97A2D6. Grayscale: #5A5A5A. Windows color (decimal): -9937623 or 2710888. OLE color: 2710888.
HSL color Cylindrical-coordinate representation of color #685D29: hue angle of 49.52º 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 #685D29 is Cyan = 0, Magento = 0.11, Yellow = 0.61 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 93 | 41 | - |
| CMYK | 0 | 0.11 | 0.61 | 0.59 |
| HSL | 49.52º | 0.43% | 0.28% | - |
| HSV(B) | 49.52º | 0.61% | 0.41% | - |
| XYZ | 10.02 | 10.93 | 3.68 | - |
| YUV | 90.36 | 100.14 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 93 | 41 | 0 | 0.11 | 0.61 | 0.59 | 49.52 | 0.43 | 0.28 |
| Hex | 68 | 5D | 29 | 0 | B | 3D | 3B | 32 | 2B | 1C |
| Octal | 150 | 135 | 51 | 0 | 13 | 75 | 73 | 62 | 53 | 34 |
| Binary | 1101000 | 1011101 | 101001 | 0 | 1011 | 111101 | 111011 | 110010 | 101011 | 11100 |
Color Harmonies of #685D29
Complementary color
Monochromatic Colors of #685D29
Black with #685D29
Text Example
Text Example
White with #685D29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685D29; }
p { color: rgb(104,93,41); }
H1.HeaderClassName
{
color: #685D29;
}
.AnyTagClassName
{
color: #685D29;
}
</style>
background-color css
<style>
a { background-color: #685D29; }
a { background-color: rgb(104,93,41); }
div.DivClassName
{
background-color: #685D29;
}
.BgClassName
{
background-color: #685D29;
}
</style>
border-color css
<style>
span { border-color: #685D29; }
span { border-color: rgb(104,93,41); }
td.TdClassName
{
border-color: #685D29;
}
.TagClassName
{
border-color: #685D29;
}
</style>