Shades of Gumbo #649790
Tints of Gumbo #649790
RGB
CMYK
RGB Variations
Color information
#649790 (or 0x649790) is known color: Gumbo. HEX triplet: 64, 97 and 90. RGB value is (100,151,144). Sum of RGB (Red+Green+Blue) = 100+151+144=395 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.32% from 395); Green value is 151 (59.38% from 255 or 38.23% from 395); Blue value is 144 (56.64% from 255 or 36.46% from 395); Max value from RGB is 151 - color contains mainly: green. Hex color #649790 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649790 is #9B686F. Grayscale: #868686. Windows color (decimal): -10184816 or 9475940. OLE color: 9475940.
HSL color Cylindrical-coordinate representation of color #649790: hue angle of 171.76º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #649790 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 100 | 151 | 144 | - |
| CMYK | 0.34 | 0 | 0.05 | 0.41 |
| HSL | 171.76º | 0.2% | 0.49% | - |
| HSV(B) | 171.76º | 0.34% | 0.59% | - |
| XYZ | 21.36 | 26.86 | 30.44 | - |
| YUV | 134.95 | 133.1 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 151 | 144 | 0.34 | 0 | 0.05 | 0.41 | 171.76 | 0.2 | 0.49 |
| Hex | 64 | 97 | 90 | 22 | 0 | 5 | 29 | AC | 14 | 31 |
| Octal | 144 | 227 | 220 | 42 | 0 | 5 | 51 | 254 | 24 | 61 |
| Binary | 1100100 | 10010111 | 10010000 | 100010 | 0 | 101 | 101001 | 10101100 | 10100 | 110001 |
Color Harmonies of #649790
Complementary color
Monochromatic Colors of #649790
Black with #649790
Text Example
Text Example
White with #649790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649790; }
p { color: rgb(100,151,144); }
H1.HeaderClassName
{
color: #649790;
}
.AnyTagClassName
{
color: #649790;
}
</style>
background-color css
<style>
a { background-color: #649790; }
a { background-color: rgb(100,151,144); }
div.DivClassName
{
background-color: #649790;
}
.BgClassName
{
background-color: #649790;
}
</style>
border-color css
<style>
span { border-color: #649790; }
span { border-color: rgb(100,151,144); }
td.TdClassName
{
border-color: #649790;
}
.TagClassName
{
border-color: #649790;
}
</style>