Shades of Gumbo #6D8781
Tints of Gumbo #6D8781
RGB
CMYK
RGB Variations
Color information
#6D8781 (or 0x6D8781) is known color: Gumbo. HEX triplet: 6D, 87 and 81. RGB value is (109,135,129). Sum of RGB (Red+Green+Blue) = 109+135+129=373 (49% of max value = 765). Red value is 109 (42.97% from 255 or 29.22% from 373); Green value is 135 (53.12% from 255 or 36.19% from 373); Blue value is 129 (50.78% from 255 or 34.58% from 373); Max value from RGB is 135 - color contains mainly: green. Hex color #6D8781 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8781 is #92787E. Grayscale: #7E7E7E. Windows color (decimal): -9599103 or 8488813. OLE color: 8488813.
HSL color Cylindrical-coordinate representation of color #6D8781: hue angle of 166.15º degrees, saturation: 0.11, 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 #6D8781 is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 109 | 135 | 129 | - |
| CMYK | 0.19 | 0 | 0.04 | 0.47 |
| HSL | 166.15º | 0.11% | 0.48% | - |
| HSV(B) | 166.15º | 0.19% | 0.53% | - |
| XYZ | 18.93 | 22.16 | 24.05 | - |
| YUV | 126.54 | 129.39 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 135 | 129 | 0.19 | 0 | 0.04 | 0.47 | 166.15 | 0.11 | 0.48 |
| Hex | 6D | 87 | 81 | 13 | 0 | 4 | 2F | A6 | B | 30 |
| Octal | 155 | 207 | 201 | 23 | 0 | 4 | 57 | 246 | 13 | 60 |
| Binary | 1101101 | 10000111 | 10000001 | 10011 | 0 | 100 | 101111 | 10100110 | 1011 | 110000 |
Color Harmonies of #6D8781
Complementary color
Monochromatic Colors of #6D8781
Black with #6D8781
Text Example
Text Example
White with #6D8781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8781; }
p { color: rgb(109,135,129); }
H1.HeaderClassName
{
color: #6D8781;
}
.AnyTagClassName
{
color: #6D8781;
}
</style>
background-color css
<style>
a { background-color: #6D8781; }
a { background-color: rgb(109,135,129); }
div.DivClassName
{
background-color: #6D8781;
}
.BgClassName
{
background-color: #6D8781;
}
</style>
border-color css
<style>
span { border-color: #6D8781; }
span { border-color: rgb(109,135,129); }
td.TdClassName
{
border-color: #6D8781;
}
.TagClassName
{
border-color: #6D8781;
}
</style>