Shades of Malta #9F9688
Tints of Malta #9F9688
RGB
CMYK
RGB Variations
Color information
#9F9688 (or 0x9F9688) is known color: Malta. HEX triplet: 9F, 96 and 88. RGB value is (159,150,136). Sum of RGB (Red+Green+Blue) = 159+150+136=445 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.73% from 445); Green value is 150 (58.98% from 255 or 33.71% from 445); Blue value is 136 (53.52% from 255 or 30.56% from 445); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9688 is #606977. Grayscale: #979797. Windows color (decimal): -6318456 or 8951455. OLE color: 8951455.
HSL color Cylindrical-coordinate representation of color #9F9688: hue angle of 36.52º 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 #9F9688 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 150 | 136 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.38 |
| HSL | 36.52º | 0.11% | 0.58% | - |
| HSV(B) | 36.52º | 0.14% | 0.62% | - |
| XYZ | 29.65 | 30.96 | 27.71 | - |
| YUV | 151.1 | 119.48 | 133.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 150 | 136 | 0 | 0.06 | 0.14 | 0.38 | 36.52 | 0.11 | 0.58 |
| Hex | 9F | 96 | 88 | 0 | 6 | E | 26 | 25 | B | 3A |
| Octal | 237 | 226 | 210 | 0 | 6 | 16 | 46 | 45 | 13 | 72 |
| Binary | 10011111 | 10010110 | 10001000 | 0 | 110 | 1110 | 100110 | 100101 | 1011 | 111010 |
Color Harmonies of #9F9688
Complementary color
Monochromatic Colors of #9F9688
Black with #9F9688
Text Example
Text Example
White with #9F9688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9688; }
p { color: rgb(159,150,136); }
H1.HeaderClassName
{
color: #9F9688;
}
.AnyTagClassName
{
color: #9F9688;
}
</style>
background-color css
<style>
a { background-color: #9F9688; }
a { background-color: rgb(159,150,136); }
div.DivClassName
{
background-color: #9F9688;
}
.BgClassName
{
background-color: #9F9688;
}
</style>
border-color css
<style>
span { border-color: #9F9688; }
span { border-color: rgb(159,150,136); }
td.TdClassName
{
border-color: #9F9688;
}
.TagClassName
{
border-color: #9F9688;
}
</style>