Shades of Costa Del Sol #68620E
Tints of Costa Del Sol #68620E
RGB
CMYK
RGB Variations
Color information
#68620E (or 0x68620E) is known color: Costa Del Sol. HEX triplet: 68, 62 and 0E. RGB value is (104,98,14). Sum of RGB (Red+Green+Blue) = 104+98+14=216 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.15% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 14 (5.86% from 255 or 6.48% from 216); Max value from RGB is 104 - color contains mainly: red. Hex color #68620E is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68620E is #979DF1. Grayscale: #5A5A5A. Windows color (decimal): -9936370 or 942696. OLE color: 942696.
HSL color Cylindrical-coordinate representation of color #68620E: hue angle of 56º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #68620E is Cyan = 0, Magento = 0.06, Yellow = 0.87 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 98 | 14 | - |
| CMYK | 0 | 0.06 | 0.87 | 0.59 |
| HSL | 56º | 0.76% | 0.23% | - |
| HSV(B) | 56º | 0.87% | 0.41% | - |
| XYZ | 10.16 | 11.71 | 2.14 | - |
| YUV | 90.22 | 84.99 | 137.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 98 | 14 | 0 | 0.06 | 0.87 | 0.59 | 56 | 0.76 | 0.23 |
| Hex | 68 | 62 | E | 0 | 6 | 57 | 3B | 38 | 4C | 17 |
| Octal | 150 | 142 | 16 | 0 | 6 | 127 | 73 | 70 | 114 | 27 |
| Binary | 1101000 | 1100010 | 1110 | 0 | 110 | 1010111 | 111011 | 111000 | 1001100 | 10111 |
Color Harmonies of #68620E
Complementary color
Monochromatic Colors of #68620E
Black with #68620E
Text Example
Text Example
White with #68620E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68620E; }
p { color: rgb(104,98,14); }
H1.HeaderClassName
{
color: #68620E;
}
.AnyTagClassName
{
color: #68620E;
}
</style>
background-color css
<style>
a { background-color: #68620E; }
a { background-color: rgb(104,98,14); }
div.DivClassName
{
background-color: #68620E;
}
.BgClassName
{
background-color: #68620E;
}
</style>
border-color css
<style>
span { border-color: #68620E; }
span { border-color: rgb(104,98,14); }
td.TdClassName
{
border-color: #68620E;
}
.TagClassName
{
border-color: #68620E;
}
</style>