Shades of Gumbo #6C8A86
Tints of Gumbo #6C8A86
RGB
CMYK
RGB Variations
Color information
#6C8A86 (or 0x6C8A86) is known color: Gumbo. HEX triplet: 6C, 8A and 86. RGB value is (108,138,134). Sum of RGB (Red+Green+Blue) = 108+138+134=380 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.42% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 134 (52.73% from 255 or 35.26% from 380); Max value from RGB is 138 - color contains mainly: green. Hex color #6C8A86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C8A86 is #937579. Grayscale: #808080. Windows color (decimal): -9663866 or 8817260. OLE color: 8817260.
HSL color Cylindrical-coordinate representation of color #6C8A86: hue angle of 172º 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 #6C8A86 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 108 | 138 | 134 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.46 |
| HSL | 172º | 0.12% | 0.48% | - |
| HSV(B) | 172º | 0.22% | 0.54% | - |
| XYZ | 19.58 | 23.09 | 25.98 | - |
| YUV | 128.57 | 131.06 | 113.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 138 | 134 | 0.22 | 0 | 0.03 | 0.46 | 172 | 0.12 | 0.48 |
| Hex | 6C | 8A | 86 | 16 | 0 | 3 | 2E | AC | C | 30 |
| Octal | 154 | 212 | 206 | 26 | 0 | 3 | 56 | 254 | 14 | 60 |
| Binary | 1101100 | 10001010 | 10000110 | 10110 | 0 | 11 | 101110 | 10101100 | 1100 | 110000 |
Color Harmonies of #6C8A86
Complementary color
Monochromatic Colors of #6C8A86
Black with #6C8A86
Text Example
Text Example
White with #6C8A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8A86; }
p { color: rgb(108,138,134); }
H1.HeaderClassName
{
color: #6C8A86;
}
.AnyTagClassName
{
color: #6C8A86;
}
</style>
background-color css
<style>
a { background-color: #6C8A86; }
a { background-color: rgb(108,138,134); }
div.DivClassName
{
background-color: #6C8A86;
}
.BgClassName
{
background-color: #6C8A86;
}
</style>
border-color css
<style>
span { border-color: #6C8A86; }
span { border-color: rgb(108,138,134); }
td.TdClassName
{
border-color: #6C8A86;
}
.TagClassName
{
border-color: #6C8A86;
}
</style>