Shades of Gumbo #63928C
Tints of Gumbo #63928C
RGB
CMYK
RGB Variations
Color information
#63928C (or 0x63928C) is known color: Gumbo. HEX triplet: 63, 92 and 8C. RGB value is (99,146,140). Sum of RGB (Red+Green+Blue) = 99+146+140=385 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.71% from 385); Green value is 146 (57.42% from 255 or 37.92% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 146 - color contains mainly: green. Hex color #63928C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #63928C is #9C6D73. Grayscale: #838383. Windows color (decimal): -10251636 or 9212515. OLE color: 9212515.
HSL color Cylindrical-coordinate representation of color #63928C: hue angle of 172.34º 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 #63928C is Cyan = 0.32, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 99 | 146 | 140 | - |
| CMYK | 0.32 | 0 | 0.04 | 0.43 |
| HSL | 172.34º | 0.19% | 0.48% | - |
| HSV(B) | 172.34º | 0.32% | 0.57% | - |
| XYZ | 20.16 | 25.1 | 28.59 | - |
| YUV | 131.26 | 132.93 | 104.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 146 | 140 | 0.32 | 0 | 0.04 | 0.43 | 172.34 | 0.19 | 0.48 |
| Hex | 63 | 92 | 8C | 20 | 0 | 4 | 2B | AC | 13 | 30 |
| Octal | 143 | 222 | 214 | 40 | 0 | 4 | 53 | 254 | 23 | 60 |
| Binary | 1100011 | 10010010 | 10001100 | 100000 | 0 | 100 | 101011 | 10101100 | 10011 | 110000 |
Color Harmonies of #63928C
Complementary color
Monochromatic Colors of #63928C
Black with #63928C
Text Example
Text Example
White with #63928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63928C; }
p { color: rgb(99,146,140); }
H1.HeaderClassName
{
color: #63928C;
}
.AnyTagClassName
{
color: #63928C;
}
</style>
background-color css
<style>
a { background-color: #63928C; }
a { background-color: rgb(99,146,140); }
div.DivClassName
{
background-color: #63928C;
}
.BgClassName
{
background-color: #63928C;
}
</style>
border-color css
<style>
span { border-color: #63928C; }
span { border-color: rgb(99,146,140); }
td.TdClassName
{
border-color: #63928C;
}
.TagClassName
{
border-color: #63928C;
}
</style>