Shades of Costa Del Sol #68621C
Tints of Costa Del Sol #68621C
RGB
CMYK
RGB Variations
Color information
#68621C (or 0x68621C) is known color: Costa Del Sol. HEX triplet: 68, 62 and 1C. RGB value is (104,98,28). Sum of RGB (Red+Green+Blue) = 104+98+28=230 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.22% from 230); Green value is 98 (38.67% from 255 or 42.61% from 230); Blue value is 28 (11.33% from 255 or 12.17% from 230); Max value from RGB is 104 - color contains mainly: red. Hex color #68621C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68621C is #979DE3. Grayscale: #5C5C5C. Windows color (decimal): -9936356 or 1860200. OLE color: 1860200.
HSL color Cylindrical-coordinate representation of color #68621C: hue angle of 55.26º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #68621C is Cyan = 0, Magento = 0.06, Yellow = 0.73 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 98 | 28 | - |
| CMYK | 0 | 0.06 | 0.73 | 0.59 |
| HSL | 55.26º | 0.58% | 0.26% | - |
| HSV(B) | 55.26º | 0.73% | 0.41% | - |
| XYZ | 10.29 | 11.76 | 2.83 | - |
| YUV | 91.81 | 91.99 | 136.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 98 | 28 | 0 | 0.06 | 0.73 | 0.59 | 55.26 | 0.58 | 0.26 |
| Hex | 68 | 62 | 1C | 0 | 6 | 49 | 3B | 37 | 3A | 1A |
| Octal | 150 | 142 | 34 | 0 | 6 | 111 | 73 | 67 | 72 | 32 |
| Binary | 1101000 | 1100010 | 11100 | 0 | 110 | 1001001 | 111011 | 110111 | 111010 | 11010 |
Color Harmonies of #68621C
Complementary color
Monochromatic Colors of #68621C
Black with #68621C
Text Example
Text Example
White with #68621C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68621C; }
p { color: rgb(104,98,28); }
H1.HeaderClassName
{
color: #68621C;
}
.AnyTagClassName
{
color: #68621C;
}
</style>
background-color css
<style>
a { background-color: #68621C; }
a { background-color: rgb(104,98,28); }
div.DivClassName
{
background-color: #68621C;
}
.BgClassName
{
background-color: #68621C;
}
</style>
border-color css
<style>
span { border-color: #68621C; }
span { border-color: rgb(104,98,28); }
td.TdClassName
{
border-color: #68621C;
}
.TagClassName
{
border-color: #68621C;
}
</style>