Shades of Gumbo #64948D
Tints of Gumbo #64948D
RGB
CMYK
RGB Variations
Color information
#64948D (or 0x64948D) is known color: Gumbo. HEX triplet: 64, 94 and 8D. RGB value is (100,148,141). Sum of RGB (Red+Green+Blue) = 100+148+141=389 (51% of max value = 765). Red value is 100 (39.45% from 255 or 25.71% from 389); Green value is 148 (58.20% from 255 or 38.05% from 389); Blue value is 141 (55.47% from 255 or 36.25% from 389); Max value from RGB is 148 - color contains mainly: green. Hex color #64948D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64948D is #9B6B72. Grayscale: #848484. Windows color (decimal): -10185587 or 9278564. OLE color: 9278564.
HSL color Cylindrical-coordinate representation of color #64948D: hue angle of 171.25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #64948D is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 148 | 141 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.42 |
| HSL | 171.25º | 0.19% | 0.49% | - |
| HSV(B) | 171.25º | 0.32% | 0.58% | - |
| XYZ | 20.65 | 25.81 | 29.09 | - |
| YUV | 132.85 | 132.6 | 104.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 148 | 141 | 0.32 | 0 | 0.05 | 0.42 | 171.25 | 0.19 | 0.49 |
| Hex | 64 | 94 | 8D | 20 | 0 | 5 | 2A | AB | 13 | 31 |
| Octal | 144 | 224 | 215 | 40 | 0 | 5 | 52 | 253 | 23 | 61 |
| Binary | 1100100 | 10010100 | 10001101 | 100000 | 0 | 101 | 101010 | 10101011 | 10011 | 110001 |
Color Harmonies of #64948D
Complementary color
Monochromatic Colors of #64948D
Black with #64948D
Text Example
Text Example
White with #64948D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64948D; }
p { color: rgb(100,148,141); }
H1.HeaderClassName
{
color: #64948D;
}
.AnyTagClassName
{
color: #64948D;
}
</style>
background-color css
<style>
a { background-color: #64948D; }
a { background-color: rgb(100,148,141); }
div.DivClassName
{
background-color: #64948D;
}
.BgClassName
{
background-color: #64948D;
}
</style>
border-color css
<style>
span { border-color: #64948D; }
span { border-color: rgb(100,148,141); }
td.TdClassName
{
border-color: #64948D;
}
.TagClassName
{
border-color: #64948D;
}
</style>