Shades of Gumbo #6A8A86
Tints of Gumbo #6A8A86
RGB
CMYK
RGB Variations
Color information
#6A8A86 (or 0x6A8A86) is known color: Gumbo. HEX triplet: 6A, 8A and 86. RGB value is (106,138,134). Sum of RGB (Red+Green+Blue) = 106+138+134=378 (50% of max value = 765). Red value is 106 (41.80% from 255 or 28.04% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 134 (52.73% from 255 or 35.45% from 378); Max value from RGB is 138 - color contains mainly: green. Hex color #6A8A86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8A86 is #957579. Grayscale: #7F7F7F. Windows color (decimal): -9794938 or 8817258. OLE color: 8817258.
HSL color Cylindrical-coordinate representation of color #6A8A86: hue angle of 172.5º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6A8A86 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 106 | 138 | 134 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.46 |
| HSL | 172.5º | 0.13% | 0.48% | - |
| HSV(B) | 172.5º | 0.23% | 0.54% | - |
| XYZ | 19.34 | 22.96 | 25.97 | - |
| YUV | 127.98 | 131.4 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 138 | 134 | 0.23 | 0 | 0.03 | 0.46 | 172.5 | 0.13 | 0.48 |
| Hex | 6A | 8A | 86 | 17 | 0 | 3 | 2E | AC | D | 30 |
| Octal | 152 | 212 | 206 | 27 | 0 | 3 | 56 | 254 | 15 | 60 |
| Binary | 1101010 | 10001010 | 10000110 | 10111 | 0 | 11 | 101110 | 10101100 | 1101 | 110000 |
Color Harmonies of #6A8A86
Complementary color
Monochromatic Colors of #6A8A86
Black with #6A8A86
Text Example
Text Example
White with #6A8A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8A86; }
p { color: rgb(106,138,134); }
H1.HeaderClassName
{
color: #6A8A86;
}
.AnyTagClassName
{
color: #6A8A86;
}
</style>
background-color css
<style>
a { background-color: #6A8A86; }
a { background-color: rgb(106,138,134); }
div.DivClassName
{
background-color: #6A8A86;
}
.BgClassName
{
background-color: #6A8A86;
}
</style>
border-color css
<style>
span { border-color: #6A8A86; }
span { border-color: rgb(106,138,134); }
td.TdClassName
{
border-color: #6A8A86;
}
.TagClassName
{
border-color: #6A8A86;
}
</style>