Shades of Malta #9E9385
Tints of Malta #9E9385
RGB
CMYK
RGB Variations
Color information
#9E9385 (or 0x9E9385) is known color: Malta. HEX triplet: 9E, 93 and 85. RGB value is (158,147,133). Sum of RGB (Red+Green+Blue) = 158+147+133=438 (58% of max value = 765). Red value is 158 (62.11% from 255 or 36.07% from 438); Green value is 147 (57.81% from 255 or 33.56% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 158 - color contains mainly: red. Hex color #9E9385 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9385 is #616C7A. Grayscale: #949494. Windows color (decimal): -6384763 or 8754078. OLE color: 8754078.
HSL color Cylindrical-coordinate representation of color #9E9385: hue angle of 33.6º degrees, saturation: 0.11, 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 #9E9385 is Cyan = 0, Magento = 0.07, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 147 | 133 | - |
| CMYK | 0 | 0.07 | 0.16 | 0.38 |
| HSL | 33.6º | 0.11% | 0.57% | - |
| HSV(B) | 33.6º | 0.16% | 0.62% | - |
| XYZ | 28.77 | 29.83 | 26.43 | - |
| YUV | 148.69 | 119.14 | 134.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 147 | 133 | 0 | 0.07 | 0.16 | 0.38 | 33.6 | 0.11 | 0.57 |
| Hex | 9E | 93 | 85 | 0 | 7 | 10 | 26 | 22 | B | 39 |
| Octal | 236 | 223 | 205 | 0 | 7 | 20 | 46 | 42 | 13 | 71 |
| Binary | 10011110 | 10010011 | 10000101 | 0 | 111 | 10000 | 100110 | 100010 | 1011 | 111001 |
Color Harmonies of #9E9385
Complementary color
Monochromatic Colors of #9E9385
Black with #9E9385
Text Example
Text Example
White with #9E9385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9385; }
p { color: rgb(158,147,133); }
H1.HeaderClassName
{
color: #9E9385;
}
.AnyTagClassName
{
color: #9E9385;
}
</style>
background-color css
<style>
a { background-color: #9E9385; }
a { background-color: rgb(158,147,133); }
div.DivClassName
{
background-color: #9E9385;
}
.BgClassName
{
background-color: #9E9385;
}
</style>
border-color css
<style>
span { border-color: #9E9385; }
span { border-color: rgb(158,147,133); }
td.TdClassName
{
border-color: #9E9385;
}
.TagClassName
{
border-color: #9E9385;
}
</style>