Shades of Gumbo #6C8A84
Tints of Gumbo #6C8A84
RGB
CMYK
RGB Variations
Color information
#6C8A84 (or 0x6C8A84) is known color: Gumbo. HEX triplet: 6C, 8A and 84. RGB value is (108,138,132). Sum of RGB (Red+Green+Blue) = 108+138+132=378 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.57% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 138 - color contains mainly: green. Hex color #6C8A84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C8A84 is #93757B. Grayscale: #808080. Windows color (decimal): -9663868 or 8686188. OLE color: 8686188.
HSL color Cylindrical-coordinate representation of color #6C8A84: hue angle of 168º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6C8A84 is Cyan = 0.22, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 108 | 138 | 132 | - |
| CMYK | 0.22 | 0 | 0.04 | 0.46 |
| HSL | 168º | 0.12% | 0.48% | - |
| HSV(B) | 168º | 0.22% | 0.54% | - |
| XYZ | 19.44 | 23.03 | 25.25 | - |
| YUV | 128.35 | 130.06 | 113.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 138 | 132 | 0.22 | 0 | 0.04 | 0.46 | 168 | 0.12 | 0.48 |
| Hex | 6C | 8A | 84 | 16 | 0 | 4 | 2E | A8 | C | 30 |
| Octal | 154 | 212 | 204 | 26 | 0 | 4 | 56 | 250 | 14 | 60 |
| Binary | 1101100 | 10001010 | 10000100 | 10110 | 0 | 100 | 101110 | 10101000 | 1100 | 110000 |
Color Harmonies of #6C8A84
Complementary color
Monochromatic Colors of #6C8A84
Black with #6C8A84
Text Example
Text Example
White with #6C8A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8A84; }
p { color: rgb(108,138,132); }
H1.HeaderClassName
{
color: #6C8A84;
}
.AnyTagClassName
{
color: #6C8A84;
}
</style>
background-color css
<style>
a { background-color: #6C8A84; }
a { background-color: rgb(108,138,132); }
div.DivClassName
{
background-color: #6C8A84;
}
.BgClassName
{
background-color: #6C8A84;
}
</style>
border-color css
<style>
span { border-color: #6C8A84; }
span { border-color: rgb(108,138,132); }
td.TdClassName
{
border-color: #6C8A84;
}
.TagClassName
{
border-color: #6C8A84;
}
</style>