Shades of Gumbo #65938C
Tints of Gumbo #65938C
RGB
CMYK
RGB Variations
Color information
#65938C (or 0x65938C) is known color: Gumbo. HEX triplet: 65, 93 and 8C. RGB value is (101,147,140). Sum of RGB (Red+Green+Blue) = 101+147+140=388 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.03% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 147 - color contains mainly: green. Hex color #65938C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65938C is #9A6C73. Grayscale: #848484. Windows color (decimal): -10120308 or 9212773. OLE color: 9212773.
HSL color Cylindrical-coordinate representation of color #65938C: hue angle of 170.87º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #65938C is Cyan = 0.31, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 101 | 147 | 140 | - |
| CMYK | 0.31 | 0 | 0.05 | 0.42 |
| HSL | 170.87º | 0.19% | 0.49% | - |
| HSV(B) | 170.87º | 0.31% | 0.58% | - |
| XYZ | 20.53 | 25.53 | 28.66 | - |
| YUV | 132.45 | 132.26 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 147 | 140 | 0.31 | 0 | 0.05 | 0.42 | 170.87 | 0.19 | 0.49 |
| Hex | 65 | 93 | 8C | 1F | 0 | 5 | 2A | AB | 13 | 31 |
| Octal | 145 | 223 | 214 | 37 | 0 | 5 | 52 | 253 | 23 | 61 |
| Binary | 1100101 | 10010011 | 10001100 | 11111 | 0 | 101 | 101010 | 10101011 | 10011 | 110001 |
Color Harmonies of #65938C
Complementary color
Monochromatic Colors of #65938C
Black with #65938C
Text Example
Text Example
White with #65938C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65938C; }
p { color: rgb(101,147,140); }
H1.HeaderClassName
{
color: #65938C;
}
.AnyTagClassName
{
color: #65938C;
}
</style>
background-color css
<style>
a { background-color: #65938C; }
a { background-color: rgb(101,147,140); }
div.DivClassName
{
background-color: #65938C;
}
.BgClassName
{
background-color: #65938C;
}
</style>
border-color css
<style>
span { border-color: #65938C; }
span { border-color: rgb(101,147,140); }
td.TdClassName
{
border-color: #65938C;
}
.TagClassName
{
border-color: #65938C;
}
</style>