Shades of Gumbo #6E9C92
Tints of Gumbo #6E9C92
RGB
CMYK
RGB Variations
Color information
#6E9C92 (or 0x6E9C92) is known color: Gumbo. HEX triplet: 6E, 9C and 92. RGB value is (110,156,146). Sum of RGB (Red+Green+Blue) = 110+156+146=412 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.70% from 412); Green value is 156 (61.33% from 255 or 37.86% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 156 - color contains mainly: green. Hex color #6E9C92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9C92 is #91636D. Grayscale: #8D8D8D. Windows color (decimal): -9528174 or 9608302. OLE color: 9608302.
HSL color Cylindrical-coordinate representation of color #6E9C92: hue angle of 166.96º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6E9C92 is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 156 | 146 | - |
| CMYK | 0.29 | 0 | 0.06 | 0.39 |
| HSL | 166.96º | 0.19% | 0.52% | - |
| HSV(B) | 166.96º | 0.29% | 0.61% | - |
| XYZ | 23.51 | 29.17 | 31.59 | - |
| YUV | 141.11 | 130.76 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 156 | 146 | 0.29 | 0 | 0.06 | 0.39 | 166.96 | 0.19 | 0.52 |
| Hex | 6E | 9C | 92 | 1D | 0 | 6 | 27 | A7 | 13 | 34 |
| Octal | 156 | 234 | 222 | 35 | 0 | 6 | 47 | 247 | 23 | 64 |
| Binary | 1101110 | 10011100 | 10010010 | 11101 | 0 | 110 | 100111 | 10100111 | 10011 | 110100 |
Color Harmonies of #6E9C92
Complementary color
Monochromatic Colors of #6E9C92
Black with #6E9C92
Text Example
Text Example
White with #6E9C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E9C92; }
p { color: rgb(110,156,146); }
H1.HeaderClassName
{
color: #6E9C92;
}
.AnyTagClassName
{
color: #6E9C92;
}
</style>
background-color css
<style>
a { background-color: #6E9C92; }
a { background-color: rgb(110,156,146); }
div.DivClassName
{
background-color: #6E9C92;
}
.BgClassName
{
background-color: #6E9C92;
}
</style>
border-color css
<style>
span { border-color: #6E9C92; }
span { border-color: rgb(110,156,146); }
td.TdClassName
{
border-color: #6E9C92;
}
.TagClassName
{
border-color: #6E9C92;
}
</style>