Shades of Gumbo #6E8781
Tints of Gumbo #6E8781
RGB
CMYK
RGB Variations
Color information
#6E8781 (or 0x6E8781) is known color: Gumbo. HEX triplet: 6E, 87 and 81. RGB value is (110,135,129). Sum of RGB (Red+Green+Blue) = 110+135+129=374 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.41% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 129 (50.78% from 255 or 34.49% from 374); Max value from RGB is 135 - color contains mainly: green. Hex color #6E8781 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8781 is #91787E. Grayscale: #7E7E7E. Windows color (decimal): -9533567 or 8488814. OLE color: 8488814.
HSL color Cylindrical-coordinate representation of color #6E8781: hue angle of 165.6º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6E8781 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 110 | 135 | 129 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.47 |
| HSL | 165.6º | 0.1% | 0.48% | - |
| HSV(B) | 165.6º | 0.19% | 0.53% | - |
| XYZ | 19.06 | 22.23 | 24.05 | - |
| YUV | 126.84 | 129.22 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 135 | 129 | 0.19 | 0 | 0.04 | 0.47 | 165.6 | 0.1 | 0.48 |
| Hex | 6E | 87 | 81 | 13 | 0 | 4 | 2F | A6 | A | 30 |
| Octal | 156 | 207 | 201 | 23 | 0 | 4 | 57 | 246 | 12 | 60 |
| Binary | 1101110 | 10000111 | 10000001 | 10011 | 0 | 100 | 101111 | 10100110 | 1010 | 110000 |
Color Harmonies of #6E8781
Complementary color
Monochromatic Colors of #6E8781
Black with #6E8781
Text Example
Text Example
White with #6E8781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E8781; }
p { color: rgb(110,135,129); }
H1.HeaderClassName
{
color: #6E8781;
}
.AnyTagClassName
{
color: #6E8781;
}
</style>
background-color css
<style>
a { background-color: #6E8781; }
a { background-color: rgb(110,135,129); }
div.DivClassName
{
background-color: #6E8781;
}
.BgClassName
{
background-color: #6E8781;
}
</style>
border-color css
<style>
span { border-color: #6E8781; }
span { border-color: rgb(110,135,129); }
td.TdClassName
{
border-color: #6E8781;
}
.TagClassName
{
border-color: #6E8781;
}
</style>