Shades of Gumbo #648D89
Tints of Gumbo #648D89
RGB
CMYK
RGB Variations
Color information
#648D89 (or 0x648D89) is known color: Gumbo. HEX triplet: 64, 8D and 89. RGB value is (100,141,137). Sum of RGB (Red+Green+Blue) = 100+141+137=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 141 - color contains mainly: green. Hex color #648D89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648D89 is #9B7276. Grayscale: #808080. Windows color (decimal): -10187383 or 9014628. OLE color: 9014628.
HSL color Cylindrical-coordinate representation of color #648D89: hue angle of 174.15º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #648D89 is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 141 | 137 | - |
| CMYK | 0.29 | 0 | 0.03 | 0.45 |
| HSL | 174.15º | 0.17% | 0.47% | - |
| HSV(B) | 174.15º | 0.29% | 0.55% | - |
| XYZ | 19.3 | 23.57 | 27.2 | - |
| YUV | 128.29 | 132.92 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 141 | 137 | 0.29 | 0 | 0.03 | 0.45 | 174.15 | 0.17 | 0.47 |
| Hex | 64 | 8D | 89 | 1D | 0 | 3 | 2D | AE | 11 | 2F |
| Octal | 144 | 215 | 211 | 35 | 0 | 3 | 55 | 256 | 21 | 57 |
| Binary | 1100100 | 10001101 | 10001001 | 11101 | 0 | 11 | 101101 | 10101110 | 10001 | 101111 |
Color Harmonies of #648D89
Complementary color
Monochromatic Colors of #648D89
Black with #648D89
Text Example
Text Example
White with #648D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648D89; }
p { color: rgb(100,141,137); }
H1.HeaderClassName
{
color: #648D89;
}
.AnyTagClassName
{
color: #648D89;
}
</style>
background-color css
<style>
a { background-color: #648D89; }
a { background-color: rgb(100,141,137); }
div.DivClassName
{
background-color: #648D89;
}
.BgClassName
{
background-color: #648D89;
}
</style>
border-color css
<style>
span { border-color: #648D89; }
span { border-color: rgb(100,141,137); }
td.TdClassName
{
border-color: #648D89;
}
.TagClassName
{
border-color: #648D89;
}
</style>