Shades of Gumbo #64928C
Tints of Gumbo #64928C
RGB
CMYK
RGB Variations
Color information
#64928C (or 0x64928C) is known color: Gumbo. HEX triplet: 64, 92 and 8C. RGB value is (100,146,140). Sum of RGB (Red+Green+Blue) = 100+146+140=386 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.91% from 386); Green value is 146 (57.42% from 255 or 37.82% from 386); Blue value is 140 (55.08% from 255 or 36.27% from 386); Max value from RGB is 146 - color contains mainly: green. Hex color #64928C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64928C is #9B6D73. Grayscale: #838383. Windows color (decimal): -10186100 or 9212516. OLE color: 9212516.
HSL color Cylindrical-coordinate representation of color #64928C: hue angle of 172.17º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #64928C is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 146 | 140 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.43 |
| HSL | 172.17º | 0.19% | 0.48% | - |
| HSV(B) | 172.17º | 0.32% | 0.57% | - |
| XYZ | 20.27 | 25.16 | 28.6 | - |
| YUV | 131.56 | 132.76 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 146 | 140 | 0.32 | 0 | 0.04 | 0.43 | 172.17 | 0.19 | 0.48 |
| Hex | 64 | 92 | 8C | 20 | 0 | 4 | 2B | AC | 13 | 30 |
| Octal | 144 | 222 | 214 | 40 | 0 | 4 | 53 | 254 | 23 | 60 |
| Binary | 1100100 | 10010010 | 10001100 | 100000 | 0 | 100 | 101011 | 10101100 | 10011 | 110000 |
Color Harmonies of #64928C
Complementary color
Monochromatic Colors of #64928C
Black with #64928C
Text Example
Text Example
White with #64928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64928C; }
p { color: rgb(100,146,140); }
H1.HeaderClassName
{
color: #64928C;
}
.AnyTagClassName
{
color: #64928C;
}
</style>
background-color css
<style>
a { background-color: #64928C; }
a { background-color: rgb(100,146,140); }
div.DivClassName
{
background-color: #64928C;
}
.BgClassName
{
background-color: #64928C;
}
</style>
border-color css
<style>
span { border-color: #64928C; }
span { border-color: rgb(100,146,140); }
td.TdClassName
{
border-color: #64928C;
}
.TagClassName
{
border-color: #64928C;
}
</style>