Shades of Malta #9F9585
Tints of Malta #9F9585
RGB
CMYK
RGB Variations
Color information
#9F9585 (or 0x9F9585) is known color: Malta. HEX triplet: 9F, 95 and 85. RGB value is (159,149,133). Sum of RGB (Red+Green+Blue) = 159+149+133=441 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.05% from 441); Green value is 149 (58.59% from 255 or 33.79% from 441); Blue value is 133 (52.34% from 255 or 30.16% from 441); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9585 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9585 is #606A7A. Grayscale: #969696. Windows color (decimal): -6318715 or 8754591. OLE color: 8754591.
HSL color Cylindrical-coordinate representation of color #9F9585: hue angle of 36.92º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #9F9585 is Cyan = 0, Magento = 0.06, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 149 | 133 | - |
| CMYK | 0 | 0.06 | 0.16 | 0.38 |
| HSL | 36.92º | 0.12% | 0.57% | - |
| HSV(B) | 36.92º | 0.16% | 0.62% | - |
| XYZ | 29.28 | 30.56 | 26.55 | - |
| YUV | 150.17 | 118.31 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 149 | 133 | 0 | 0.06 | 0.16 | 0.38 | 36.92 | 0.12 | 0.57 |
| Hex | 9F | 95 | 85 | 0 | 6 | 10 | 26 | 25 | C | 39 |
| Octal | 237 | 225 | 205 | 0 | 6 | 20 | 46 | 45 | 14 | 71 |
| Binary | 10011111 | 10010101 | 10000101 | 0 | 110 | 10000 | 100110 | 100101 | 1100 | 111001 |
Color Harmonies of #9F9585
Complementary color
Monochromatic Colors of #9F9585
Black with #9F9585
Text Example
Text Example
White with #9F9585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9585; }
p { color: rgb(159,149,133); }
H1.HeaderClassName
{
color: #9F9585;
}
.AnyTagClassName
{
color: #9F9585;
}
</style>
background-color css
<style>
a { background-color: #9F9585; }
a { background-color: rgb(159,149,133); }
div.DivClassName
{
background-color: #9F9585;
}
.BgClassName
{
background-color: #9F9585;
}
</style>
border-color css
<style>
span { border-color: #9F9585; }
span { border-color: rgb(159,149,133); }
td.TdClassName
{
border-color: #9F9585;
}
.TagClassName
{
border-color: #9F9585;
}
</style>