Shades of Pewter #91A191
Tints of Pewter #91A191
RGB
CMYK
RGB Variations
Color information
#91A191 (or 0x91A191) is known color: Pewter. HEX triplet: 91, A1 and 91. RGB value is (145,161,145). Sum of RGB (Red+Green+Blue) = 145+161+145=451 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.15% from 451); Green value is 161 (63.28% from 255 or 35.70% from 451); Blue value is 145 (57.03% from 255 or 32.15% from 451); Max value from RGB is 161 - color contains mainly: green. Hex color #91A191 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A191 is #6E5E6E. Grayscale: #9A9A9A. Windows color (decimal): -7233135 or 9544081. OLE color: 9544081.
HSL color Cylindrical-coordinate representation of color #91A191: hue angle of 120º degrees, saturation: 0.08, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #91A191 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 145 | 161 | 145 | - |
| CMYK | 0.10 | 0 | 0.10 | 0.37 |
| HSL | 120º | 0.08% | 0.6% | - |
| HSV(B) | 120º | 0.1% | 0.63% | - |
| XYZ | 29.53 | 33.55 | 31.71 | - |
| YUV | 154.39 | 122.7 | 121.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 161 | 145 | 0.10 | 0 | 0.10 | 0.37 | 120 | 0.08 | 0.6 |
| Hex | 91 | A1 | 91 | A | 0 | A | 25 | 78 | 8 | 3C |
| Octal | 221 | 241 | 221 | 12 | 0 | 12 | 45 | 170 | 10 | 74 |
| Binary | 10010001 | 10100001 | 10010001 | 1010 | 0 | 1010 | 100101 | 1111000 | 1000 | 111100 |
Color Harmonies of #91A191
Complementary color
Monochromatic Colors of #91A191
Black with #91A191
Text Example
Text Example
White with #91A191
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A191; }
p { color: rgb(145,161,145); }
H1.HeaderClassName
{
color: #91A191;
}
.AnyTagClassName
{
color: #91A191;
}
</style>
background-color css
<style>
a { background-color: #91A191; }
a { background-color: rgb(145,161,145); }
div.DivClassName
{
background-color: #91A191;
}
.BgClassName
{
background-color: #91A191;
}
</style>
border-color css
<style>
span { border-color: #91A191; }
span { border-color: rgb(145,161,145); }
td.TdClassName
{
border-color: #91A191;
}
.TagClassName
{
border-color: #91A191;
}
</style>