Shades of Pewter #90998F
Tints of Pewter #90998F
RGB
CMYK
RGB Variations
Color information
#90998F (or 0x90998F) is known color: Pewter. HEX triplet: 90, 99 and 8F. RGB value is (144,153,143). Sum of RGB (Red+Green+Blue) = 144+153+143=440 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.73% from 440); Green value is 153 (60.16% from 255 or 34.77% from 440); Blue value is 143 (56.25% from 255 or 32.5% from 440); Max value from RGB is 153 - color contains mainly: green. Hex color #90998F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #90998F is #6F6670. Grayscale: #959595. Windows color (decimal): -7300721 or 9410960. OLE color: 9410960.
HSL color Cylindrical-coordinate representation of color #90998F: hue angle of 114º degrees, saturation: 0.05, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #90998F is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 144 | 153 | 143 | - |
| CMYK | 0.06 | 0 | 0.07 | 0.4 |
| HSL | 114º | 0.05% | 0.58% | - |
| HSV(B) | 114º | 0.07% | 0.6% | - |
| XYZ | 27.85 | 30.69 | 30.44 | - |
| YUV | 149.17 | 124.52 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 153 | 143 | 0.06 | 0 | 0.07 | 0.4 | 114 | 0.05 | 0.58 |
| Hex | 90 | 99 | 8F | 6 | 0 | 7 | 28 | 72 | 5 | 3A |
| Octal | 220 | 231 | 217 | 6 | 0 | 7 | 50 | 162 | 5 | 72 |
| Binary | 10010000 | 10011001 | 10001111 | 110 | 0 | 111 | 101000 | 1110010 | 101 | 111010 |
Color Harmonies of #90998F
Complementary color
Monochromatic Colors of #90998F
Black with #90998F
Text Example
Text Example
White with #90998F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90998F; }
p { color: rgb(144,153,143); }
H1.HeaderClassName
{
color: #90998F;
}
.AnyTagClassName
{
color: #90998F;
}
</style>
background-color css
<style>
a { background-color: #90998F; }
a { background-color: rgb(144,153,143); }
div.DivClassName
{
background-color: #90998F;
}
.BgClassName
{
background-color: #90998F;
}
</style>
border-color css
<style>
span { border-color: #90998F; }
span { border-color: rgb(144,153,143); }
td.TdClassName
{
border-color: #90998F;
}
.TagClassName
{
border-color: #90998F;
}
</style>