Shades of Costa Del Sol #68612B
Tints of Costa Del Sol #68612B
RGB
CMYK
RGB Variations
Color information
#68612B (or 0x68612B) is known color: Costa Del Sol. HEX triplet: 68, 61 and 2B. RGB value is (104,97,43). Sum of RGB (Red+Green+Blue) = 104+97+43=244 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.62% from 244); Green value is 97 (38.28% from 255 or 39.75% from 244); Blue value is 43 (17.19% from 255 or 17.62% from 244); Max value from RGB is 104 - color contains mainly: red. Hex color #68612B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68612B is #979ED4. Grayscale: #5D5D5D. Windows color (decimal): -9936597 or 2842984. OLE color: 2842984.
HSL color Cylindrical-coordinate representation of color #68612B: hue angle of 53.11º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #68612B is Cyan = 0, Magento = 0.07, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 97 | 43 | - |
| CMYK | 0 | 0.07 | 0.59 | 0.59 |
| HSL | 53.11º | 0.41% | 0.29% | - |
| HSV(B) | 53.11º | 0.59% | 0.41% | - |
| XYZ | 10.42 | 11.67 | 3.99 | - |
| YUV | 92.94 | 99.82 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 97 | 43 | 0 | 0.07 | 0.59 | 0.59 | 53.11 | 0.41 | 0.29 |
| Hex | 68 | 61 | 2B | 0 | 7 | 3B | 3B | 35 | 29 | 1D |
| Octal | 150 | 141 | 53 | 0 | 7 | 73 | 73 | 65 | 51 | 35 |
| Binary | 1101000 | 1100001 | 101011 | 0 | 111 | 111011 | 111011 | 110101 | 101001 | 11101 |
Color Harmonies of #68612B
Complementary color
Monochromatic Colors of #68612B
Black with #68612B
Text Example
Text Example
White with #68612B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68612B; }
p { color: rgb(104,97,43); }
H1.HeaderClassName
{
color: #68612B;
}
.AnyTagClassName
{
color: #68612B;
}
</style>
background-color css
<style>
a { background-color: #68612B; }
a { background-color: rgb(104,97,43); }
div.DivClassName
{
background-color: #68612B;
}
.BgClassName
{
background-color: #68612B;
}
</style>
border-color css
<style>
span { border-color: #68612B; }
span { border-color: rgb(104,97,43); }
td.TdClassName
{
border-color: #68612B;
}
.TagClassName
{
border-color: #68612B;
}
</style>