Shades of Costa Del Sol #68630D
Tints of Costa Del Sol #68630D
RGB
CMYK
RGB Variations
Color information
#68630D (or 0x68630D) is known color: Costa Del Sol. HEX triplet: 68, 63 and 0D. RGB value is (104,99,13). Sum of RGB (Red+Green+Blue) = 104+99+13=216 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.15% from 216); Green value is 99 (39.06% from 255 or 45.83% from 216); Blue value is 13 (5.47% from 255 or 6.02% from 216); Max value from RGB is 104 - color contains mainly: red. Hex color #68630D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68630D is #979CF2. Grayscale: #5B5B5B. Windows color (decimal): -9936115 or 877416. OLE color: 877416.
HSL color Cylindrical-coordinate representation of color #68630D: hue angle of 56.7º 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 #68630D is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 99 | 13 | - |
| CMYK | 0 | 0.05 | 0.88 | 0.59 |
| HSL | 56.7º | 0.78% | 0.23% | - |
| HSV(B) | 56.7º | 0.88% | 0.41% | - |
| XYZ | 10.24 | 11.9 | 2.14 | - |
| YUV | 90.69 | 84.16 | 137.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 99 | 13 | 0 | 0.05 | 0.88 | 0.59 | 56.7 | 0.78 | 0.23 |
| Hex | 68 | 63 | D | 0 | 5 | 58 | 3B | 39 | 4E | 17 |
| Octal | 150 | 143 | 15 | 0 | 5 | 130 | 73 | 71 | 116 | 27 |
| Binary | 1101000 | 1100011 | 1101 | 0 | 101 | 1011000 | 111011 | 111001 | 1001110 | 10111 |
Color Harmonies of #68630D
Complementary color
Monochromatic Colors of #68630D
Black with #68630D
Text Example
Text Example
White with #68630D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68630D; }
p { color: rgb(104,99,13); }
H1.HeaderClassName
{
color: #68630D;
}
.AnyTagClassName
{
color: #68630D;
}
</style>
background-color css
<style>
a { background-color: #68630D; }
a { background-color: rgb(104,99,13); }
div.DivClassName
{
background-color: #68630D;
}
.BgClassName
{
background-color: #68630D;
}
</style>
border-color css
<style>
span { border-color: #68630D; }
span { border-color: rgb(104,99,13); }
td.TdClassName
{
border-color: #68630D;
}
.TagClassName
{
border-color: #68630D;
}
</style>