Shades of Pewter #9E9F9E
Tints of Pewter #9E9F9E
RGB
CMYK
RGB Variations
Color information
#9E9F9E (or 0x9E9F9E) is known color: Pewter. HEX triplet: 9E, 9F and 9E. RGB value is (158,159,158). Sum of RGB (Red+Green+Blue) = 158+159+158=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 159 (62.5% from 255 or 33.47% from 475); Blue value is 158 (62.11% from 255 or 33.26% from 475); Max value from RGB is 159 - color contains mainly: green. Hex color #9E9F9E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9E9F9E is #616061. Grayscale: #9E9E9E. Windows color (decimal): -6381666 or 10395550. OLE color: 10395550.
HSL color Cylindrical-coordinate representation of color #9E9F9E: hue angle of 120º degrees, saturation: 0.01, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #9E9F9E is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.
Color convert
RGB | 158 | 159 | 158 | - |
CMYK | 0.01 | 0 | 0.01 | 0.38 |
HSL | 120º | 0.01% | 0.62% | - |
HSV(B) | 120º | 0.01% | 0.62% | - |
XYZ | 32.67 | 34.53 | 37.29 | - |
YUV | 158.59 | 127.67 | 127.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 158 | 159 | 158 | 0.01 | 0 | 0.01 | 0.38 | 120 | 0.01 | 0.62 |
Hex | 9E | 9F | 9E | 1 | 0 | 1 | 26 | 78 | 1 | 3E |
Octal | 236 | 237 | 236 | 1 | 0 | 1 | 46 | 170 | 1 | 76 |
Binary | 10011110 | 10011111 | 10011110 | 1 | 0 | 1 | 100110 | 1111000 | 1 | 111110 |
Color Harmonies of #9E9F9E
Complementary color
Monochromatic Colors of #9E9F9E
Black with #9E9F9E
Text Example
Text Example
White with #9E9F9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E9F9E; }
p { color: rgb(158,159,158); }
H1.HeaderClassName
{
color: #9E9F9E;
}
.AnyTagClassName
{
color: #9E9F9E;
}
</style>
background-color css
<style>
a { background-color: #9E9F9E; }
a { background-color: rgb(158,159,158); }
div.DivClassName
{
background-color: #9E9F9E;
}
.BgClassName
{
background-color: #9E9F9E;
}
</style>
border-color css
<style>
span { border-color: #9E9F9E; }
span { border-color: rgb(158,159,158); }
td.TdClassName
{
border-color: #9E9F9E;
}
.TagClassName
{
border-color: #9E9F9E;
}
</style>