Shades of Costa Del Sol #68682D
Tints of Costa Del Sol #68682D
RGB
CMYK
RGB Variations
Color information
#68682D (or 0x68682D) is known color: Costa Del Sol. HEX triplet: 68, 68 and 2D. RGB value is (104,104,45). Sum of RGB (Red+Green+Blue) = 104+104+45=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 104 (41.02% from 255 or 41.11% from 253); Blue value is 45 (17.97% from 255 or 17.79% from 253); Max value from RGB is 104 - color contains mainly: red, green. Hex color #68682D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68682D is #9797D2. Grayscale: #616161. Windows color (decimal): -9934803 or 2975848. OLE color: 2975848.
HSL color Cylindrical-coordinate representation of color #68682D: hue angle of 60º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #68682D is Cyan = 0, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 104 | 45 | - |
| CMYK | 0 | 0 | 0.57 | 0.59 |
| HSL | 60º | 0.4% | 0.29% | - |
| HSV(B) | 60º | 0.57% | 0.41% | - |
| XYZ | 11.13 | 13.03 | 4.41 | - |
| YUV | 97.27 | 98.5 | 132.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 104 | 45 | 0 | 0 | 0.57 | 0.59 | 60 | 0.4 | 0.29 |
| Hex | 68 | 68 | 2D | 0 | 0 | 39 | 3B | 3C | 28 | 1D |
| Octal | 150 | 150 | 55 | 0 | 0 | 71 | 73 | 74 | 50 | 35 |
| Binary | 1101000 | 1101000 | 101101 | 0 | 0 | 111001 | 111011 | 111100 | 101000 | 11101 |
Color Harmonies of #68682D
Complementary color
Monochromatic Colors of #68682D
Black with #68682D
Text Example
Text Example
White with #68682D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68682D; }
p { color: rgb(104,104,45); }
H1.HeaderClassName
{
color: #68682D;
}
.AnyTagClassName
{
color: #68682D;
}
</style>
background-color css
<style>
a { background-color: #68682D; }
a { background-color: rgb(104,104,45); }
div.DivClassName
{
background-color: #68682D;
}
.BgClassName
{
background-color: #68682D;
}
</style>
border-color css
<style>
span { border-color: #68682D; }
span { border-color: rgb(104,104,45); }
td.TdClassName
{
border-color: #68682D;
}
.TagClassName
{
border-color: #68682D;
}
</style>