Shades of Costa Del Sol #685E2F
Tints of Costa Del Sol #685E2F
RGB
CMYK
RGB Variations
Color information
#685E2F (or 0x685E2F) is known color: Costa Del Sol. HEX triplet: 68, 5E and 2F. RGB value is (104,94,47). Sum of RGB (Red+Green+Blue) = 104+94+47=245 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.45% from 245); Green value is 94 (37.11% from 255 or 38.37% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 104 - color contains mainly: red. Hex color #685E2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685E2F is #97A1D0. Grayscale: #5B5B5B. Windows color (decimal): -9937361 or 3104360. OLE color: 3104360.
HSL color Cylindrical-coordinate representation of color #685E2F: hue angle of 49.47º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #685E2F is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 94 | 47 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.59 |
| HSL | 49.47º | 0.38% | 0.3% | - |
| HSV(B) | 49.47º | 0.55% | 0.41% | - |
| XYZ | 10.22 | 11.15 | 4.3 | - |
| YUV | 91.63 | 102.81 | 136.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 94 | 47 | 0 | 0.10 | 0.55 | 0.59 | 49.47 | 0.38 | 0.3 |
| Hex | 68 | 5E | 2F | 0 | A | 37 | 3B | 31 | 26 | 1E |
| Octal | 150 | 136 | 57 | 0 | 12 | 67 | 73 | 61 | 46 | 36 |
| Binary | 1101000 | 1011110 | 101111 | 0 | 1010 | 110111 | 111011 | 110001 | 100110 | 11110 |
Color Harmonies of #685E2F
Complementary color
Monochromatic Colors of #685E2F
Black with #685E2F
Text Example
Text Example
White with #685E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685E2F; }
p { color: rgb(104,94,47); }
H1.HeaderClassName
{
color: #685E2F;
}
.AnyTagClassName
{
color: #685E2F;
}
</style>
background-color css
<style>
a { background-color: #685E2F; }
a { background-color: rgb(104,94,47); }
div.DivClassName
{
background-color: #685E2F;
}
.BgClassName
{
background-color: #685E2F;
}
</style>
border-color css
<style>
span { border-color: #685E2F; }
span { border-color: rgb(104,94,47); }
td.TdClassName
{
border-color: #685E2F;
}
.TagClassName
{
border-color: #685E2F;
}
</style>