Shades of Gumbo #648983
Tints of Gumbo #648983
RGB
CMYK
RGB Variations
Color information
#648983 (or 0x648983) is known color: Gumbo. HEX triplet: 64, 89 and 83. RGB value is (100,137,131). Sum of RGB (Red+Green+Blue) = 100+137+131=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 137 - color contains mainly: green. Hex color #648983 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648983 is #9B767C. Grayscale: #7D7D7D. Windows color (decimal): -10188413 or 8620388. OLE color: 8620388.
HSL color Cylindrical-coordinate representation of color #648983: hue angle of 170.27º 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 #648983 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 100 | 137 | 131 | - |
| CMYK | 0.27 | 0 | 0.04 | 0.46 |
| HSL | 170.27º | 0.16% | 0.46% | - |
| HSV(B) | 170.27º | 0.27% | 0.54% | - |
| XYZ | 18.3 | 22.24 | 24.8 | - |
| YUV | 125.25 | 131.24 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 137 | 131 | 0.27 | 0 | 0.04 | 0.46 | 170.27 | 0.16 | 0.46 |
| Hex | 64 | 89 | 83 | 1B | 0 | 4 | 2E | AA | 10 | 2E |
| Octal | 144 | 211 | 203 | 33 | 0 | 4 | 56 | 252 | 20 | 56 |
| Binary | 1100100 | 10001001 | 10000011 | 11011 | 0 | 100 | 101110 | 10101010 | 10000 | 101110 |
Color Harmonies of #648983
Complementary color
Monochromatic Colors of #648983
Black with #648983
Text Example
Text Example
White with #648983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648983; }
p { color: rgb(100,137,131); }
H1.HeaderClassName
{
color: #648983;
}
.AnyTagClassName
{
color: #648983;
}
</style>
background-color css
<style>
a { background-color: #648983; }
a { background-color: rgb(100,137,131); }
div.DivClassName
{
background-color: #648983;
}
.BgClassName
{
background-color: #648983;
}
</style>
border-color css
<style>
span { border-color: #648983; }
span { border-color: rgb(100,137,131); }
td.TdClassName
{
border-color: #648983;
}
.TagClassName
{
border-color: #648983;
}
</style>