Shades of Gumbo #658482
Tints of Gumbo #658482
RGB
CMYK
RGB Variations
Color information
#658482 (or 0x658482) is known color: Gumbo. HEX triplet: 65, 84 and 82. RGB value is (101,132,130). Sum of RGB (Red+Green+Blue) = 101+132+130=363 (48% of max value = 765). Red value is 101 (39.84% from 255 or 27.82% from 363); Green value is 132 (51.95% from 255 or 36.36% from 363); Blue value is 130 (51.17% from 255 or 35.81% from 363); Max value from RGB is 132 - color contains mainly: green. Hex color #658482 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #658482 is #9A7B7D. Grayscale: #7A7A7A. Windows color (decimal): -10124158 or 8553573. OLE color: 8553573.
HSL color Cylindrical-coordinate representation of color #658482: hue angle of 176.13º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #658482 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 101 | 132 | 130 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.48 |
| HSL | 176.13º | 0.13% | 0.46% | - |
| HSV(B) | 176.13º | 0.23% | 0.52% | - |
| XYZ | 17.65 | 20.88 | 24.22 | - |
| YUV | 122.5 | 132.23 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 132 | 130 | 0.23 | 0 | 0.02 | 0.48 | 176.13 | 0.13 | 0.46 |
| Hex | 65 | 84 | 82 | 17 | 0 | 2 | 30 | B0 | D | 2E |
| Octal | 145 | 204 | 202 | 27 | 0 | 2 | 60 | 260 | 15 | 56 |
| Binary | 1100101 | 10000100 | 10000010 | 10111 | 0 | 10 | 110000 | 10110000 | 1101 | 101110 |
Color Harmonies of #658482
Complementary color
Monochromatic Colors of #658482
Black with #658482
Text Example
Text Example
White with #658482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #658482; }
p { color: rgb(101,132,130); }
H1.HeaderClassName
{
color: #658482;
}
.AnyTagClassName
{
color: #658482;
}
</style>
background-color css
<style>
a { background-color: #658482; }
a { background-color: rgb(101,132,130); }
div.DivClassName
{
background-color: #658482;
}
.BgClassName
{
background-color: #658482;
}
</style>
border-color css
<style>
span { border-color: #658482; }
span { border-color: rgb(101,132,130); }
td.TdClassName
{
border-color: #658482;
}
.TagClassName
{
border-color: #658482;
}
</style>