Shades of Pewter #91A593
Tints of Pewter #91A593
RGB
CMYK
RGB Variations
Color information
#91A593 (or 0x91A593) is known color: Pewter. HEX triplet: 91, A5 and 93. RGB value is (145,165,147). Sum of RGB (Red+Green+Blue) = 145+165+147=457 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.73% from 457); Green value is 165 (64.84% from 255 or 36.11% from 457); Blue value is 147 (57.81% from 255 or 32.17% from 457); Max value from RGB is 165 - color contains mainly: green. Hex color #91A593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91A593 is #6E5A6C. Grayscale: #9D9D9D. Windows color (decimal): -7232109 or 9676177. OLE color: 9676177.
HSL color Cylindrical-coordinate representation of color #91A593: hue angle of 126º degrees, saturation: 0.1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #91A593 is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 145 | 165 | 147 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.35 |
| HSL | 126º | 0.1% | 0.61% | - |
| HSV(B) | 126º | 0.12% | 0.65% | - |
| XYZ | 30.4 | 35.04 | 32.76 | - |
| YUV | 156.97 | 122.37 | 119.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 165 | 147 | 0.12 | 0 | 0.11 | 0.35 | 126 | 0.1 | 0.61 |
| Hex | 91 | A5 | 93 | C | 0 | B | 23 | 7E | A | 3D |
| Octal | 221 | 245 | 223 | 14 | 0 | 13 | 43 | 176 | 12 | 75 |
| Binary | 10010001 | 10100101 | 10010011 | 1100 | 0 | 1011 | 100011 | 1111110 | 1010 | 111101 |
Color Harmonies of #91A593
Complementary color
Monochromatic Colors of #91A593
Black with #91A593
Text Example
Text Example
White with #91A593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91A593; }
p { color: rgb(145,165,147); }
H1.HeaderClassName
{
color: #91A593;
}
.AnyTagClassName
{
color: #91A593;
}
</style>
background-color css
<style>
a { background-color: #91A593; }
a { background-color: rgb(145,165,147); }
div.DivClassName
{
background-color: #91A593;
}
.BgClassName
{
background-color: #91A593;
}
</style>
border-color css
<style>
span { border-color: #91A593; }
span { border-color: rgb(145,165,147); }
td.TdClassName
{
border-color: #91A593;
}
.TagClassName
{
border-color: #91A593;
}
</style>