Shades of Costa Del Sol #685E2B
Tints of Costa Del Sol #685E2B
RGB
CMYK
RGB Variations
Color information
#685E2B (or 0x685E2B) is known color: Costa Del Sol. HEX triplet: 68, 5E and 2B. RGB value is (104,94,43). Sum of RGB (Red+Green+Blue) = 104+94+43=241 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.15% from 241); Green value is 94 (37.11% from 255 or 39.00% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 104 - color contains mainly: red. Hex color #685E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685E2B is #97A1D4. Grayscale: #5B5B5B. Windows color (decimal): -9937365 or 2842216. OLE color: 2842216.
HSL color Cylindrical-coordinate representation of color #685E2B: hue angle of 50.16º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #685E2B is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 94 | 43 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.59 |
| HSL | 50.16º | 0.41% | 0.29% | - |
| HSV(B) | 50.16º | 0.59% | 0.41% | - |
| XYZ | 10.15 | 11.12 | 3.9 | - |
| YUV | 91.18 | 100.81 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 94 | 43 | 0 | 0.10 | 0.59 | 0.59 | 50.16 | 0.41 | 0.29 |
| Hex | 68 | 5E | 2B | 0 | A | 3B | 3B | 32 | 29 | 1D |
| Octal | 150 | 136 | 53 | 0 | 12 | 73 | 73 | 62 | 51 | 35 |
| Binary | 1101000 | 1011110 | 101011 | 0 | 1010 | 111011 | 111011 | 110010 | 101001 | 11101 |
Color Harmonies of #685E2B
Complementary color
Monochromatic Colors of #685E2B
Black with #685E2B
Text Example
Text Example
White with #685E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685E2B; }
p { color: rgb(104,94,43); }
H1.HeaderClassName
{
color: #685E2B;
}
.AnyTagClassName
{
color: #685E2B;
}
</style>
background-color css
<style>
a { background-color: #685E2B; }
a { background-color: rgb(104,94,43); }
div.DivClassName
{
background-color: #685E2B;
}
.BgClassName
{
background-color: #685E2B;
}
</style>
border-color css
<style>
span { border-color: #685E2B; }
span { border-color: rgb(104,94,43); }
td.TdClassName
{
border-color: #685E2B;
}
.TagClassName
{
border-color: #685E2B;
}
</style>