Shades of Gumbo #6D8B84
Tints of Gumbo #6D8B84
RGB
CMYK
RGB Variations
Color information
#6D8B84 (or 0x6D8B84) is known color: Gumbo. HEX triplet: 6D, 8B and 84. RGB value is (109,139,132). Sum of RGB (Red+Green+Blue) = 109+139+132=380 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.68% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 132 (51.95% from 255 or 34.74% from 380); Max value from RGB is 139 - color contains mainly: green. Hex color #6D8B84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D8B84 is #92747B. Grayscale: #818181. Windows color (decimal): -9598076 or 8686445. OLE color: 8686445.
HSL color Cylindrical-coordinate representation of color #6D8B84: hue angle of 166º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6D8B84 is Cyan = 0.22, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 109 | 139 | 132 | - |
| CMYK | 0.22 | 0 | 0.05 | 0.45 |
| HSL | 166º | 0.12% | 0.49% | - |
| HSV(B) | 166º | 0.22% | 0.55% | - |
| XYZ | 19.7 | 23.38 | 25.3 | - |
| YUV | 129.23 | 129.56 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 139 | 132 | 0.22 | 0 | 0.05 | 0.45 | 166 | 0.12 | 0.49 |
| Hex | 6D | 8B | 84 | 16 | 0 | 5 | 2D | A6 | C | 31 |
| Octal | 155 | 213 | 204 | 26 | 0 | 5 | 55 | 246 | 14 | 61 |
| Binary | 1101101 | 10001011 | 10000100 | 10110 | 0 | 101 | 101101 | 10100110 | 1100 | 110001 |
Color Harmonies of #6D8B84
Complementary color
Monochromatic Colors of #6D8B84
Black with #6D8B84
Text Example
Text Example
White with #6D8B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D8B84; }
p { color: rgb(109,139,132); }
H1.HeaderClassName
{
color: #6D8B84;
}
.AnyTagClassName
{
color: #6D8B84;
}
</style>
background-color css
<style>
a { background-color: #6D8B84; }
a { background-color: rgb(109,139,132); }
div.DivClassName
{
background-color: #6D8B84;
}
.BgClassName
{
background-color: #6D8B84;
}
</style>
border-color css
<style>
span { border-color: #6D8B84; }
span { border-color: rgb(109,139,132); }
td.TdClassName
{
border-color: #6D8B84;
}
.TagClassName
{
border-color: #6D8B84;
}
</style>