Shades of Pewter #96A297
Tints of Pewter #96A297
RGB
CMYK
RGB Variations
Color information
#96A297 (or 0x96A297) is known color: Pewter. HEX triplet: 96, A2 and 97. RGB value is (150,162,151). Sum of RGB (Red+Green+Blue) = 150+162+151=463 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.40% from 463); Green value is 162 (63.67% from 255 or 34.99% from 463); Blue value is 151 (59.38% from 255 or 32.61% from 463); Max value from RGB is 162 - color contains mainly: green. Hex color #96A297 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A297 is #695D68. Grayscale: #9D9D9D. Windows color (decimal): -6905193 or 9937558. OLE color: 9937558.
HSL color Cylindrical-coordinate representation of color #96A297: hue angle of 125º degrees, saturation: 0.06, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #96A297 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 150 | 162 | 151 | - |
| CMYK | 0.07 | 0 | 0.07 | 0.36 |
| HSL | 125º | 0.06% | 0.61% | - |
| HSV(B) | 125º | 0.07% | 0.64% | - |
| XYZ | 31.08 | 34.56 | 34.31 | - |
| YUV | 157.16 | 124.52 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 162 | 151 | 0.07 | 0 | 0.07 | 0.36 | 125 | 0.06 | 0.61 |
| Hex | 96 | A2 | 97 | 7 | 0 | 7 | 24 | 7D | 6 | 3D |
| Octal | 226 | 242 | 227 | 7 | 0 | 7 | 44 | 175 | 6 | 75 |
| Binary | 10010110 | 10100010 | 10010111 | 111 | 0 | 111 | 100100 | 1111101 | 110 | 111101 |
Color Harmonies of #96A297
Complementary color
Monochromatic Colors of #96A297
Black with #96A297
Text Example
Text Example
White with #96A297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96A297; }
p { color: rgb(150,162,151); }
H1.HeaderClassName
{
color: #96A297;
}
.AnyTagClassName
{
color: #96A297;
}
</style>
background-color css
<style>
a { background-color: #96A297; }
a { background-color: rgb(150,162,151); }
div.DivClassName
{
background-color: #96A297;
}
.BgClassName
{
background-color: #96A297;
}
</style>
border-color css
<style>
span { border-color: #96A297; }
span { border-color: rgb(150,162,151); }
td.TdClassName
{
border-color: #96A297;
}
.TagClassName
{
border-color: #96A297;
}
</style>