Shades of Gumbo #65998F
Tints of Gumbo #65998F
RGB
CMYK
RGB Variations
Color information
#65998F (or 0x65998F) is known color: Gumbo. HEX triplet: 65, 99 and 8F. RGB value is (101,153,143). Sum of RGB (Red+Green+Blue) = 101+153+143=397 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.44% from 397); Green value is 153 (60.16% from 255 or 38.54% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 153 - color contains mainly: green. Hex color #65998F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65998F is #9A6670. Grayscale: #888888. Windows color (decimal): -10118769 or 9410917. OLE color: 9410917.
HSL color Cylindrical-coordinate representation of color #65998F: hue angle of 168.46º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #65998F is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 101 | 153 | 143 | - |
| CMYK | 0.34 | 0 | 0.07 | 0.4 |
| HSL | 168.46º | 0.2% | 0.5% | - |
| HSV(B) | 168.46º | 0.34% | 0.6% | - |
| XYZ | 21.72 | 27.53 | 30.16 | - |
| YUV | 136.31 | 131.77 | 102.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 153 | 143 | 0.34 | 0 | 0.07 | 0.4 | 168.46 | 0.2 | 0.5 |
| Hex | 65 | 99 | 8F | 22 | 0 | 7 | 28 | A8 | 14 | 32 |
| Octal | 145 | 231 | 217 | 42 | 0 | 7 | 50 | 250 | 24 | 62 |
| Binary | 1100101 | 10011001 | 10001111 | 100010 | 0 | 111 | 101000 | 10101000 | 10100 | 110010 |
Color Harmonies of #65998F
Complementary color
Monochromatic Colors of #65998F
Black with #65998F
Text Example
Text Example
White with #65998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65998F; }
p { color: rgb(101,153,143); }
H1.HeaderClassName
{
color: #65998F;
}
.AnyTagClassName
{
color: #65998F;
}
</style>
background-color css
<style>
a { background-color: #65998F; }
a { background-color: rgb(101,153,143); }
div.DivClassName
{
background-color: #65998F;
}
.BgClassName
{
background-color: #65998F;
}
</style>
border-color css
<style>
span { border-color: #65998F; }
span { border-color: rgb(101,153,143); }
td.TdClassName
{
border-color: #65998F;
}
.TagClassName
{
border-color: #65998F;
}
</style>