Shades of Gumbo #618A86
Tints of Gumbo #618A86
RGB
CMYK
RGB Variations
Color information
#618A86 (or 0x618A86) is known color: Gumbo. HEX triplet: 61, 8A and 86. RGB value is (97,138,134). Sum of RGB (Red+Green+Blue) = 97+138+134=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 138 (54.30% from 255 or 37.40% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 138 - color contains mainly: green. Hex color #618A86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #618A86 is #9E7579. Grayscale: #7D7D7D. Windows color (decimal): -10384762 or 8817249. OLE color: 8817249.
HSL color Cylindrical-coordinate representation of color #618A86: hue angle of 174.15º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #618A86 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 97 | 138 | 134 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.46 |
| HSL | 174.15º | 0.17% | 0.46% | - |
| HSV(B) | 174.15º | 0.3% | 0.54% | - |
| XYZ | 18.32 | 22.44 | 25.92 | - |
| YUV | 125.29 | 132.92 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 138 | 134 | 0.30 | 0 | 0.03 | 0.46 | 174.15 | 0.17 | 0.46 |
| Hex | 61 | 8A | 86 | 1E | 0 | 3 | 2E | AE | 11 | 2E |
| Octal | 141 | 212 | 206 | 36 | 0 | 3 | 56 | 256 | 21 | 56 |
| Binary | 1100001 | 10001010 | 10000110 | 11110 | 0 | 11 | 101110 | 10101110 | 10001 | 101110 |
Color Harmonies of #618A86
Complementary color
Monochromatic Colors of #618A86
Black with #618A86
Text Example
Text Example
White with #618A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618A86; }
p { color: rgb(97,138,134); }
H1.HeaderClassName
{
color: #618A86;
}
.AnyTagClassName
{
color: #618A86;
}
</style>
background-color css
<style>
a { background-color: #618A86; }
a { background-color: rgb(97,138,134); }
div.DivClassName
{
background-color: #618A86;
}
.BgClassName
{
background-color: #618A86;
}
</style>
border-color css
<style>
span { border-color: #618A86; }
span { border-color: rgb(97,138,134); }
td.TdClassName
{
border-color: #618A86;
}
.TagClassName
{
border-color: #618A86;
}
</style>