Shades of Costa Del Sol #68682E
Tints of Costa Del Sol #68682E
RGB
CMYK
RGB Variations
Color information
#68682E (or 0x68682E) is known color: Costa Del Sol. HEX triplet: 68, 68 and 2E. RGB value is (104,104,46). Sum of RGB (Red+Green+Blue) = 104+104+46=254 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.94% from 254); Green value is 104 (41.02% from 255 or 40.94% from 254); Blue value is 46 (18.36% from 255 or 18.11% from 254); Max value from RGB is 104 - color contains mainly: red, green. Hex color #68682E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68682E is #9797D1. Grayscale: #616161. Windows color (decimal): -9934802 or 3041384. OLE color: 3041384.
HSL color Cylindrical-coordinate representation of color #68682E: hue angle of 60º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68682E is Cyan = 0, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 104 | 46 | - |
| CMYK | 0 | 0 | 0.56 | 0.59 |
| HSL | 60º | 0.39% | 0.29% | - |
| HSV(B) | 60º | 0.56% | 0.41% | - |
| XYZ | 11.15 | 13.04 | 4.51 | - |
| YUV | 97.39 | 99 | 132.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 104 | 46 | 0 | 0 | 0.56 | 0.59 | 60 | 0.39 | 0.29 |
| Hex | 68 | 68 | 2E | 0 | 0 | 38 | 3B | 3C | 27 | 1D |
| Octal | 150 | 150 | 56 | 0 | 0 | 70 | 73 | 74 | 47 | 35 |
| Binary | 1101000 | 1101000 | 101110 | 0 | 0 | 111000 | 111011 | 111100 | 100111 | 11101 |
Color Harmonies of #68682E
Complementary color
Monochromatic Colors of #68682E
Black with #68682E
Text Example
Text Example
White with #68682E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68682E; }
p { color: rgb(104,104,46); }
H1.HeaderClassName
{
color: #68682E;
}
.AnyTagClassName
{
color: #68682E;
}
</style>
background-color css
<style>
a { background-color: #68682E; }
a { background-color: rgb(104,104,46); }
div.DivClassName
{
background-color: #68682E;
}
.BgClassName
{
background-color: #68682E;
}
</style>
border-color css
<style>
span { border-color: #68682E; }
span { border-color: rgb(104,104,46); }
td.TdClassName
{
border-color: #68682E;
}
.TagClassName
{
border-color: #68682E;
}
</style>