Shades of Gumbo #648887
Tints of Gumbo #648887
RGB
CMYK
RGB Variations
Color information
#648887 (or 0x648887) is known color: Gumbo. HEX triplet: 64, 88 and 87. RGB value is (100,136,135). Sum of RGB (Red+Green+Blue) = 100+136+135=371 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.95% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 136 - color contains mainly: green. Hex color #648887 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648887 is #9B7778. Grayscale: #7D7D7D. Windows color (decimal): -10188665 or 8882276. OLE color: 8882276.
HSL color Cylindrical-coordinate representation of color #648887: hue angle of 178.33º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #648887 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 136 | 135 | - |
| CMYK | 0.26 | 0 | 0.01 | 0.47 |
| HSL | 178.33º | 0.15% | 0.46% | - |
| HSV(B) | 178.33º | 0.26% | 0.53% | - |
| XYZ | 18.43 | 22.07 | 26.21 | - |
| YUV | 125.12 | 133.57 | 110.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 136 | 135 | 0.26 | 0 | 0.01 | 0.47 | 178.33 | 0.15 | 0.46 |
| Hex | 64 | 88 | 87 | 1A | 0 | 1 | 2F | B2 | F | 2E |
| Octal | 144 | 210 | 207 | 32 | 0 | 1 | 57 | 262 | 17 | 56 |
| Binary | 1100100 | 10001000 | 10000111 | 11010 | 0 | 1 | 101111 | 10110010 | 1111 | 101110 |
Color Harmonies of #648887
Complementary color
Monochromatic Colors of #648887
Black with #648887
Text Example
Text Example
White with #648887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648887; }
p { color: rgb(100,136,135); }
H1.HeaderClassName
{
color: #648887;
}
.AnyTagClassName
{
color: #648887;
}
</style>
background-color css
<style>
a { background-color: #648887; }
a { background-color: rgb(100,136,135); }
div.DivClassName
{
background-color: #648887;
}
.BgClassName
{
background-color: #648887;
}
</style>
border-color css
<style>
span { border-color: #648887; }
span { border-color: rgb(100,136,135); }
td.TdClassName
{
border-color: #648887;
}
.TagClassName
{
border-color: #648887;
}
</style>