Shades of Gumbo #648884
Tints of Gumbo #648884
RGB
CMYK
RGB Variations
Color information
#648884 (or 0x648884) is known color: Gumbo. HEX triplet: 64, 88 and 84. RGB value is (100,136,132). Sum of RGB (Red+Green+Blue) = 100+136+132=368 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.17% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 136 - color contains mainly: green. Hex color #648884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648884 is #9B777B. Grayscale: #7C7C7C. Windows color (decimal): -10188668 or 8685668. OLE color: 8685668.
HSL color Cylindrical-coordinate representation of color #648884: hue angle of 173.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 #648884 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 136 | 132 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.47 |
| HSL | 173.33º | 0.15% | 0.46% | - |
| HSV(B) | 173.33º | 0.26% | 0.53% | - |
| XYZ | 18.22 | 21.98 | 25.11 | - |
| YUV | 124.78 | 132.07 | 110.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 136 | 132 | 0.26 | 0 | 0.03 | 0.47 | 173.33 | 0.15 | 0.46 |
| Hex | 64 | 88 | 84 | 1A | 0 | 3 | 2F | AD | F | 2E |
| Octal | 144 | 210 | 204 | 32 | 0 | 3 | 57 | 255 | 17 | 56 |
| Binary | 1100100 | 10001000 | 10000100 | 11010 | 0 | 11 | 101111 | 10101101 | 1111 | 101110 |
Color Harmonies of #648884
Complementary color
Monochromatic Colors of #648884
Black with #648884
Text Example
Text Example
White with #648884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648884; }
p { color: rgb(100,136,132); }
H1.HeaderClassName
{
color: #648884;
}
.AnyTagClassName
{
color: #648884;
}
</style>
background-color css
<style>
a { background-color: #648884; }
a { background-color: rgb(100,136,132); }
div.DivClassName
{
background-color: #648884;
}
.BgClassName
{
background-color: #648884;
}
</style>
border-color css
<style>
span { border-color: #648884; }
span { border-color: rgb(100,136,132); }
td.TdClassName
{
border-color: #648884;
}
.TagClassName
{
border-color: #648884;
}
</style>