Shades of Gumbo #64998F
Tints of Gumbo #64998F
RGB
CMYK
RGB Variations
Color information
#64998F (or 0x64998F) is known color: Gumbo. HEX triplet: 64, 99 and 8F. RGB value is (100,153,143). Sum of RGB (Red+Green+Blue) = 100+153+143=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 143 (56.25% from 255 or 36.11% from 396); Max value from RGB is 153 - color contains mainly: green. Hex color #64998F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #64998F is #9B6670. Grayscale: #888888. Windows color (decimal): -10184305 or 9410916. OLE color: 9410916.
HSL color Cylindrical-coordinate representation of color #64998F: hue angle of 168.68º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #64998F is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 100 | 153 | 143 | - |
| CMYK | 0.35 | 0 | 0.07 | 0.4 |
| HSL | 168.68º | 0.21% | 0.5% | - |
| HSV(B) | 168.68º | 0.35% | 0.6% | - |
| XYZ | 21.6 | 27.47 | 30.15 | - |
| YUV | 136.01 | 131.94 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 153 | 143 | 0.35 | 0 | 0.07 | 0.4 | 168.68 | 0.21 | 0.5 |
| Hex | 64 | 99 | 8F | 23 | 0 | 7 | 28 | A9 | 15 | 32 |
| Octal | 144 | 231 | 217 | 43 | 0 | 7 | 50 | 251 | 25 | 62 |
| Binary | 1100100 | 10011001 | 10001111 | 100011 | 0 | 111 | 101000 | 10101001 | 10101 | 110010 |
Color Harmonies of #64998F
Complementary color
Monochromatic Colors of #64998F
Black with #64998F
Text Example
Text Example
White with #64998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64998F; }
p { color: rgb(100,153,143); }
H1.HeaderClassName
{
color: #64998F;
}
.AnyTagClassName
{
color: #64998F;
}
</style>
background-color css
<style>
a { background-color: #64998F; }
a { background-color: rgb(100,153,143); }
div.DivClassName
{
background-color: #64998F;
}
.BgClassName
{
background-color: #64998F;
}
</style>
border-color css
<style>
span { border-color: #64998F; }
span { border-color: rgb(100,153,143); }
td.TdClassName
{
border-color: #64998F;
}
.TagClassName
{
border-color: #64998F;
}
</style>