Shades of Gumbo #649590
Tints of Gumbo #649590
RGB
CMYK
RGB Variations
Color information
#649590 (or 0x649590) is known color: Gumbo. HEX triplet: 64, 95 and 90. RGB value is (100,149,144). Sum of RGB (Red+Green+Blue) = 100+149+144=393 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.45% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 144 (56.64% from 255 or 36.64% from 393); Max value from RGB is 149 - color contains mainly: green. Hex color #649590 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649590 is #9B6A6F. Grayscale: #858585. Windows color (decimal): -10185328 or 9475428. OLE color: 9475428.
HSL color Cylindrical-coordinate representation of color #649590: hue angle of 173.88º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #649590 is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 149 | 144 | - |
| CMYK | 0.33 | 0 | 0.03 | 0.42 |
| HSL | 173.88º | 0.2% | 0.49% | - |
| HSV(B) | 173.88º | 0.33% | 0.58% | - |
| XYZ | 21.04 | 26.22 | 30.34 | - |
| YUV | 133.78 | 133.77 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 149 | 144 | 0.33 | 0 | 0.03 | 0.42 | 173.88 | 0.2 | 0.49 |
| Hex | 64 | 95 | 90 | 21 | 0 | 3 | 2A | AE | 14 | 31 |
| Octal | 144 | 225 | 220 | 41 | 0 | 3 | 52 | 256 | 24 | 61 |
| Binary | 1100100 | 10010101 | 10010000 | 100001 | 0 | 11 | 101010 | 10101110 | 10100 | 110001 |
Color Harmonies of #649590
Complementary color
Monochromatic Colors of #649590
Black with #649590
Text Example
Text Example
White with #649590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649590; }
p { color: rgb(100,149,144); }
H1.HeaderClassName
{
color: #649590;
}
.AnyTagClassName
{
color: #649590;
}
</style>
background-color css
<style>
a { background-color: #649590; }
a { background-color: rgb(100,149,144); }
div.DivClassName
{
background-color: #649590;
}
.BgClassName
{
background-color: #649590;
}
</style>
border-color css
<style>
span { border-color: #649590; }
span { border-color: rgb(100,149,144); }
td.TdClassName
{
border-color: #649590;
}
.TagClassName
{
border-color: #649590;
}
</style>