Shades of Malta #9F9588
Tints of Malta #9F9588
RGB
CMYK
RGB Variations
Color information
#9F9588 (or 0x9F9588) is known color: Malta. HEX triplet: 9F, 95 and 88. RGB value is (159,149,136). Sum of RGB (Red+Green+Blue) = 159+149+136=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 149 (58.59% from 255 or 33.56% from 444); Blue value is 136 (53.52% from 255 or 30.63% from 444); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9588 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9588 is #606A77. Grayscale: #969696. Windows color (decimal): -6318712 or 8951199. OLE color: 8951199.
HSL color Cylindrical-coordinate representation of color #9F9588: hue angle of 33.91º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #9F9588 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 149 | 136 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.38 |
| HSL | 33.91º | 0.11% | 0.58% | - |
| HSV(B) | 33.91º | 0.14% | 0.62% | - |
| XYZ | 29.49 | 30.64 | 27.65 | - |
| YUV | 150.51 | 119.81 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 149 | 136 | 0 | 0.06 | 0.14 | 0.38 | 33.91 | 0.11 | 0.58 |
| Hex | 9F | 95 | 88 | 0 | 6 | E | 26 | 22 | B | 3A |
| Octal | 237 | 225 | 210 | 0 | 6 | 16 | 46 | 42 | 13 | 72 |
| Binary | 10011111 | 10010101 | 10001000 | 0 | 110 | 1110 | 100110 | 100010 | 1011 | 111010 |
Color Harmonies of #9F9588
Complementary color
Monochromatic Colors of #9F9588
Black with #9F9588
Text Example
Text Example
White with #9F9588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9588; }
p { color: rgb(159,149,136); }
H1.HeaderClassName
{
color: #9F9588;
}
.AnyTagClassName
{
color: #9F9588;
}
</style>
background-color css
<style>
a { background-color: #9F9588; }
a { background-color: rgb(159,149,136); }
div.DivClassName
{
background-color: #9F9588;
}
.BgClassName
{
background-color: #9F9588;
}
</style>
border-color css
<style>
span { border-color: #9F9588; }
span { border-color: rgb(159,149,136); }
td.TdClassName
{
border-color: #9F9588;
}
.TagClassName
{
border-color: #9F9588;
}
</style>