Shades of Pewter #949694
Tints of Pewter #949694
RGB
CMYK
RGB Variations
Color information
#949694 (or 0x949694) is known color: Pewter. HEX triplet: 94, 96 and 94. RGB value is (148,150,148). Sum of RGB (Red+Green+Blue) = 148+150+148=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 148 (58.20% from 255 or 33.18% from 446); Max value from RGB is 150 - color contains mainly: green. Hex color #949694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949694 is #6B696B. Grayscale: #959595. Windows color (decimal): -7039340 or 9737876. OLE color: 9737876.
HSL color Cylindrical-coordinate representation of color #949694: hue angle of 120º degrees, saturation: 0.01, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #949694 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 148 | 150 | 148 | - |
| CMYK | 0.01 | 0 | 0.01 | 0.41 |
| HSL | 120º | 0.01% | 0.58% | - |
| HSV(B) | 120º | 0.01% | 0.59% | - |
| XYZ | 28.46 | 30.25 | 32.35 | - |
| YUV | 149.17 | 127.34 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 150 | 148 | 0.01 | 0 | 0.01 | 0.41 | 120 | 0.01 | 0.58 |
| Hex | 94 | 96 | 94 | 1 | 0 | 1 | 29 | 78 | 1 | 3A |
| Octal | 224 | 226 | 224 | 1 | 0 | 1 | 51 | 170 | 1 | 72 |
| Binary | 10010100 | 10010110 | 10010100 | 1 | 0 | 1 | 101001 | 1111000 | 1 | 111010 |
Color Harmonies of #949694
Complementary color
Monochromatic Colors of #949694
Black with #949694
Text Example
Text Example
White with #949694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949694; }
p { color: rgb(148,150,148); }
H1.HeaderClassName
{
color: #949694;
}
.AnyTagClassName
{
color: #949694;
}
</style>
background-color css
<style>
a { background-color: #949694; }
a { background-color: rgb(148,150,148); }
div.DivClassName
{
background-color: #949694;
}
.BgClassName
{
background-color: #949694;
}
</style>
border-color css
<style>
span { border-color: #949694; }
span { border-color: rgb(148,150,148); }
td.TdClassName
{
border-color: #949694;
}
.TagClassName
{
border-color: #949694;
}
</style>