Shades of Costa Del Sol #686232
Tints of Costa Del Sol #686232
RGB
CMYK
RGB Variations
Color information
#686232 (or 0x686232) is known color: Costa Del Sol. HEX triplet: 68, 62 and 32. RGB value is (104,98,50). Sum of RGB (Red+Green+Blue) = 104+98+50=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 98 (38.67% from 255 or 38.89% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 104 - color contains mainly: red. Hex color #686232 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686232 is #979DCD. Grayscale: #5E5E5E. Windows color (decimal): -9936334 or 3301992. OLE color: 3301992.
HSL color Cylindrical-coordinate representation of color #686232: hue angle of 53.33º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #686232 is Cyan = 0, Magento = 0.06, Yellow = 0.52 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 98 | 50 | - |
| CMYK | 0 | 0.06 | 0.52 | 0.59 |
| HSL | 53.33º | 0.35% | 0.3% | - |
| HSV(B) | 53.33º | 0.52% | 0.41% | - |
| XYZ | 10.65 | 11.91 | 4.75 | - |
| YUV | 94.32 | 102.99 | 134.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 98 | 50 | 0 | 0.06 | 0.52 | 0.59 | 53.33 | 0.35 | 0.3 |
| Hex | 68 | 62 | 32 | 0 | 6 | 34 | 3B | 35 | 23 | 1E |
| Octal | 150 | 142 | 62 | 0 | 6 | 64 | 73 | 65 | 43 | 36 |
| Binary | 1101000 | 1100010 | 110010 | 0 | 110 | 110100 | 111011 | 110101 | 100011 | 11110 |
Color Harmonies of #686232
Complementary color
Monochromatic Colors of #686232
Black with #686232
Text Example
Text Example
White with #686232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686232; }
p { color: rgb(104,98,50); }
H1.HeaderClassName
{
color: #686232;
}
.AnyTagClassName
{
color: #686232;
}
</style>
background-color css
<style>
a { background-color: #686232; }
a { background-color: rgb(104,98,50); }
div.DivClassName
{
background-color: #686232;
}
.BgClassName
{
background-color: #686232;
}
</style>
border-color css
<style>
span { border-color: #686232; }
span { border-color: rgb(104,98,50); }
td.TdClassName
{
border-color: #686232;
}
.TagClassName
{
border-color: #686232;
}
</style>