Shades of Costa Del Sol #685E2D
Tints of Costa Del Sol #685E2D
RGB
CMYK
RGB Variations
Color information
#685E2D (or 0x685E2D) is known color: Costa Del Sol. HEX triplet: 68, 5E and 2D. RGB value is (104,94,45). Sum of RGB (Red+Green+Blue) = 104+94+45=243 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.80% from 243); Green value is 94 (37.11% from 255 or 38.68% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 104 - color contains mainly: red. Hex color #685E2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685E2D is #97A1D2. Grayscale: #5B5B5B. Windows color (decimal): -9937363 or 2973288. OLE color: 2973288.
HSL color Cylindrical-coordinate representation of color #685E2D: hue angle of 49.83º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #685E2D is Cyan = 0, Magento = 0.10, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 94 | 45 | - |
| CMYK | 0 | 0.10 | 0.57 | 0.59 |
| HSL | 49.83º | 0.4% | 0.29% | - |
| HSV(B) | 49.83º | 0.57% | 0.41% | - |
| XYZ | 10.19 | 11.14 | 4.1 | - |
| YUV | 91.4 | 101.81 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 94 | 45 | 0 | 0.10 | 0.57 | 0.59 | 49.83 | 0.4 | 0.29 |
| Hex | 68 | 5E | 2D | 0 | A | 39 | 3B | 32 | 28 | 1D |
| Octal | 150 | 136 | 55 | 0 | 12 | 71 | 73 | 62 | 50 | 35 |
| Binary | 1101000 | 1011110 | 101101 | 0 | 1010 | 111001 | 111011 | 110010 | 101000 | 11101 |
Color Harmonies of #685E2D
Complementary color
Monochromatic Colors of #685E2D
Black with #685E2D
Text Example
Text Example
White with #685E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685E2D; }
p { color: rgb(104,94,45); }
H1.HeaderClassName
{
color: #685E2D;
}
.AnyTagClassName
{
color: #685E2D;
}
</style>
background-color css
<style>
a { background-color: #685E2D; }
a { background-color: rgb(104,94,45); }
div.DivClassName
{
background-color: #685E2D;
}
.BgClassName
{
background-color: #685E2D;
}
</style>
border-color css
<style>
span { border-color: #685E2D; }
span { border-color: rgb(104,94,45); }
td.TdClassName
{
border-color: #685E2D;
}
.TagClassName
{
border-color: #685E2D;
}
</style>