Shades of Gumbo #6F8881
Tints of Gumbo #6F8881
RGB
CMYK
RGB Variations
Color information
#6F8881 (or 0x6F8881) is known color: Gumbo. HEX triplet: 6F, 88 and 81. RGB value is (111,136,129). Sum of RGB (Red+Green+Blue) = 111+136+129=376 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.52% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 136 - color contains mainly: green. Hex color #6F8881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8881 is #90777E. Grayscale: #7F7F7F. Windows color (decimal): -9467775 or 8489071. OLE color: 8489071.
HSL color Cylindrical-coordinate representation of color #6F8881: hue angle of 163.2º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6F8881 is Cyan = 0.18, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 111 | 136 | 129 | - |
| CMYK | 0.18 | 0 | 0.05 | 0.47 |
| HSL | 163.2º | 0.1% | 0.48% | - |
| HSV(B) | 163.2º | 0.18% | 0.53% | - |
| XYZ | 19.32 | 22.57 | 24.11 | - |
| YUV | 127.73 | 128.72 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 136 | 129 | 0.18 | 0 | 0.05 | 0.47 | 163.2 | 0.1 | 0.48 |
| Hex | 6F | 88 | 81 | 12 | 0 | 5 | 2F | A3 | A | 30 |
| Octal | 157 | 210 | 201 | 22 | 0 | 5 | 57 | 243 | 12 | 60 |
| Binary | 1101111 | 10001000 | 10000001 | 10010 | 0 | 101 | 101111 | 10100011 | 1010 | 110000 |
Color Harmonies of #6F8881
Complementary color
Monochromatic Colors of #6F8881
Black with #6F8881
Text Example
Text Example
White with #6F8881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8881; }
p { color: rgb(111,136,129); }
H1.HeaderClassName
{
color: #6F8881;
}
.AnyTagClassName
{
color: #6F8881;
}
</style>
background-color css
<style>
a { background-color: #6F8881; }
a { background-color: rgb(111,136,129); }
div.DivClassName
{
background-color: #6F8881;
}
.BgClassName
{
background-color: #6F8881;
}
</style>
border-color css
<style>
span { border-color: #6F8881; }
span { border-color: rgb(111,136,129); }
td.TdClassName
{
border-color: #6F8881;
}
.TagClassName
{
border-color: #6F8881;
}
</style>