Shades of Pewter #949F94
Tints of Pewter #949F94
RGB
CMYK
RGB Variations
Color information
#949F94 (or 0x949F94) is known color: Pewter. HEX triplet: 94, 9F and 94. RGB value is (148,159,148). Sum of RGB (Red+Green+Blue) = 148+159+148=455 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.53% from 455); Green value is 159 (62.5% from 255 or 34.95% from 455); Blue value is 148 (58.20% from 255 or 32.53% from 455); Max value from RGB is 159 - color contains mainly: green. Hex color #949F94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949F94 is #6B606B. Grayscale: #9A9A9A. Windows color (decimal): -7037036 or 9740180. OLE color: 9740180.
HSL color Cylindrical-coordinate representation of color #949F94: hue angle of 120º degrees, saturation: 0.05, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #949F94 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 148 | 159 | 148 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.38 |
| HSL | 120º | 0.05% | 0.6% | - |
| HSV(B) | 120º | 0.07% | 0.62% | - |
| XYZ | 29.96 | 33.23 | 32.85 | - |
| YUV | 154.46 | 124.36 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 159 | 148 | 0.07 | 0 | 0.07 | 0.38 | 120 | 0.05 | 0.6 |
| Hex | 94 | 9F | 94 | 7 | 0 | 7 | 26 | 78 | 5 | 3C |
| Octal | 224 | 237 | 224 | 7 | 0 | 7 | 46 | 170 | 5 | 74 |
| Binary | 10010100 | 10011111 | 10010100 | 111 | 0 | 111 | 100110 | 1111000 | 101 | 111100 |
Color Harmonies of #949F94
Complementary color
Monochromatic Colors of #949F94
Black with #949F94
Text Example
Text Example
White with #949F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949F94; }
p { color: rgb(148,159,148); }
H1.HeaderClassName
{
color: #949F94;
}
.AnyTagClassName
{
color: #949F94;
}
</style>
background-color css
<style>
a { background-color: #949F94; }
a { background-color: rgb(148,159,148); }
div.DivClassName
{
background-color: #949F94;
}
.BgClassName
{
background-color: #949F94;
}
</style>
border-color css
<style>
span { border-color: #949F94; }
span { border-color: rgb(148,159,148); }
td.TdClassName
{
border-color: #949F94;
}
.TagClassName
{
border-color: #949F94;
}
</style>