Shades of Gumbo #648C89
Tints of Gumbo #648C89
RGB
CMYK
RGB Variations
Color information
#648C89 (or 0x648C89) is known color: Gumbo. HEX triplet: 64, 8C and 89. RGB value is (100,140,137). Sum of RGB (Red+Green+Blue) = 100+140+137=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 137 (53.91% from 255 or 36.34% from 377); Max value from RGB is 140 - color contains mainly: green. Hex color #648C89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648C89 is #9B7376. Grayscale: #7F7F7F. Windows color (decimal): -10187639 or 9014372. OLE color: 9014372.
HSL color Cylindrical-coordinate representation of color #648C89: hue angle of 175.5º 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 #648C89 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 140 | 137 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.45 |
| HSL | 175.5º | 0.17% | 0.47% | - |
| HSV(B) | 175.5º | 0.29% | 0.55% | - |
| XYZ | 19.15 | 23.27 | 27.15 | - |
| YUV | 127.7 | 133.25 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 140 | 137 | 0.29 | 0 | 0.02 | 0.45 | 175.5 | 0.17 | 0.47 |
| Hex | 64 | 8C | 89 | 1D | 0 | 2 | 2D | B0 | 11 | 2F |
| Octal | 144 | 214 | 211 | 35 | 0 | 2 | 55 | 260 | 21 | 57 |
| Binary | 1100100 | 10001100 | 10001001 | 11101 | 0 | 10 | 101101 | 10110000 | 10001 | 101111 |
Color Harmonies of #648C89
Complementary color
Monochromatic Colors of #648C89
Black with #648C89
Text Example
Text Example
White with #648C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648C89; }
p { color: rgb(100,140,137); }
H1.HeaderClassName
{
color: #648C89;
}
.AnyTagClassName
{
color: #648C89;
}
</style>
background-color css
<style>
a { background-color: #648C89; }
a { background-color: rgb(100,140,137); }
div.DivClassName
{
background-color: #648C89;
}
.BgClassName
{
background-color: #648C89;
}
</style>
border-color css
<style>
span { border-color: #648C89; }
span { border-color: rgb(100,140,137); }
td.TdClassName
{
border-color: #648C89;
}
.TagClassName
{
border-color: #648C89;
}
</style>