Shades of Pewter #909691
Tints of Pewter #909691
RGB
CMYK
RGB Variations
Color information
#909691 (or 0x909691) is known color: Pewter. HEX triplet: 90, 96 and 91. RGB value is (144,150,145). Sum of RGB (Red+Green+Blue) = 144+150+145=439 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.80% from 439); Green value is 150 (58.98% from 255 or 34.17% from 439); Blue value is 145 (57.03% from 255 or 33.03% from 439); Max value from RGB is 150 - color contains mainly: green. Hex color #909691 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909691 is #6F696E. Grayscale: #939393. Windows color (decimal): -7301487 or 9541264. OLE color: 9541264.
HSL color Cylindrical-coordinate representation of color #909691: hue angle of 130º degrees, saturation: 0.03, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #909691 is Cyan = 0.04, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 144 | 150 | 145 | - |
| CMYK | 0.04 | 0 | 0.03 | 0.41 |
| HSL | 130º | 0.03% | 0.58% | - |
| HSV(B) | 130º | 0.04% | 0.59% | - |
| XYZ | 27.52 | 29.79 | 31.09 | - |
| YUV | 147.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 150 | 145 | 0.04 | 0 | 0.03 | 0.41 | 130 | 0.03 | 0.58 |
| Hex | 90 | 96 | 91 | 4 | 0 | 3 | 29 | 82 | 3 | 3A |
| Octal | 220 | 226 | 221 | 4 | 0 | 3 | 51 | 202 | 3 | 72 |
| Binary | 10010000 | 10010110 | 10010001 | 100 | 0 | 11 | 101001 | 10000010 | 11 | 111010 |
Color Harmonies of #909691
Complementary color
Monochromatic Colors of #909691
Black with #909691
Text Example
Text Example
White with #909691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909691; }
p { color: rgb(144,150,145); }
H1.HeaderClassName
{
color: #909691;
}
.AnyTagClassName
{
color: #909691;
}
</style>
background-color css
<style>
a { background-color: #909691; }
a { background-color: rgb(144,150,145); }
div.DivClassName
{
background-color: #909691;
}
.BgClassName
{
background-color: #909691;
}
</style>
border-color css
<style>
span { border-color: #909691; }
span { border-color: rgb(144,150,145); }
td.TdClassName
{
border-color: #909691;
}
.TagClassName
{
border-color: #909691;
}
</style>