Shades of Costa Del Sol #68620F
Tints of Costa Del Sol #68620F
RGB
CMYK
RGB Variations
Color information
#68620F (or 0x68620F) is known color: Costa Del Sol. HEX triplet: 68, 62 and 0F. RGB value is (104,98,15). Sum of RGB (Red+Green+Blue) = 104+98+15=217 (28% of max value = 765). Red value is 104 (41.02% from 255 or 47.93% from 217); Green value is 98 (38.67% from 255 or 45.16% from 217); Blue value is 15 (6.25% from 255 or 6.91% from 217); Max value from RGB is 104 - color contains mainly: red. Hex color #68620F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68620F is #979DF0. Grayscale: #5A5A5A. Windows color (decimal): -9936369 or 1008232. OLE color: 1008232.
HSL color Cylindrical-coordinate representation of color #68620F: hue angle of 55.96º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #68620F is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 98 | 15 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.59 |
| HSL | 55.96º | 0.75% | 0.23% | - |
| HSV(B) | 55.96º | 0.86% | 0.41% | - |
| XYZ | 10.16 | 11.71 | 2.18 | - |
| YUV | 90.33 | 85.49 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 98 | 15 | 0 | 0.06 | 0.86 | 0.59 | 55.96 | 0.75 | 0.23 |
| Hex | 68 | 62 | F | 0 | 6 | 56 | 3B | 38 | 4B | 17 |
| Octal | 150 | 142 | 17 | 0 | 6 | 126 | 73 | 70 | 113 | 27 |
| Binary | 1101000 | 1100010 | 1111 | 0 | 110 | 1010110 | 111011 | 111000 | 1001011 | 10111 |
Color Harmonies of #68620F
Complementary color
Monochromatic Colors of #68620F
Black with #68620F
Text Example
Text Example
White with #68620F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68620F; }
p { color: rgb(104,98,15); }
H1.HeaderClassName
{
color: #68620F;
}
.AnyTagClassName
{
color: #68620F;
}
</style>
background-color css
<style>
a { background-color: #68620F; }
a { background-color: rgb(104,98,15); }
div.DivClassName
{
background-color: #68620F;
}
.BgClassName
{
background-color: #68620F;
}
</style>
border-color css
<style>
span { border-color: #68620F; }
span { border-color: rgb(104,98,15); }
td.TdClassName
{
border-color: #68620F;
}
.TagClassName
{
border-color: #68620F;
}
</style>