Shades of Costa Del Sol #68620D
Tints of Costa Del Sol #68620D
RGB
CMYK
RGB Variations
Color information
#68620D (or 0x68620D) is known color: Costa Del Sol. HEX triplet: 68, 62 and 0D. RGB value is (104,98,13). Sum of RGB (Red+Green+Blue) = 104+98+13=215 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.37% from 215); Green value is 98 (38.67% from 255 or 45.58% from 215); Blue value is 13 (5.47% from 255 or 6.05% from 215); Max value from RGB is 104 - color contains mainly: red. Hex color #68620D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68620D is #979DF2. Grayscale: #5A5A5A. Windows color (decimal): -9936371 or 877160. OLE color: 877160.
HSL color Cylindrical-coordinate representation of color #68620D: hue angle of 56.04º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #68620D is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 98 | 13 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.59 |
| HSL | 56.04º | 0.78% | 0.23% | - |
| HSV(B) | 56.04º | 0.88% | 0.41% | - |
| XYZ | 10.15 | 11.71 | 2.11 | - |
| YUV | 90.1 | 84.49 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 98 | 13 | 0 | 0.06 | 0.88 | 0.59 | 56.04 | 0.78 | 0.23 |
| Hex | 68 | 62 | D | 0 | 6 | 58 | 3B | 38 | 4E | 17 |
| Octal | 150 | 142 | 15 | 0 | 6 | 130 | 73 | 70 | 116 | 27 |
| Binary | 1101000 | 1100010 | 1101 | 0 | 110 | 1011000 | 111011 | 111000 | 1001110 | 10111 |
Color Harmonies of #68620D
Complementary color
Monochromatic Colors of #68620D
Black with #68620D
Text Example
Text Example
White with #68620D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68620D; }
p { color: rgb(104,98,13); }
H1.HeaderClassName
{
color: #68620D;
}
.AnyTagClassName
{
color: #68620D;
}
</style>
background-color css
<style>
a { background-color: #68620D; }
a { background-color: rgb(104,98,13); }
div.DivClassName
{
background-color: #68620D;
}
.BgClassName
{
background-color: #68620D;
}
</style>
border-color css
<style>
span { border-color: #68620D; }
span { border-color: rgb(104,98,13); }
td.TdClassName
{
border-color: #68620D;
}
.TagClassName
{
border-color: #68620D;
}
</style>