Shades of Malta #9D9283
Tints of Malta #9D9283
RGB
CMYK
RGB Variations
Color information
#9D9283 (or 0x9D9283) is known color: Malta. HEX triplet: 9D, 92 and 83. RGB value is (157,146,131). Sum of RGB (Red+Green+Blue) = 157+146+131=434 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.18% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 131 (51.56% from 255 or 30.18% from 434); Max value from RGB is 157 - color contains mainly: red. Hex color #9D9283 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9D9283 is #626D7C. Grayscale: #939393. Windows color (decimal): -6450557 or 8622749. OLE color: 8622749.
HSL color Cylindrical-coordinate representation of color #9D9283: hue angle of 34.62º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9D9283 is Cyan = 0, Magento = 0.07, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 146 | 131 | - |
| CMYK | 0 | 0.07 | 0.17 | 0.38 |
| HSL | 34.62º | 0.12% | 0.56% | - |
| HSV(B) | 34.62º | 0.17% | 0.62% | - |
| XYZ | 28.28 | 29.36 | 25.65 | - |
| YUV | 147.58 | 118.64 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 146 | 131 | 0 | 0.07 | 0.17 | 0.38 | 34.62 | 0.12 | 0.56 |
| Hex | 9D | 92 | 83 | 0 | 7 | 11 | 26 | 23 | C | 38 |
| Octal | 235 | 222 | 203 | 0 | 7 | 21 | 46 | 43 | 14 | 70 |
| Binary | 10011101 | 10010010 | 10000011 | 0 | 111 | 10001 | 100110 | 100011 | 1100 | 111000 |
Color Harmonies of #9D9283
Complementary color
Monochromatic Colors of #9D9283
Black with #9D9283
Text Example
Text Example
White with #9D9283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D9283; }
p { color: rgb(157,146,131); }
H1.HeaderClassName
{
color: #9D9283;
}
.AnyTagClassName
{
color: #9D9283;
}
</style>
background-color css
<style>
a { background-color: #9D9283; }
a { background-color: rgb(157,146,131); }
div.DivClassName
{
background-color: #9D9283;
}
.BgClassName
{
background-color: #9D9283;
}
</style>
border-color css
<style>
span { border-color: #9D9283; }
span { border-color: rgb(157,146,131); }
td.TdClassName
{
border-color: #9D9283;
}
.TagClassName
{
border-color: #9D9283;
}
</style>