Shades of Costa Del Sol #68620C
Tints of Costa Del Sol #68620C
RGB
CMYK
RGB Variations
Color information
#68620C (or 0x68620C) is known color: Costa Del Sol. HEX triplet: 68, 62 and 0C. RGB value is (104,98,12). Sum of RGB (Red+Green+Blue) = 104+98+12=214 (28% of max value = 765). Red value is 104 (41.02% from 255 or 48.60% from 214); Green value is 98 (38.67% from 255 or 45.79% from 214); Blue value is 12 (5.08% from 255 or 5.61% from 214); Max value from RGB is 104 - color contains mainly: red. Hex color #68620C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68620C is #979DF3. Grayscale: #5A5A5A. Windows color (decimal): -9936372 or 811624. OLE color: 811624.
HSL color Cylindrical-coordinate representation of color #68620C: hue angle of 56.09º degrees, saturation: 0.79, 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 #68620C is Cyan = 0, Magento = 0.06, Yellow = 0.88 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 98 | 12 | - |
| CMYK | 0 | 0.06 | 0.88 | 0.59 |
| HSL | 56.09º | 0.79% | 0.23% | - |
| HSV(B) | 56.09º | 0.88% | 0.41% | - |
| XYZ | 10.14 | 11.7 | 2.07 | - |
| YUV | 89.99 | 83.99 | 137.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 98 | 12 | 0 | 0.06 | 0.88 | 0.59 | 56.09 | 0.79 | 0.23 |
| Hex | 68 | 62 | C | 0 | 6 | 58 | 3B | 38 | 4F | 17 |
| Octal | 150 | 142 | 14 | 0 | 6 | 130 | 73 | 70 | 117 | 27 |
| Binary | 1101000 | 1100010 | 1100 | 0 | 110 | 1011000 | 111011 | 111000 | 1001111 | 10111 |
Color Harmonies of #68620C
Complementary color
Monochromatic Colors of #68620C
Black with #68620C
Text Example
Text Example
White with #68620C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68620C; }
p { color: rgb(104,98,12); }
H1.HeaderClassName
{
color: #68620C;
}
.AnyTagClassName
{
color: #68620C;
}
</style>
background-color css
<style>
a { background-color: #68620C; }
a { background-color: rgb(104,98,12); }
div.DivClassName
{
background-color: #68620C;
}
.BgClassName
{
background-color: #68620C;
}
</style>
border-color css
<style>
span { border-color: #68620C; }
span { border-color: rgb(104,98,12); }
td.TdClassName
{
border-color: #68620C;
}
.TagClassName
{
border-color: #68620C;
}
</style>