Shades of Costa Del Sol #685C2C
Tints of Costa Del Sol #685C2C
RGB
CMYK
RGB Variations
Color information
#685C2C (or 0x685C2C) is known color: Costa Del Sol. HEX triplet: 68, 5C and 2C. RGB value is (104,92,44). Sum of RGB (Red+Green+Blue) = 104+92+44=240 (31% of max value = 765). Red value is 104 (41.02% from 255 or 43.33% from 240); Green value is 92 (36.33% from 255 or 38.33% from 240); Blue value is 44 (17.58% from 255 or 18.33% from 240); Max value from RGB is 104 - color contains mainly: red. Hex color #685C2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #685C2C is #97A3D3. Grayscale: #5A5A5A. Windows color (decimal): -9937876 or 2907240. OLE color: 2907240.
HSL color Cylindrical-coordinate representation of color #685C2C: hue angle of 48º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #685C2C is Cyan = 0, Magento = 0.12, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 92 | 44 | - |
| CMYK | 0 | 0.12 | 0.58 | 0.59 |
| HSL | 48º | 0.41% | 0.29% | - |
| HSV(B) | 48º | 0.58% | 0.41% | - |
| XYZ | 9.99 | 10.78 | 3.94 | - |
| YUV | 90.12 | 101.98 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 92 | 44 | 0 | 0.12 | 0.58 | 0.59 | 48 | 0.41 | 0.29 |
| Hex | 68 | 5C | 2C | 0 | C | 3A | 3B | 30 | 29 | 1D |
| Octal | 150 | 134 | 54 | 0 | 14 | 72 | 73 | 60 | 51 | 35 |
| Binary | 1101000 | 1011100 | 101100 | 0 | 1100 | 111010 | 111011 | 110000 | 101001 | 11101 |
Color Harmonies of #685C2C
Complementary color
Monochromatic Colors of #685C2C
Black with #685C2C
Text Example
Text Example
White with #685C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #685C2C; }
p { color: rgb(104,92,44); }
H1.HeaderClassName
{
color: #685C2C;
}
.AnyTagClassName
{
color: #685C2C;
}
</style>
background-color css
<style>
a { background-color: #685C2C; }
a { background-color: rgb(104,92,44); }
div.DivClassName
{
background-color: #685C2C;
}
.BgClassName
{
background-color: #685C2C;
}
</style>
border-color css
<style>
span { border-color: #685C2C; }
span { border-color: rgb(104,92,44); }
td.TdClassName
{
border-color: #685C2C;
}
.TagClassName
{
border-color: #685C2C;
}
</style>