Shades of Gumbo #61908C
Tints of Gumbo #61908C
RGB
CMYK
RGB Variations
Color information
#61908C (or 0x61908C) is known color: Gumbo. HEX triplet: 61, 90 and 8C. RGB value is (97,144,140). Sum of RGB (Red+Green+Blue) = 97+144+140=381 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.46% from 381); Green value is 144 (56.64% from 255 or 37.80% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 144 - color contains mainly: green. Hex color #61908C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61908C is #9E6F73. Grayscale: #818181. Windows color (decimal): -10383220 or 9212001. OLE color: 9212001.
HSL color Cylindrical-coordinate representation of color #61908C: hue angle of 174.89º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #61908C is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 97 | 144 | 140 | - |
| CMYK | 0.33 | 0 | 0.03 | 0.44 |
| HSL | 174.89º | 0.2% | 0.47% | - |
| HSV(B) | 174.89º | 0.33% | 0.56% | - |
| XYZ | 19.64 | 24.38 | 28.48 | - |
| YUV | 129.49 | 133.93 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 144 | 140 | 0.33 | 0 | 0.03 | 0.44 | 174.89 | 0.2 | 0.47 |
| Hex | 61 | 90 | 8C | 21 | 0 | 3 | 2C | AF | 14 | 2F |
| Octal | 141 | 220 | 214 | 41 | 0 | 3 | 54 | 257 | 24 | 57 |
| Binary | 1100001 | 10010000 | 10001100 | 100001 | 0 | 11 | 101100 | 10101111 | 10100 | 101111 |
Color Harmonies of #61908C
Complementary color
Monochromatic Colors of #61908C
Black with #61908C
Text Example
Text Example
White with #61908C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61908C; }
p { color: rgb(97,144,140); }
H1.HeaderClassName
{
color: #61908C;
}
.AnyTagClassName
{
color: #61908C;
}
</style>
background-color css
<style>
a { background-color: #61908C; }
a { background-color: rgb(97,144,140); }
div.DivClassName
{
background-color: #61908C;
}
.BgClassName
{
background-color: #61908C;
}
</style>
border-color css
<style>
span { border-color: #61908C; }
span { border-color: rgb(97,144,140); }
td.TdClassName
{
border-color: #61908C;
}
.TagClassName
{
border-color: #61908C;
}
</style>