Shades of Pewter #909D92
Tints of Pewter #909D92
RGB
CMYK
RGB Variations
Color information
#909D92 (or 0x909D92) is known color: Pewter. HEX triplet: 90, 9D and 92. RGB value is (144,157,146). Sum of RGB (Red+Green+Blue) = 144+157+146=447 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.21% from 447); Green value is 157 (61.72% from 255 or 35.12% from 447); Blue value is 146 (57.42% from 255 or 32.66% from 447); Max value from RGB is 157 - color contains mainly: green. Hex color #909D92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909D92 is #6F626D. Grayscale: #979797. Windows color (decimal): -7299694 or 9608592. OLE color: 9608592.
HSL color Cylindrical-coordinate representation of color #909D92: hue angle of 129.23º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #909D92 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 144 | 157 | 146 | - |
| CMYK | 0.08 | 0 | 0.07 | 0.38 |
| HSL | 129.23º | 0.06% | 0.59% | - |
| HSV(B) | 129.23º | 0.08% | 0.62% | - |
| XYZ | 28.75 | 32.12 | 31.88 | - |
| YUV | 151.86 | 124.69 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 157 | 146 | 0.08 | 0 | 0.07 | 0.38 | 129.23 | 0.06 | 0.59 |
| Hex | 90 | 9D | 92 | 8 | 0 | 7 | 26 | 81 | 6 | 3B |
| Octal | 220 | 235 | 222 | 10 | 0 | 7 | 46 | 201 | 6 | 73 |
| Binary | 10010000 | 10011101 | 10010010 | 1000 | 0 | 111 | 100110 | 10000001 | 110 | 111011 |
Color Harmonies of #909D92
Complementary color
Monochromatic Colors of #909D92
Black with #909D92
Text Example
Text Example
White with #909D92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909D92; }
p { color: rgb(144,157,146); }
H1.HeaderClassName
{
color: #909D92;
}
.AnyTagClassName
{
color: #909D92;
}
</style>
background-color css
<style>
a { background-color: #909D92; }
a { background-color: rgb(144,157,146); }
div.DivClassName
{
background-color: #909D92;
}
.BgClassName
{
background-color: #909D92;
}
</style>
border-color css
<style>
span { border-color: #909D92; }
span { border-color: rgb(144,157,146); }
td.TdClassName
{
border-color: #909D92;
}
.TagClassName
{
border-color: #909D92;
}
</style>