Shades of Malta #9E927E
Tints of Malta #9E927E
RGB
CMYK
RGB Variations
Color information
#9E927E (or 0x9E927E) is known color: Malta. HEX triplet: 9E, 92 and 7E. RGB value is (158,146,126). Sum of RGB (Red+Green+Blue) = 158+146+126=430 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.74% from 430); Green value is 146 (57.42% from 255 or 33.95% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 158 - color contains mainly: red. Hex color #9E927E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9E927E is #616D81. Grayscale: #939393. Windows color (decimal): -6385026 or 8295070. OLE color: 8295070.
HSL color Cylindrical-coordinate representation of color #9E927E: hue angle of 37.5º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9E927E is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 146 | 126 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.38 |
| HSL | 37.5º | 0.14% | 0.56% | - |
| HSV(B) | 37.5º | 0.2% | 0.62% | - |
| XYZ | 28.15 | 29.33 | 23.92 | - |
| YUV | 147.31 | 115.98 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 146 | 126 | 0 | 0.08 | 0.20 | 0.38 | 37.5 | 0.14 | 0.56 |
| Hex | 9E | 92 | 7E | 0 | 8 | 14 | 26 | 26 | E | 38 |
| Octal | 236 | 222 | 176 | 0 | 10 | 24 | 46 | 46 | 16 | 70 |
| Binary | 10011110 | 10010010 | 1111110 | 0 | 1000 | 10100 | 100110 | 100110 | 1110 | 111000 |
Color Harmonies of #9E927E
Complementary color
Monochromatic Colors of #9E927E
Black with #9E927E
Text Example
Text Example
White with #9E927E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E927E; }
p { color: rgb(158,146,126); }
H1.HeaderClassName
{
color: #9E927E;
}
.AnyTagClassName
{
color: #9E927E;
}
</style>
background-color css
<style>
a { background-color: #9E927E; }
a { background-color: rgb(158,146,126); }
div.DivClassName
{
background-color: #9E927E;
}
.BgClassName
{
background-color: #9E927E;
}
</style>
border-color css
<style>
span { border-color: #9E927E; }
span { border-color: rgb(158,146,126); }
td.TdClassName
{
border-color: #9E927E;
}
.TagClassName
{
border-color: #9E927E;
}
</style>