Shades of Costa Del Sol #685E1F
Tints of Costa Del Sol #685E1F
RGB
CMYK
RGB Variations
Color information
#685E1F (or 0x685E1F) is known color: Costa Del Sol. HEX triplet: 68, 5E and 1F. RGB value is (104,94,31). Sum of RGB (Red+Green+Blue) = 104+94+31=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 94 (37.11% from 255 or 41.05% from 229); Blue value is 31 (12.5% from 255 or 13.54% from 229); Max value from RGB is 104 - color contains mainly: red. Hex color #685E1F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685E1F is #97A1E0. Grayscale: #5A5A5A. Windows color (decimal): -9937377 or 2055784. OLE color: 2055784.
HSL color Cylindrical-coordinate representation of color #685E1F: hue angle of 51.78º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #685E1F is Cyan = 0, Magento = 0.10, Yellow = 0.70 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 94 | 31 | - |
| CMYK | 0 | 0.10 | 0.70 | 0.59 |
| HSL | 51.78º | 0.54% | 0.26% | - |
| HSV(B) | 51.78º | 0.7% | 0.41% | - |
| XYZ | 9.96 | 11.05 | 2.9 | - |
| YUV | 89.81 | 94.81 | 138.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 94 | 31 | 0 | 0.10 | 0.70 | 0.59 | 51.78 | 0.54 | 0.26 |
| Hex | 68 | 5E | 1F | 0 | A | 46 | 3B | 34 | 36 | 1A |
| Octal | 150 | 136 | 37 | 0 | 12 | 106 | 73 | 64 | 66 | 32 |
| Binary | 1101000 | 1011110 | 11111 | 0 | 1010 | 1000110 | 111011 | 110100 | 110110 | 11010 |
Color Harmonies of #685E1F
Complementary color
Monochromatic Colors of #685E1F
Black with #685E1F
Text Example
Text Example
White with #685E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685E1F; }
p { color: rgb(104,94,31); }
H1.HeaderClassName
{
color: #685E1F;
}
.AnyTagClassName
{
color: #685E1F;
}
</style>
background-color css
<style>
a { background-color: #685E1F; }
a { background-color: rgb(104,94,31); }
div.DivClassName
{
background-color: #685E1F;
}
.BgClassName
{
background-color: #685E1F;
}
</style>
border-color css
<style>
span { border-color: #685E1F; }
span { border-color: rgb(104,94,31); }
td.TdClassName
{
border-color: #685E1F;
}
.TagClassName
{
border-color: #685E1F;
}
</style>