Shades of Gumbo #6E8B84
Tints of Gumbo #6E8B84
RGB
CMYK
RGB Variations
Color information
#6E8B84 (or 0x6E8B84) is known color: Gumbo. HEX triplet: 6E, 8B and 84. RGB value is (110,139,132). Sum of RGB (Red+Green+Blue) = 110+139+132=381 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.87% from 381); Green value is 139 (54.69% from 255 or 36.48% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 139 - color contains mainly: green. Hex color #6E8B84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8B84 is #91747B. Grayscale: #818181. Windows color (decimal): -9532540 or 8686446. OLE color: 8686446.
HSL color Cylindrical-coordinate representation of color #6E8B84: hue angle of 165.52º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6E8B84 is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 110 | 139 | 132 | - |
| CMYK | 0.21 | 0 | 0.05 | 0.45 |
| HSL | 165.52º | 0.12% | 0.49% | - |
| HSV(B) | 165.52º | 0.21% | 0.55% | - |
| XYZ | 19.83 | 23.45 | 25.31 | - |
| YUV | 129.53 | 129.39 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 139 | 132 | 0.21 | 0 | 0.05 | 0.45 | 165.52 | 0.12 | 0.49 |
| Hex | 6E | 8B | 84 | 15 | 0 | 5 | 2D | A6 | C | 31 |
| Octal | 156 | 213 | 204 | 25 | 0 | 5 | 55 | 246 | 14 | 61 |
| Binary | 1101110 | 10001011 | 10000100 | 10101 | 0 | 101 | 101101 | 10100110 | 1100 | 110001 |
Color Harmonies of #6E8B84
Complementary color
Monochromatic Colors of #6E8B84
Black with #6E8B84
Text Example
Text Example
White with #6E8B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8B84; }
p { color: rgb(110,139,132); }
H1.HeaderClassName
{
color: #6E8B84;
}
.AnyTagClassName
{
color: #6E8B84;
}
</style>
background-color css
<style>
a { background-color: #6E8B84; }
a { background-color: rgb(110,139,132); }
div.DivClassName
{
background-color: #6E8B84;
}
.BgClassName
{
background-color: #6E8B84;
}
</style>
border-color css
<style>
span { border-color: #6E8B84; }
span { border-color: rgb(110,139,132); }
td.TdClassName
{
border-color: #6E8B84;
}
.TagClassName
{
border-color: #6E8B84;
}
</style>