Shades of Gumbo #648B8A
Tints of Gumbo #648B8A
RGB
CMYK
RGB Variations
Color information
#648B8A (or 0x648B8A) is known color: Gumbo. HEX triplet: 64, 8B and 8A. RGB value is (100,139,138). Sum of RGB (Red+Green+Blue) = 100+139+138=377 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.53% from 377); Green value is 139 (54.69% from 255 or 36.87% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 139 - color contains mainly: green. Hex color #648B8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648B8A is #9B7475. Grayscale: #7F7F7F. Windows color (decimal): -10187894 or 9079652. OLE color: 9079652.
HSL color Cylindrical-coordinate representation of color #648B8A: hue angle of 178.46º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #648B8A is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 139 | 138 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.45 |
| HSL | 178.46º | 0.16% | 0.47% | - |
| HSV(B) | 178.46º | 0.28% | 0.55% | - |
| XYZ | 19.08 | 23.01 | 27.48 | - |
| YUV | 127.23 | 134.08 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 139 | 138 | 0.28 | 0 | 0.01 | 0.45 | 178.46 | 0.16 | 0.47 |
| Hex | 64 | 8B | 8A | 1C | 0 | 1 | 2D | B2 | 10 | 2F |
| Octal | 144 | 213 | 212 | 34 | 0 | 1 | 55 | 262 | 20 | 57 |
| Binary | 1100100 | 10001011 | 10001010 | 11100 | 0 | 1 | 101101 | 10110010 | 10000 | 101111 |
Color Harmonies of #648B8A
Complementary color
Monochromatic Colors of #648B8A
Black with #648B8A
Text Example
Text Example
White with #648B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648B8A; }
p { color: rgb(100,139,138); }
H1.HeaderClassName
{
color: #648B8A;
}
.AnyTagClassName
{
color: #648B8A;
}
</style>
background-color css
<style>
a { background-color: #648B8A; }
a { background-color: rgb(100,139,138); }
div.DivClassName
{
background-color: #648B8A;
}
.BgClassName
{
background-color: #648B8A;
}
</style>
border-color css
<style>
span { border-color: #648B8A; }
span { border-color: rgb(100,139,138); }
td.TdClassName
{
border-color: #648B8A;
}
.TagClassName
{
border-color: #648B8A;
}
</style>