Shades of Gumbo #648B85
Tints of Gumbo #648B85
RGB
CMYK
RGB Variations
Color information
#648B85 (or 0x648B85) is known color: Gumbo. HEX triplet: 64, 8B and 85. RGB value is (100,139,133). Sum of RGB (Red+Green+Blue) = 100+139+133=372 (49% of max value = 765). Red value is 100 (39.45% from 255 or 26.88% from 372); Green value is 139 (54.69% from 255 or 37.37% from 372); Blue value is 133 (52.34% from 255 or 35.75% from 372); Max value from RGB is 139 - color contains mainly: green. Hex color #648B85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648B85 is #9B747A. Grayscale: #7E7E7E. Windows color (decimal): -10187899 or 8751972. OLE color: 8751972.
HSL color Cylindrical-coordinate representation of color #648B85: hue angle of 170.77º 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 #648B85 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 139 | 133 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.45 |
| HSL | 170.77º | 0.16% | 0.47% | - |
| HSV(B) | 170.77º | 0.28% | 0.55% | - |
| XYZ | 18.72 | 22.87 | 25.62 | - |
| YUV | 126.66 | 131.58 | 108.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 139 | 133 | 0.28 | 0 | 0.04 | 0.45 | 170.77 | 0.16 | 0.47 |
| Hex | 64 | 8B | 85 | 1C | 0 | 4 | 2D | AB | 10 | 2F |
| Octal | 144 | 213 | 205 | 34 | 0 | 4 | 55 | 253 | 20 | 57 |
| Binary | 1100100 | 10001011 | 10000101 | 11100 | 0 | 100 | 101101 | 10101011 | 10000 | 101111 |
Color Harmonies of #648B85
Complementary color
Monochromatic Colors of #648B85
Black with #648B85
Text Example
Text Example
White with #648B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648B85; }
p { color: rgb(100,139,133); }
H1.HeaderClassName
{
color: #648B85;
}
.AnyTagClassName
{
color: #648B85;
}
</style>
background-color css
<style>
a { background-color: #648B85; }
a { background-color: rgb(100,139,133); }
div.DivClassName
{
background-color: #648B85;
}
.BgClassName
{
background-color: #648B85;
}
</style>
border-color css
<style>
span { border-color: #648B85; }
span { border-color: rgb(100,139,133); }
td.TdClassName
{
border-color: #648B85;
}
.TagClassName
{
border-color: #648B85;
}
</style>