Shades of Gumbo #6F9187
Tints of Gumbo #6F9187
RGB
CMYK
RGB Variations
Color information
#6F9187 (or 0x6F9187) is known color: Gumbo. HEX triplet: 6F, 91 and 87. RGB value is (111,145,135). Sum of RGB (Red+Green+Blue) = 111+145+135=391 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.39% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 135 (53.12% from 255 or 34.53% from 391); Max value from RGB is 145 - color contains mainly: green. Hex color #6F9187 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F9187 is #906E78. Grayscale: #858585. Windows color (decimal): -9465465 or 8884591. OLE color: 8884591.
HSL color Cylindrical-coordinate representation of color #6F9187: hue angle of 162.35º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6F9187 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 111 | 145 | 135 | - |
| CMYK | 0.23 | 0 | 0.07 | 0.43 |
| HSL | 162.35º | 0.13% | 0.5% | - |
| HSV(B) | 162.35º | 0.23% | 0.57% | - |
| XYZ | 21.05 | 25.38 | 26.71 | - |
| YUV | 133.69 | 128.74 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 145 | 135 | 0.23 | 0 | 0.07 | 0.43 | 162.35 | 0.13 | 0.5 |
| Hex | 6F | 91 | 87 | 17 | 0 | 7 | 2B | A2 | D | 32 |
| Octal | 157 | 221 | 207 | 27 | 0 | 7 | 53 | 242 | 15 | 62 |
| Binary | 1101111 | 10010001 | 10000111 | 10111 | 0 | 111 | 101011 | 10100010 | 1101 | 110010 |
Color Harmonies of #6F9187
Complementary color
Monochromatic Colors of #6F9187
Black with #6F9187
Text Example
Text Example
White with #6F9187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F9187; }
p { color: rgb(111,145,135); }
H1.HeaderClassName
{
color: #6F9187;
}
.AnyTagClassName
{
color: #6F9187;
}
</style>
background-color css
<style>
a { background-color: #6F9187; }
a { background-color: rgb(111,145,135); }
div.DivClassName
{
background-color: #6F9187;
}
.BgClassName
{
background-color: #6F9187;
}
</style>
border-color css
<style>
span { border-color: #6F9187; }
span { border-color: rgb(111,145,135); }
td.TdClassName
{
border-color: #6F9187;
}
.TagClassName
{
border-color: #6F9187;
}
</style>