Shades of Costa Del Sol #68622E
Tints of Costa Del Sol #68622E
RGB
CMYK
RGB Variations
Color information
#68622E (or 0x68622E) is known color: Costa Del Sol. HEX triplet: 68, 62 and 2E. RGB value is (104,98,46). Sum of RGB (Red+Green+Blue) = 104+98+46=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 46 (18.36% from 255 or 18.55% from 248); Max value from RGB is 104 - color contains mainly: red. Hex color #68622E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68622E is #979DD1. Grayscale: #5E5E5E. Windows color (decimal): -9936338 or 3039848. OLE color: 3039848.
HSL color Cylindrical-coordinate representation of color #68622E: hue angle of 53.79º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68622E is Cyan = 0, Magento = 0.06, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 98 | 46 | - |
| CMYK | 0 | 0.06 | 0.56 | 0.59 |
| HSL | 53.79º | 0.39% | 0.29% | - |
| HSV(B) | 53.79º | 0.56% | 0.41% | - |
| XYZ | 10.57 | 11.88 | 4.32 | - |
| YUV | 93.87 | 100.99 | 135.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 98 | 46 | 0 | 0.06 | 0.56 | 0.59 | 53.79 | 0.39 | 0.29 |
| Hex | 68 | 62 | 2E | 0 | 6 | 38 | 3B | 36 | 27 | 1D |
| Octal | 150 | 142 | 56 | 0 | 6 | 70 | 73 | 66 | 47 | 35 |
| Binary | 1101000 | 1100010 | 101110 | 0 | 110 | 111000 | 111011 | 110110 | 100111 | 11101 |
Color Harmonies of #68622E
Complementary color
Monochromatic Colors of #68622E
Black with #68622E
Text Example
Text Example
White with #68622E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68622E; }
p { color: rgb(104,98,46); }
H1.HeaderClassName
{
color: #68622E;
}
.AnyTagClassName
{
color: #68622E;
}
</style>
background-color css
<style>
a { background-color: #68622E; }
a { background-color: rgb(104,98,46); }
div.DivClassName
{
background-color: #68622E;
}
.BgClassName
{
background-color: #68622E;
}
</style>
border-color css
<style>
span { border-color: #68622E; }
span { border-color: rgb(104,98,46); }
td.TdClassName
{
border-color: #68622E;
}
.TagClassName
{
border-color: #68622E;
}
</style>