Shades of Pewter #909B90
Tints of Pewter #909B90
RGB
CMYK
RGB Variations
Color information
#909B90 (or 0x909B90) is known color: Pewter. HEX triplet: 90, 9B and 90. RGB value is (144,155,144). Sum of RGB (Red+Green+Blue) = 144+155+144=443 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.51% from 443); Green value is 155 (60.94% from 255 or 34.99% from 443); Blue value is 144 (56.64% from 255 or 32.51% from 443); Max value from RGB is 155 - color contains mainly: green. Hex color #909B90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909B90 is #6F646F. Grayscale: #969696. Windows color (decimal): -7300208 or 9477008. OLE color: 9477008.
HSL color Cylindrical-coordinate representation of color #909B90: hue angle of 120º degrees, saturation: 0.05, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #909B90 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.
Color convert
RGB | 144 | 155 | 144 | - |
CMYK | 0.07 | 0 | 0.07 | 0.39 |
HSL | 120º | 0.05% | 0.59% | - |
HSV(B) | 120º | 0.07% | 0.61% | - |
XYZ | 28.26 | 31.39 | 30.95 | - |
YUV | 150.46 | 124.36 | 123.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 144 | 155 | 144 | 0.07 | 0 | 0.07 | 0.39 | 120 | 0.05 | 0.59 |
Hex | 90 | 9B | 90 | 7 | 0 | 7 | 27 | 78 | 5 | 3B |
Octal | 220 | 233 | 220 | 7 | 0 | 7 | 47 | 170 | 5 | 73 |
Binary | 10010000 | 10011011 | 10010000 | 111 | 0 | 111 | 100111 | 1111000 | 101 | 111011 |
Color Harmonies of #909B90
Complementary color
Monochromatic Colors of #909B90
Black with #909B90
Text Example
Text Example
White with #909B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909B90; }
p { color: rgb(144,155,144); }
H1.HeaderClassName
{
color: #909B90;
}
.AnyTagClassName
{
color: #909B90;
}
</style>
background-color css
<style>
a { background-color: #909B90; }
a { background-color: rgb(144,155,144); }
div.DivClassName
{
background-color: #909B90;
}
.BgClassName
{
background-color: #909B90;
}
</style>
border-color css
<style>
span { border-color: #909B90; }
span { border-color: rgb(144,155,144); }
td.TdClassName
{
border-color: #909B90;
}
.TagClassName
{
border-color: #909B90;
}
</style>