Shades of Gumbo #688B86
Tints of Gumbo #688B86
RGB
CMYK
RGB Variations
Color information
#688B86 (or 0x688B86) is known color: Gumbo. HEX triplet: 68, 8B and 86. RGB value is (104,139,134). Sum of RGB (Red+Green+Blue) = 104+139+134=377 (49% of max value = 765). Red value is 104 (41.02% from 255 or 27.59% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 139 - color contains mainly: green. Hex color #688B86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688B86 is #977479. Grayscale: #7F7F7F. Windows color (decimal): -9925754 or 8817512. OLE color: 8817512.
HSL color Cylindrical-coordinate representation of color #688B86: hue angle of 171.43º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #688B86 is Cyan = 0.25, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 139 | 134 | - |
| CMYK | 0.25 | 0 | 0.04 | 0.45 |
| HSL | 171.43º | 0.14% | 0.48% | - |
| HSV(B) | 171.43º | 0.25% | 0.55% | - |
| XYZ | 19.24 | 23.13 | 26 | - |
| YUV | 127.97 | 131.4 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 139 | 134 | 0.25 | 0 | 0.04 | 0.45 | 171.43 | 0.14 | 0.48 |
| Hex | 68 | 8B | 86 | 19 | 0 | 4 | 2D | AB | E | 30 |
| Octal | 150 | 213 | 206 | 31 | 0 | 4 | 55 | 253 | 16 | 60 |
| Binary | 1101000 | 10001011 | 10000110 | 11001 | 0 | 100 | 101101 | 10101011 | 1110 | 110000 |
Color Harmonies of #688B86
Complementary color
Monochromatic Colors of #688B86
Black with #688B86
Text Example
Text Example
White with #688B86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688B86; }
p { color: rgb(104,139,134); }
H1.HeaderClassName
{
color: #688B86;
}
.AnyTagClassName
{
color: #688B86;
}
</style>
background-color css
<style>
a { background-color: #688B86; }
a { background-color: rgb(104,139,134); }
div.DivClassName
{
background-color: #688B86;
}
.BgClassName
{
background-color: #688B86;
}
</style>
border-color css
<style>
span { border-color: #688B86; }
span { border-color: rgb(104,139,134); }
td.TdClassName
{
border-color: #688B86;
}
.TagClassName
{
border-color: #688B86;
}
</style>