Shades of Gumbo #6E8F86
Tints of Gumbo #6E8F86
RGB
CMYK
RGB Variations
Color information
#6E8F86 (or 0x6E8F86) is known color: Gumbo. HEX triplet: 6E, 8F and 86. RGB value is (110,143,134). Sum of RGB (Red+Green+Blue) = 110+143+134=387 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.42% from 387); Green value is 143 (56.25% from 255 or 36.95% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 143 - color contains mainly: green. Hex color #6E8F86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8F86 is #917079. Grayscale: #848484. Windows color (decimal): -9531514 or 8818542. OLE color: 8818542.
HSL color Cylindrical-coordinate representation of color #6E8F86: hue angle of 163.64º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6E8F86 is Cyan = 0.23, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 110 | 143 | 134 | - |
| CMYK | 0.23 | 0 | 0.06 | 0.44 |
| HSL | 163.64º | 0.13% | 0.5% | - |
| HSV(B) | 163.64º | 0.23% | 0.56% | - |
| XYZ | 20.56 | 24.68 | 26.23 | - |
| YUV | 132.11 | 129.07 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 143 | 134 | 0.23 | 0 | 0.06 | 0.44 | 163.64 | 0.13 | 0.5 |
| Hex | 6E | 8F | 86 | 17 | 0 | 6 | 2C | A4 | D | 32 |
| Octal | 156 | 217 | 206 | 27 | 0 | 6 | 54 | 244 | 15 | 62 |
| Binary | 1101110 | 10001111 | 10000110 | 10111 | 0 | 110 | 101100 | 10100100 | 1101 | 110010 |
Color Harmonies of #6E8F86
Complementary color
Monochromatic Colors of #6E8F86
Black with #6E8F86
Text Example
Text Example
White with #6E8F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8F86; }
p { color: rgb(110,143,134); }
H1.HeaderClassName
{
color: #6E8F86;
}
.AnyTagClassName
{
color: #6E8F86;
}
</style>
background-color css
<style>
a { background-color: #6E8F86; }
a { background-color: rgb(110,143,134); }
div.DivClassName
{
background-color: #6E8F86;
}
.BgClassName
{
background-color: #6E8F86;
}
</style>
border-color css
<style>
span { border-color: #6E8F86; }
span { border-color: rgb(110,143,134); }
td.TdClassName
{
border-color: #6E8F86;
}
.TagClassName
{
border-color: #6E8F86;
}
</style>