Shades of Malta #9F9282
Tints of Malta #9F9282
RGB
CMYK
RGB Variations
Color information
#9F9282 (or 0x9F9282) is known color: Malta. HEX triplet: 9F, 92 and 82. RGB value is (159,146,130). Sum of RGB (Red+Green+Blue) = 159+146+130=435 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.55% from 435); Green value is 146 (57.42% from 255 or 33.56% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 159 - color contains mainly: red. Hex color #9F9282 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F9282 is #606D7D. Grayscale: #949494. Windows color (decimal): -6319486 or 8557215. OLE color: 8557215.
HSL color Cylindrical-coordinate representation of color #9F9282: hue angle of 33.1º 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 #9F9282 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 146 | 130 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.38 |
| HSL | 33.1º | 0.13% | 0.57% | - |
| HSV(B) | 33.1º | 0.18% | 0.62% | - |
| XYZ | 28.61 | 29.54 | 25.31 | - |
| YUV | 148.06 | 117.81 | 135.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 146 | 130 | 0 | 0.08 | 0.18 | 0.38 | 33.1 | 0.13 | 0.57 |
| Hex | 9F | 92 | 82 | 0 | 8 | 12 | 26 | 21 | D | 39 |
| Octal | 237 | 222 | 202 | 0 | 10 | 22 | 46 | 41 | 15 | 71 |
| Binary | 10011111 | 10010010 | 10000010 | 0 | 1000 | 10010 | 100110 | 100001 | 1101 | 111001 |
Color Harmonies of #9F9282
Complementary color
Monochromatic Colors of #9F9282
Black with #9F9282
Text Example
Text Example
White with #9F9282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F9282; }
p { color: rgb(159,146,130); }
H1.HeaderClassName
{
color: #9F9282;
}
.AnyTagClassName
{
color: #9F9282;
}
</style>
background-color css
<style>
a { background-color: #9F9282; }
a { background-color: rgb(159,146,130); }
div.DivClassName
{
background-color: #9F9282;
}
.BgClassName
{
background-color: #9F9282;
}
</style>
border-color css
<style>
span { border-color: #9F9282; }
span { border-color: rgb(159,146,130); }
td.TdClassName
{
border-color: #9F9282;
}
.TagClassName
{
border-color: #9F9282;
}
</style>