Shades of Gumbo #63928A
Tints of Gumbo #63928A
RGB
CMYK
RGB Variations
Color information
#63928A (or 0x63928A) is known color: Gumbo. HEX triplet: 63, 92 and 8A. RGB value is (99,146,138). Sum of RGB (Red+Green+Blue) = 99+146+138=383 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.85% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 146 - color contains mainly: green. Hex color #63928A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63928A is #9C6D75. Grayscale: #838383. Windows color (decimal): -10251638 or 9081443. OLE color: 9081443.
HSL color Cylindrical-coordinate representation of color #63928A: hue angle of 169.79º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #63928A is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 99 | 146 | 138 | - |
| CMYK | 0.32 | 0 | 0.05 | 0.43 |
| HSL | 169.79º | 0.19% | 0.48% | - |
| HSV(B) | 169.79º | 0.32% | 0.57% | - |
| XYZ | 20.01 | 25.05 | 27.82 | - |
| YUV | 131.04 | 131.93 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 146 | 138 | 0.32 | 0 | 0.05 | 0.43 | 169.79 | 0.19 | 0.48 |
| Hex | 63 | 92 | 8A | 20 | 0 | 5 | 2B | AA | 13 | 30 |
| Octal | 143 | 222 | 212 | 40 | 0 | 5 | 53 | 252 | 23 | 60 |
| Binary | 1100011 | 10010010 | 10001010 | 100000 | 0 | 101 | 101011 | 10101010 | 10011 | 110000 |
Color Harmonies of #63928A
Complementary color
Monochromatic Colors of #63928A
Black with #63928A
Text Example
Text Example
White with #63928A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63928A; }
p { color: rgb(99,146,138); }
H1.HeaderClassName
{
color: #63928A;
}
.AnyTagClassName
{
color: #63928A;
}
</style>
background-color css
<style>
a { background-color: #63928A; }
a { background-color: rgb(99,146,138); }
div.DivClassName
{
background-color: #63928A;
}
.BgClassName
{
background-color: #63928A;
}
</style>
border-color css
<style>
span { border-color: #63928A; }
span { border-color: rgb(99,146,138); }
td.TdClassName
{
border-color: #63928A;
}
.TagClassName
{
border-color: #63928A;
}
</style>