Shades of Costa Del Sol #68591C
Tints of Costa Del Sol #68591C
RGB
CMYK
RGB Variations
Color information
#68591C (or 0x68591C) is known color: Costa Del Sol. HEX triplet: 68, 59 and 1C. RGB value is (104,89,28). Sum of RGB (Red+Green+Blue) = 104+89+28=221 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.06% from 221); Green value is 89 (35.16% from 255 or 40.27% from 221); Blue value is 28 (11.33% from 255 or 12.67% from 221); Max value from RGB is 104 - color contains mainly: red. Hex color #68591C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68591C is #97A6E3. Grayscale: #565656. Windows color (decimal): -9938660 or 1857896. OLE color: 1857896.
HSL color Cylindrical-coordinate representation of color #68591C: hue angle of 48.16º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #68591C is Cyan = 0, Magento = 0.14, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 89 | 28 | - |
| CMYK | 0 | 0.14 | 0.73 | 0.59 |
| HSL | 48.16º | 0.58% | 0.26% | - |
| HSV(B) | 48.16º | 0.73% | 0.41% | - |
| XYZ | 9.49 | 10.17 | 2.56 | - |
| YUV | 86.53 | 94.97 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 89 | 28 | 0 | 0.14 | 0.73 | 0.59 | 48.16 | 0.58 | 0.26 |
| Hex | 68 | 59 | 1C | 0 | E | 49 | 3B | 30 | 3A | 1A |
| Octal | 150 | 131 | 34 | 0 | 16 | 111 | 73 | 60 | 72 | 32 |
| Binary | 1101000 | 1011001 | 11100 | 0 | 1110 | 1001001 | 111011 | 110000 | 111010 | 11010 |
Color Harmonies of #68591C
Complementary color
Monochromatic Colors of #68591C
Black with #68591C
Text Example
Text Example
White with #68591C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68591C; }
p { color: rgb(104,89,28); }
H1.HeaderClassName
{
color: #68591C;
}
.AnyTagClassName
{
color: #68591C;
}
</style>
background-color css
<style>
a { background-color: #68591C; }
a { background-color: rgb(104,89,28); }
div.DivClassName
{
background-color: #68591C;
}
.BgClassName
{
background-color: #68591C;
}
</style>
border-color css
<style>
span { border-color: #68591C; }
span { border-color: rgb(104,89,28); }
td.TdClassName
{
border-color: #68591C;
}
.TagClassName
{
border-color: #68591C;
}
</style>