Shades of Pewter #91A692
Tints of Pewter #91A692
RGB
CMYK
RGB Variations
Color information
#91A692 (or 0x91A692) is known color: Pewter. HEX triplet: 91, A6 and 92. RGB value is (145,166,146). Sum of RGB (Red+Green+Blue) = 145+166+146=457 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.73% from 457); Green value is 166 (65.23% from 255 or 36.32% from 457); Blue value is 146 (57.42% from 255 or 31.95% from 457); Max value from RGB is 166 - color contains mainly: green. Hex color #91A692 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A692 is #6E596D. Grayscale: #9D9D9D. Windows color (decimal): -7231854 or 9610897. OLE color: 9610897.
HSL color Cylindrical-coordinate representation of color #91A692: hue angle of 122.86º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #91A692 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 145 | 166 | 146 | - |
| CMYK | 0.13 | 0 | 0.12 | 0.35 |
| HSL | 122.86º | 0.11% | 0.61% | - |
| HSV(B) | 122.86º | 0.13% | 0.65% | - |
| XYZ | 30.5 | 35.37 | 32.41 | - |
| YUV | 157.44 | 121.54 | 119.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 166 | 146 | 0.13 | 0 | 0.12 | 0.35 | 122.86 | 0.11 | 0.61 |
| Hex | 91 | A6 | 92 | D | 0 | C | 23 | 7B | B | 3D |
| Octal | 221 | 246 | 222 | 15 | 0 | 14 | 43 | 173 | 13 | 75 |
| Binary | 10010001 | 10100110 | 10010010 | 1101 | 0 | 1100 | 100011 | 1111011 | 1011 | 111101 |
Color Harmonies of #91A692
Complementary color
Monochromatic Colors of #91A692
Black with #91A692
Text Example
Text Example
White with #91A692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A692; }
p { color: rgb(145,166,146); }
H1.HeaderClassName
{
color: #91A692;
}
.AnyTagClassName
{
color: #91A692;
}
</style>
background-color css
<style>
a { background-color: #91A692; }
a { background-color: rgb(145,166,146); }
div.DivClassName
{
background-color: #91A692;
}
.BgClassName
{
background-color: #91A692;
}
</style>
border-color css
<style>
span { border-color: #91A692; }
span { border-color: rgb(145,166,146); }
td.TdClassName
{
border-color: #91A692;
}
.TagClassName
{
border-color: #91A692;
}
</style>