Shades of Costa Del Sol #68661C
Tints of Costa Del Sol #68661C
RGB
CMYK
RGB Variations
Color information
#68661C (or 0x68661C) is known color: Costa Del Sol. HEX triplet: 68, 66 and 1C. RGB value is (104,102,28). Sum of RGB (Red+Green+Blue) = 104+102+28=234 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.44% from 234); Green value is 102 (40.23% from 255 or 43.59% from 234); Blue value is 28 (11.33% from 255 or 11.97% from 234); Max value from RGB is 104 - color contains mainly: red. Hex color #68661C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68661C is #9799E3. Grayscale: #5E5E5E. Windows color (decimal): -9935332 or 1861224. OLE color: 1861224.
HSL color Cylindrical-coordinate representation of color #68661C: hue angle of 58.42º 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 #68661C is Cyan = 0, Magento = 0.02, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 102 | 28 | - |
| CMYK | 0 | 0.02 | 0.73 | 0.59 |
| HSL | 58.42º | 0.58% | 0.26% | - |
| HSV(B) | 58.42º | 0.73% | 0.41% | - |
| XYZ | 10.67 | 12.53 | 2.95 | - |
| YUV | 94.16 | 90.66 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 102 | 28 | 0 | 0.02 | 0.73 | 0.59 | 58.42 | 0.58 | 0.26 |
| Hex | 68 | 66 | 1C | 0 | 2 | 49 | 3B | 3A | 3A | 1A |
| Octal | 150 | 146 | 34 | 0 | 2 | 111 | 73 | 72 | 72 | 32 |
| Binary | 1101000 | 1100110 | 11100 | 0 | 10 | 1001001 | 111011 | 111010 | 111010 | 11010 |
Color Harmonies of #68661C
Complementary color
Monochromatic Colors of #68661C
Black with #68661C
Text Example
Text Example
White with #68661C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68661C; }
p { color: rgb(104,102,28); }
H1.HeaderClassName
{
color: #68661C;
}
.AnyTagClassName
{
color: #68661C;
}
</style>
background-color css
<style>
a { background-color: #68661C; }
a { background-color: rgb(104,102,28); }
div.DivClassName
{
background-color: #68661C;
}
.BgClassName
{
background-color: #68661C;
}
</style>
border-color css
<style>
span { border-color: #68661C; }
span { border-color: rgb(104,102,28); }
td.TdClassName
{
border-color: #68661C;
}
.TagClassName
{
border-color: #68661C;
}
</style>