Shades of Pewter #909991
Tints of Pewter #909991
RGB
CMYK
RGB Variations
Color information
#909991 (or 0x909991) is known color: Pewter. HEX triplet: 90, 99 and 91. RGB value is (144,153,145). Sum of RGB (Red+Green+Blue) = 144+153+145=442 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.58% from 442); Green value is 153 (60.16% from 255 or 34.62% from 442); Blue value is 145 (57.03% from 255 or 32.81% from 442); Max value from RGB is 153 - color contains mainly: green. Hex color #909991 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909991 is #6F666E. Grayscale: #959595. Windows color (decimal): -7300719 or 9542032. OLE color: 9542032.
HSL color Cylindrical-coordinate representation of color #909991: hue angle of 126.67º degrees, saturation: 0.04, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #909991 is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 144 | 153 | 145 | - |
| CMYK | 0.06 | 0 | 0.05 | 0.4 |
| HSL | 126.67º | 0.04% | 0.58% | - |
| HSV(B) | 126.67º | 0.06% | 0.6% | - |
| XYZ | 28 | 30.76 | 31.25 | - |
| YUV | 149.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 145 | 0.06 | 0 | 0.05 | 0.4 | 126.67 | 0.04 | 0.58 |
| Hex | 90 | 99 | 91 | 6 | 0 | 5 | 28 | 7F | 4 | 3A |
| Octal | 220 | 231 | 221 | 6 | 0 | 5 | 50 | 177 | 4 | 72 |
| Binary | 10010000 | 10011001 | 10010001 | 110 | 0 | 101 | 101000 | 1111111 | 100 | 111010 |
Color Harmonies of #909991
Complementary color
Monochromatic Colors of #909991
Black with #909991
Text Example
Text Example
White with #909991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909991; }
p { color: rgb(144,153,145); }
H1.HeaderClassName
{
color: #909991;
}
.AnyTagClassName
{
color: #909991;
}
</style>
background-color css
<style>
a { background-color: #909991; }
a { background-color: rgb(144,153,145); }
div.DivClassName
{
background-color: #909991;
}
.BgClassName
{
background-color: #909991;
}
</style>
border-color css
<style>
span { border-color: #909991; }
span { border-color: rgb(144,153,145); }
td.TdClassName
{
border-color: #909991;
}
.TagClassName
{
border-color: #909991;
}
</style>