Shades of Gumbo #65928A
Tints of Gumbo #65928A
RGB
CMYK
RGB Variations
Color information
#65928A (or 0x65928A) is known color: Gumbo. HEX triplet: 65, 92 and 8A. RGB value is (101,146,138). Sum of RGB (Red+Green+Blue) = 101+146+138=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 146 - color contains mainly: green. Hex color #65928A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65928A is #9A6D75. Grayscale: #838383. Windows color (decimal): -10120566 or 9081445. OLE color: 9081445.
HSL color Cylindrical-coordinate representation of color #65928A: hue angle of 169.33º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #65928A is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 101 | 146 | 138 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.43 |
| HSL | 169.33º | 0.18% | 0.48% | - |
| HSV(B) | 169.33º | 0.31% | 0.57% | - |
| XYZ | 20.23 | 25.16 | 27.83 | - |
| YUV | 131.63 | 131.59 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 146 | 138 | 0.31 | 0 | 0.05 | 0.43 | 169.33 | 0.18 | 0.48 |
| Hex | 65 | 92 | 8A | 1F | 0 | 5 | 2B | A9 | 12 | 30 |
| Octal | 145 | 222 | 212 | 37 | 0 | 5 | 53 | 251 | 22 | 60 |
| Binary | 1100101 | 10010010 | 10001010 | 11111 | 0 | 101 | 101011 | 10101001 | 10010 | 110000 |
Color Harmonies of #65928A
Complementary color
Monochromatic Colors of #65928A
Black with #65928A
Text Example
Text Example
White with #65928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65928A; }
p { color: rgb(101,146,138); }
H1.HeaderClassName
{
color: #65928A;
}
.AnyTagClassName
{
color: #65928A;
}
</style>
background-color css
<style>
a { background-color: #65928A; }
a { background-color: rgb(101,146,138); }
div.DivClassName
{
background-color: #65928A;
}
.BgClassName
{
background-color: #65928A;
}
</style>
border-color css
<style>
span { border-color: #65928A; }
span { border-color: rgb(101,146,138); }
td.TdClassName
{
border-color: #65928A;
}
.TagClassName
{
border-color: #65928A;
}
</style>