Shades of Pewter #909A90
Tints of Pewter #909A90
RGB
CMYK
RGB Variations
Color information
#909A90 (or 0x909A90) is known color: Pewter. HEX triplet: 90, 9A and 90. RGB value is (144,154,144). Sum of RGB (Red+Green+Blue) = 144+154+144=442 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.58% from 442); Green value is 154 (60.55% from 255 or 34.84% from 442); Blue value is 144 (56.64% from 255 or 32.58% from 442); Max value from RGB is 154 - color contains mainly: green. Hex color #909A90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909A90 is #6F656F. Grayscale: #959595. Windows color (decimal): -7300464 or 9476752. OLE color: 9476752.
HSL color Cylindrical-coordinate representation of color #909A90: hue angle of 120º degrees, saturation: 0.05, 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 #909A90 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 144 | 154 | 144 | - |
| CMYK | 0.06 | 0 | 0.06 | 0.40 |
| HSL | 120º | 0.05% | 0.58% | - |
| HSV(B) | 120º | 0.06% | 0.6% | - |
| XYZ | 28.09 | 31.05 | 30.9 | - |
| YUV | 149.87 | 124.69 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 154 | 144 | 0.06 | 0 | 0.06 | 0.40 | 120 | 0.05 | 0.58 |
| Hex | 90 | 9A | 90 | 6 | 0 | 6 | 28 | 78 | 5 | 3A |
| Octal | 220 | 232 | 220 | 6 | 0 | 6 | 50 | 170 | 5 | 72 |
| Binary | 10010000 | 10011010 | 10010000 | 110 | 0 | 110 | 101000 | 1111000 | 101 | 111010 |
Color Harmonies of #909A90
Complementary color
Monochromatic Colors of #909A90
Black with #909A90
Text Example
Text Example
White with #909A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909A90; }
p { color: rgb(144,154,144); }
H1.HeaderClassName
{
color: #909A90;
}
.AnyTagClassName
{
color: #909A90;
}
</style>
background-color css
<style>
a { background-color: #909A90; }
a { background-color: rgb(144,154,144); }
div.DivClassName
{
background-color: #909A90;
}
.BgClassName
{
background-color: #909A90;
}
</style>
border-color css
<style>
span { border-color: #909A90; }
span { border-color: rgb(144,154,144); }
td.TdClassName
{
border-color: #909A90;
}
.TagClassName
{
border-color: #909A90;
}
</style>