Shades of Gumbo #6C8D88
Tints of Gumbo #6C8D88
RGB
CMYK
RGB Variations
Color information
#6C8D88 (or 0x6C8D88) is known color: Gumbo. HEX triplet: 6C, 8D and 88. RGB value is (108,141,136). Sum of RGB (Red+Green+Blue) = 108+141+136=385 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.05% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 141 - color contains mainly: green. Hex color #6C8D88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C8D88 is #937277. Grayscale: #828282. Windows color (decimal): -9663096 or 8949100. OLE color: 8949100.
HSL color Cylindrical-coordinate representation of color #6C8D88: hue angle of 170.91º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6C8D88 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 108 | 141 | 136 | - |
| CMYK | 0.23 | 0 | 0.04 | 0.45 |
| HSL | 170.91º | 0.13% | 0.49% | - |
| HSV(B) | 170.91º | 0.23% | 0.55% | - |
| XYZ | 20.15 | 24.02 | 26.87 | - |
| YUV | 130.56 | 131.07 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 141 | 136 | 0.23 | 0 | 0.04 | 0.45 | 170.91 | 0.13 | 0.49 |
| Hex | 6C | 8D | 88 | 17 | 0 | 4 | 2D | AB | D | 31 |
| Octal | 154 | 215 | 210 | 27 | 0 | 4 | 55 | 253 | 15 | 61 |
| Binary | 1101100 | 10001101 | 10001000 | 10111 | 0 | 100 | 101101 | 10101011 | 1101 | 110001 |
Color Harmonies of #6C8D88
Complementary color
Monochromatic Colors of #6C8D88
Black with #6C8D88
Text Example
Text Example
White with #6C8D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C8D88; }
p { color: rgb(108,141,136); }
H1.HeaderClassName
{
color: #6C8D88;
}
.AnyTagClassName
{
color: #6C8D88;
}
</style>
background-color css
<style>
a { background-color: #6C8D88; }
a { background-color: rgb(108,141,136); }
div.DivClassName
{
background-color: #6C8D88;
}
.BgClassName
{
background-color: #6C8D88;
}
</style>
border-color css
<style>
span { border-color: #6C8D88; }
span { border-color: rgb(108,141,136); }
td.TdClassName
{
border-color: #6C8D88;
}
.TagClassName
{
border-color: #6C8D88;
}
</style>