Shades of Costa Del Sol #68661D
Tints of Costa Del Sol #68661D
RGB
CMYK
RGB Variations
Color information
#68661D (or 0x68661D) is known color: Costa Del Sol. HEX triplet: 68, 66 and 1D. RGB value is (104,102,29). Sum of RGB (Red+Green+Blue) = 104+102+29=235 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.26% from 235); Green value is 102 (40.23% from 255 or 43.40% from 235); Blue value is 29 (11.72% from 255 or 12.34% from 235); Max value from RGB is 104 - color contains mainly: red. Hex color #68661D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68661D is #9799E2. Grayscale: #5E5E5E. Windows color (decimal): -9935331 or 1926760. OLE color: 1926760.
HSL color Cylindrical-coordinate representation of color #68661D: hue angle of 58.4º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #68661D is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 102 | 29 | - |
| CMYK | 0 | 0.02 | 0.72 | 0.59 |
| HSL | 58.4º | 0.56% | 0.26% | - |
| HSV(B) | 58.4º | 0.72% | 0.41% | - |
| XYZ | 10.68 | 12.53 | 3.02 | - |
| YUV | 94.28 | 91.16 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 102 | 29 | 0 | 0.02 | 0.72 | 0.59 | 58.4 | 0.56 | 0.26 |
| Hex | 68 | 66 | 1D | 0 | 2 | 48 | 3B | 3A | 38 | 1A |
| Octal | 150 | 146 | 35 | 0 | 2 | 110 | 73 | 72 | 70 | 32 |
| Binary | 1101000 | 1100110 | 11101 | 0 | 10 | 1001000 | 111011 | 111010 | 111000 | 11010 |
Color Harmonies of #68661D
Complementary color
Monochromatic Colors of #68661D
Black with #68661D
Text Example
Text Example
White with #68661D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68661D; }
p { color: rgb(104,102,29); }
H1.HeaderClassName
{
color: #68661D;
}
.AnyTagClassName
{
color: #68661D;
}
</style>
background-color css
<style>
a { background-color: #68661D; }
a { background-color: rgb(104,102,29); }
div.DivClassName
{
background-color: #68661D;
}
.BgClassName
{
background-color: #68661D;
}
</style>
border-color css
<style>
span { border-color: #68661D; }
span { border-color: rgb(104,102,29); }
td.TdClassName
{
border-color: #68661D;
}
.TagClassName
{
border-color: #68661D;
}
</style>