Shades of Pewter #909C92
Tints of Pewter #909C92
RGB
CMYK
RGB Variations
Color information
#909C92 (or 0x909C92) is known color: Pewter. HEX triplet: 90, 9C and 92. RGB value is (144,156,146). Sum of RGB (Red+Green+Blue) = 144+156+146=446 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.29% from 446); Green value is 156 (61.33% from 255 or 34.98% from 446); Blue value is 146 (57.42% from 255 or 32.74% from 446); Max value from RGB is 156 - color contains mainly: green. Hex color #909C92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909C92 is #6F636D. Grayscale: #979797. Windows color (decimal): -7299950 or 9608336. OLE color: 9608336.
HSL color Cylindrical-coordinate representation of color #909C92: hue angle of 130º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #909C92 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 144 | 156 | 146 | - |
| CMYK | 0.08 | 0 | 0.06 | 0.39 |
| HSL | 130º | 0.06% | 0.59% | - |
| HSV(B) | 130º | 0.08% | 0.61% | - |
| XYZ | 28.58 | 31.78 | 31.82 | - |
| YUV | 151.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 156 | 146 | 0.08 | 0 | 0.06 | 0.39 | 130 | 0.06 | 0.59 |
| Hex | 90 | 9C | 92 | 8 | 0 | 6 | 27 | 82 | 6 | 3B |
| Octal | 220 | 234 | 222 | 10 | 0 | 6 | 47 | 202 | 6 | 73 |
| Binary | 10010000 | 10011100 | 10010010 | 1000 | 0 | 110 | 100111 | 10000010 | 110 | 111011 |
Color Harmonies of #909C92
Complementary color
Monochromatic Colors of #909C92
Black with #909C92
Text Example
Text Example
White with #909C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #909C92; }
p { color: rgb(144,156,146); }
H1.HeaderClassName
{
color: #909C92;
}
.AnyTagClassName
{
color: #909C92;
}
</style>
background-color css
<style>
a { background-color: #909C92; }
a { background-color: rgb(144,156,146); }
div.DivClassName
{
background-color: #909C92;
}
.BgClassName
{
background-color: #909C92;
}
</style>
border-color css
<style>
span { border-color: #909C92; }
span { border-color: rgb(144,156,146); }
td.TdClassName
{
border-color: #909C92;
}
.TagClassName
{
border-color: #909C92;
}
</style>