Shades of Malta #9F9482
Tints of Malta #9F9482
RGB
CMYK
RGB Variations
Color information
#9F9482 (or 0x9F9482) is known color: Malta. HEX triplet: 9F, 94 and 82. RGB value is (159,148,130). Sum of RGB (Red+Green+Blue) = 159+148+130=437 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.38% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 130 (51.17% from 255 or 29.75% from 437); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9482 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9482 is #606B7D. Grayscale: #959595. Windows color (decimal): -6318974 or 8557727. OLE color: 8557727.
HSL color Cylindrical-coordinate representation of color #9F9482: hue angle of 37.24º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9F9482 is Cyan = 0, Magento = 0.07, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 148 | 130 | - |
| CMYK | 0 | 0.07 | 0.18 | 0.38 |
| HSL | 37.24º | 0.13% | 0.57% | - |
| HSV(B) | 37.24º | 0.18% | 0.62% | - |
| XYZ | 28.92 | 30.16 | 25.42 | - |
| YUV | 149.24 | 117.14 | 134.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 148 | 130 | 0 | 0.07 | 0.18 | 0.38 | 37.24 | 0.13 | 0.57 |
| Hex | 9F | 94 | 82 | 0 | 7 | 12 | 26 | 25 | D | 39 |
| Octal | 237 | 224 | 202 | 0 | 7 | 22 | 46 | 45 | 15 | 71 |
| Binary | 10011111 | 10010100 | 10000010 | 0 | 111 | 10010 | 100110 | 100101 | 1101 | 111001 |
Color Harmonies of #9F9482
Complementary color
Monochromatic Colors of #9F9482
Black with #9F9482
Text Example
Text Example
White with #9F9482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9482; }
p { color: rgb(159,148,130); }
H1.HeaderClassName
{
color: #9F9482;
}
.AnyTagClassName
{
color: #9F9482;
}
</style>
background-color css
<style>
a { background-color: #9F9482; }
a { background-color: rgb(159,148,130); }
div.DivClassName
{
background-color: #9F9482;
}
.BgClassName
{
background-color: #9F9482;
}
</style>
border-color css
<style>
span { border-color: #9F9482; }
span { border-color: rgb(159,148,130); }
td.TdClassName
{
border-color: #9F9482;
}
.TagClassName
{
border-color: #9F9482;
}
</style>