Shades of Gumbo #649990
Tints of Gumbo #649990
RGB
CMYK
RGB Variations
Color information
#649990 (or 0x649990) is known color: Gumbo. HEX triplet: 64, 99 and 90. RGB value is (100,153,144). Sum of RGB (Red+Green+Blue) = 100+153+144=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 153 - color contains mainly: green. Hex color #649990 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #649990 is #9B666F. Grayscale: #888888. Windows color (decimal): -10184304 or 9476452. OLE color: 9476452.
HSL color Cylindrical-coordinate representation of color #649990: hue angle of 169.81º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #649990 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 100 | 153 | 144 | - |
| CMYK | 0.35 | 0 | 0.06 | 0.4 |
| HSL | 169.81º | 0.21% | 0.5% | - |
| HSV(B) | 169.81º | 0.35% | 0.6% | - |
| XYZ | 21.68 | 27.51 | 30.55 | - |
| YUV | 136.13 | 132.44 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 153 | 144 | 0.35 | 0 | 0.06 | 0.4 | 169.81 | 0.21 | 0.5 |
| Hex | 64 | 99 | 90 | 23 | 0 | 6 | 28 | AA | 15 | 32 |
| Octal | 144 | 231 | 220 | 43 | 0 | 6 | 50 | 252 | 25 | 62 |
| Binary | 1100100 | 10011001 | 10010000 | 100011 | 0 | 110 | 101000 | 10101010 | 10101 | 110010 |
Color Harmonies of #649990
Complementary color
Monochromatic Colors of #649990
Black with #649990
Text Example
Text Example
White with #649990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649990; }
p { color: rgb(100,153,144); }
H1.HeaderClassName
{
color: #649990;
}
.AnyTagClassName
{
color: #649990;
}
</style>
background-color css
<style>
a { background-color: #649990; }
a { background-color: rgb(100,153,144); }
div.DivClassName
{
background-color: #649990;
}
.BgClassName
{
background-color: #649990;
}
</style>
border-color css
<style>
span { border-color: #649990; }
span { border-color: rgb(100,153,144); }
td.TdClassName
{
border-color: #649990;
}
.TagClassName
{
border-color: #649990;
}
</style>