Shades of Gumbo #6F8A85
Tints of Gumbo #6F8A85
RGB
CMYK
RGB Variations
Color information
#6F8A85 (or 0x6F8A85) is known color: Gumbo. HEX triplet: 6F, 8A and 85. RGB value is (111,138,133). Sum of RGB (Red+Green+Blue) = 111+138+133=382 (50% of max value = 765). Red value is 111 (43.75% from 255 or 29.06% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 133 (52.34% from 255 or 34.82% from 382); Max value from RGB is 138 - color contains mainly: green. Hex color #6F8A85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6F8A85 is #90757A. Grayscale: #818181. Windows color (decimal): -9467259 or 8751727. OLE color: 8751727.
HSL color Cylindrical-coordinate representation of color #6F8A85: hue angle of 168.89º degrees, saturation: 0.11, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F8A85 is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 111 | 138 | 133 | - |
| CMYK | 0.20 | 0 | 0.04 | 0.46 |
| HSL | 168.89º | 0.11% | 0.49% | - |
| HSV(B) | 168.89º | 0.2% | 0.54% | - |
| XYZ | 19.88 | 23.25 | 25.63 | - |
| YUV | 129.36 | 130.05 | 114.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 138 | 133 | 0.20 | 0 | 0.04 | 0.46 | 168.89 | 0.11 | 0.49 |
| Hex | 6F | 8A | 85 | 14 | 0 | 4 | 2E | A9 | B | 31 |
| Octal | 157 | 212 | 205 | 24 | 0 | 4 | 56 | 251 | 13 | 61 |
| Binary | 1101111 | 10001010 | 10000101 | 10100 | 0 | 100 | 101110 | 10101001 | 1011 | 110001 |
Color Harmonies of #6F8A85
Complementary color
Monochromatic Colors of #6F8A85
Black with #6F8A85
Text Example
Text Example
White with #6F8A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F8A85; }
p { color: rgb(111,138,133); }
H1.HeaderClassName
{
color: #6F8A85;
}
.AnyTagClassName
{
color: #6F8A85;
}
</style>
background-color css
<style>
a { background-color: #6F8A85; }
a { background-color: rgb(111,138,133); }
div.DivClassName
{
background-color: #6F8A85;
}
.BgClassName
{
background-color: #6F8A85;
}
</style>
border-color css
<style>
span { border-color: #6F8A85; }
span { border-color: rgb(111,138,133); }
td.TdClassName
{
border-color: #6F8A85;
}
.TagClassName
{
border-color: #6F8A85;
}
</style>