Shades of Gumbo #6A8D85
Tints of Gumbo #6A8D85
RGB
CMYK
RGB Variations
Color information
#6A8D85 (or 0x6A8D85) is known color: Gumbo. HEX triplet: 6A, 8D and 85. RGB value is (106,141,133). Sum of RGB (Red+Green+Blue) = 106+141+133=380 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.89% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 141 - color contains mainly: green. Hex color #6A8D85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8D85 is #95727A. Grayscale: #818181. Windows color (decimal): -9794171 or 8752490. OLE color: 8752490.
HSL color Cylindrical-coordinate representation of color #6A8D85: hue angle of 166.29º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A8D85 is Cyan = 0.25, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 106 | 141 | 133 | - |
| CMYK | 0.25 | 0 | 0.06 | 0.45 |
| HSL | 166.29º | 0.14% | 0.48% | - |
| HSV(B) | 166.29º | 0.25% | 0.55% | - |
| XYZ | 19.7 | 23.81 | 25.75 | - |
| YUV | 129.62 | 129.9 | 111.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 141 | 133 | 0.25 | 0 | 0.06 | 0.45 | 166.29 | 0.14 | 0.48 |
| Hex | 6A | 8D | 85 | 19 | 0 | 6 | 2D | A6 | E | 30 |
| Octal | 152 | 215 | 205 | 31 | 0 | 6 | 55 | 246 | 16 | 60 |
| Binary | 1101010 | 10001101 | 10000101 | 11001 | 0 | 110 | 101101 | 10100110 | 1110 | 110000 |
Color Harmonies of #6A8D85
Complementary color
Monochromatic Colors of #6A8D85
Black with #6A8D85
Text Example
Text Example
White with #6A8D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8D85; }
p { color: rgb(106,141,133); }
H1.HeaderClassName
{
color: #6A8D85;
}
.AnyTagClassName
{
color: #6A8D85;
}
</style>
background-color css
<style>
a { background-color: #6A8D85; }
a { background-color: rgb(106,141,133); }
div.DivClassName
{
background-color: #6A8D85;
}
.BgClassName
{
background-color: #6A8D85;
}
</style>
border-color css
<style>
span { border-color: #6A8D85; }
span { border-color: rgb(106,141,133); }
td.TdClassName
{
border-color: #6A8D85;
}
.TagClassName
{
border-color: #6A8D85;
}
</style>