Shades of Gumbo #61918D
Tints of Gumbo #61918D
RGB
CMYK
RGB Variations
Color information
#61918D (or 0x61918D) is known color: Gumbo. HEX triplet: 61, 91 and 8D. RGB value is (97,145,141). Sum of RGB (Red+Green+Blue) = 97+145+141=383 (50% of max value = 765). Red value is 97 (38.28% from 255 or 25.33% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 145 - color contains mainly: green. Hex color #61918D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #61918D is #9E6E72. Grayscale: #828282. Windows color (decimal): -10382963 or 9277793. OLE color: 9277793.
HSL color Cylindrical-coordinate representation of color #61918D: hue angle of 175º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #61918D is Cyan = 0.33, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 97 | 145 | 141 | - |
| CMYK | 0.33 | 0 | 0.03 | 0.43 |
| HSL | 175º | 0.2% | 0.47% | - |
| HSV(B) | 175º | 0.33% | 0.57% | - |
| XYZ | 19.86 | 24.72 | 28.92 | - |
| YUV | 130.19 | 134.1 | 104.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 145 | 141 | 0.33 | 0 | 0.03 | 0.43 | 175 | 0.2 | 0.47 |
| Hex | 61 | 91 | 8D | 21 | 0 | 3 | 2B | AF | 14 | 2F |
| Octal | 141 | 221 | 215 | 41 | 0 | 3 | 53 | 257 | 24 | 57 |
| Binary | 1100001 | 10010001 | 10001101 | 100001 | 0 | 11 | 101011 | 10101111 | 10100 | 101111 |
Color Harmonies of #61918D
Complementary color
Monochromatic Colors of #61918D
Black with #61918D
Text Example
Text Example
White with #61918D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #61918D; }
p { color: rgb(97,145,141); }
H1.HeaderClassName
{
color: #61918D;
}
.AnyTagClassName
{
color: #61918D;
}
</style>
background-color css
<style>
a { background-color: #61918D; }
a { background-color: rgb(97,145,141); }
div.DivClassName
{
background-color: #61918D;
}
.BgClassName
{
background-color: #61918D;
}
</style>
border-color css
<style>
span { border-color: #61918D; }
span { border-color: rgb(97,145,141); }
td.TdClassName
{
border-color: #61918D;
}
.TagClassName
{
border-color: #61918D;
}
</style>