Shades of Gumbo #6F8E85
Tints of Gumbo #6F8E85
RGB
CMYK
RGB Variations
Color information
#6F8E85 (or 0x6F8E85) is known color: Gumbo. HEX triplet: 6F, 8E and 85. RGB value is (111,142,133). Sum of RGB (Red+Green+Blue) = 111+142+133=386 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.76% from 386); Green value is 142 (55.86% from 255 or 36.79% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 142 - color contains mainly: green. Hex color #6F8E85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8E85 is #90717A. Grayscale: #838383. Windows color (decimal): -9466235 or 8752751. OLE color: 8752751.
HSL color Cylindrical-coordinate representation of color #6F8E85: hue angle of 162.58º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F8E85 is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 111 | 142 | 133 | - |
| CMYK | 0.22 | 0 | 0.06 | 0.44 |
| HSL | 162.58º | 0.12% | 0.5% | - |
| HSV(B) | 162.58º | 0.22% | 0.56% | - |
| XYZ | 20.46 | 24.42 | 25.83 | - |
| YUV | 131.71 | 128.73 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 142 | 133 | 0.22 | 0 | 0.06 | 0.44 | 162.58 | 0.12 | 0.5 |
| Hex | 6F | 8E | 85 | 16 | 0 | 6 | 2C | A3 | C | 32 |
| Octal | 157 | 216 | 205 | 26 | 0 | 6 | 54 | 243 | 14 | 62 |
| Binary | 1101111 | 10001110 | 10000101 | 10110 | 0 | 110 | 101100 | 10100011 | 1100 | 110010 |
Color Harmonies of #6F8E85
Complementary color
Monochromatic Colors of #6F8E85
Black with #6F8E85
Text Example
Text Example
White with #6F8E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8E85; }
p { color: rgb(111,142,133); }
H1.HeaderClassName
{
color: #6F8E85;
}
.AnyTagClassName
{
color: #6F8E85;
}
</style>
background-color css
<style>
a { background-color: #6F8E85; }
a { background-color: rgb(111,142,133); }
div.DivClassName
{
background-color: #6F8E85;
}
.BgClassName
{
background-color: #6F8E85;
}
</style>
border-color css
<style>
span { border-color: #6F8E85; }
span { border-color: rgb(111,142,133); }
td.TdClassName
{
border-color: #6F8E85;
}
.TagClassName
{
border-color: #6F8E85;
}
</style>