Shades of Costa Del Sol #68610B
Tints of Costa Del Sol #68610B
RGB
CMYK
RGB Variations
Color information
#68610B (or 0x68610B) is known color: Costa Del Sol. HEX triplet: 68, 61 and 0B. RGB value is (104,97,11). Sum of RGB (Red+Green+Blue) = 104+97+11=212 (28% of max value = 765). Red value is 104 (41.02% from 255 or 49.06% from 212); Green value is 97 (38.28% from 255 or 45.75% from 212); Blue value is 11 (4.69% from 255 or 5.19% from 212); Max value from RGB is 104 - color contains mainly: red. Hex color #68610B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #68610B is #979EF4. Grayscale: #595959. Windows color (decimal): -9936629 or 745832. OLE color: 745832.
HSL color Cylindrical-coordinate representation of color #68610B: hue angle of 55.48º degrees, saturation: 0.81, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #68610B is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 97 | 11 | - |
| CMYK | 0 | 0.07 | 0.89 | 0.59 |
| HSL | 55.48º | 0.81% | 0.23% | - |
| HSV(B) | 55.48º | 0.89% | 0.41% | - |
| XYZ | 10.04 | 11.52 | 2.01 | - |
| YUV | 89.29 | 83.82 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 97 | 11 | 0 | 0.07 | 0.89 | 0.59 | 55.48 | 0.81 | 0.23 |
| Hex | 68 | 61 | B | 0 | 7 | 59 | 3B | 37 | 51 | 17 |
| Octal | 150 | 141 | 13 | 0 | 7 | 131 | 73 | 67 | 121 | 27 |
| Binary | 1101000 | 1100001 | 1011 | 0 | 111 | 1011001 | 111011 | 110111 | 1010001 | 10111 |
Color Harmonies of #68610B
Complementary color
Monochromatic Colors of #68610B
Black with #68610B
Text Example
Text Example
White with #68610B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68610B; }
p { color: rgb(104,97,11); }
H1.HeaderClassName
{
color: #68610B;
}
.AnyTagClassName
{
color: #68610B;
}
</style>
background-color css
<style>
a { background-color: #68610B; }
a { background-color: rgb(104,97,11); }
div.DivClassName
{
background-color: #68610B;
}
.BgClassName
{
background-color: #68610B;
}
</style>
border-color css
<style>
span { border-color: #68610B; }
span { border-color: rgb(104,97,11); }
td.TdClassName
{
border-color: #68610B;
}
.TagClassName
{
border-color: #68610B;
}
</style>