Shades of Gumbo #648986
Tints of Gumbo #648986
RGB
CMYK
RGB Variations
Color information
#648986 (or 0x648986) is known color: Gumbo. HEX triplet: 64, 89 and 86. RGB value is (100,137,134). Sum of RGB (Red+Green+Blue) = 100+137+134=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 137 - color contains mainly: green. Hex color #648986 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648986 is #9B7679. Grayscale: #7D7D7D. Windows color (decimal): -10188410 or 8816996. OLE color: 8816996.
HSL color Cylindrical-coordinate representation of color #648986: hue angle of 175.14º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #648986 is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 100 | 137 | 134 | - |
| CMYK | 0.27 | 0 | 0.02 | 0.46 |
| HSL | 175.14º | 0.16% | 0.46% | - |
| HSV(B) | 175.14º | 0.27% | 0.54% | - |
| XYZ | 18.5 | 22.32 | 25.89 | - |
| YUV | 125.6 | 132.74 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 137 | 134 | 0.27 | 0 | 0.02 | 0.46 | 175.14 | 0.16 | 0.46 |
| Hex | 64 | 89 | 86 | 1B | 0 | 2 | 2E | AF | 10 | 2E |
| Octal | 144 | 211 | 206 | 33 | 0 | 2 | 56 | 257 | 20 | 56 |
| Binary | 1100100 | 10001001 | 10000110 | 11011 | 0 | 10 | 101110 | 10101111 | 10000 | 101110 |
Color Harmonies of #648986
Complementary color
Monochromatic Colors of #648986
Black with #648986
Text Example
Text Example
White with #648986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648986; }
p { color: rgb(100,137,134); }
H1.HeaderClassName
{
color: #648986;
}
.AnyTagClassName
{
color: #648986;
}
</style>
background-color css
<style>
a { background-color: #648986; }
a { background-color: rgb(100,137,134); }
div.DivClassName
{
background-color: #648986;
}
.BgClassName
{
background-color: #648986;
}
</style>
border-color css
<style>
span { border-color: #648986; }
span { border-color: rgb(100,137,134); }
td.TdClassName
{
border-color: #648986;
}
.TagClassName
{
border-color: #648986;
}
</style>