Shades of Pewter #999B99
Tints of Pewter #999B99
RGB
CMYK
RGB Variations
Color information
#999B99 (or 0x999B99) is known color: Pewter. HEX triplet: 99, 9B and 99. RGB value is (153,155,153). Sum of RGB (Red+Green+Blue) = 153+155+153=461 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.19% from 461); Green value is 155 (60.94% from 255 or 33.62% from 461); Blue value is 153 (60.16% from 255 or 33.19% from 461); Max value from RGB is 155 - color contains mainly: green. Hex color #999B99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999B99 is #666466. Grayscale: #9A9A9A. Windows color (decimal): -6710375 or 10066841. OLE color: 10066841.
HSL color Cylindrical-coordinate representation of color #999B99: hue angle of 120º degrees, saturation: 0.01, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #999B99 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.
Color convert
RGB | 153 | 155 | 153 | - |
CMYK | 0.01 | 0 | 0.01 | 0.39 |
HSL | 120º | 0.01% | 0.6% | - |
HSV(B) | 120º | 0.01% | 0.61% | - |
XYZ | 30.61 | 32.51 | 34.8 | - |
YUV | 154.17 | 127.34 | 127.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 153 | 155 | 153 | 0.01 | 0 | 0.01 | 0.39 | 120 | 0.01 | 0.6 |
Hex | 99 | 9B | 99 | 1 | 0 | 1 | 27 | 78 | 1 | 3C |
Octal | 231 | 233 | 231 | 1 | 0 | 1 | 47 | 170 | 1 | 74 |
Binary | 10011001 | 10011011 | 10011001 | 1 | 0 | 1 | 100111 | 1111000 | 1 | 111100 |
Color Harmonies of #999B99
Complementary color
Monochromatic Colors of #999B99
Black with #999B99
Text Example
Text Example
White with #999B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999B99; }
p { color: rgb(153,155,153); }
H1.HeaderClassName
{
color: #999B99;
}
.AnyTagClassName
{
color: #999B99;
}
</style>
background-color css
<style>
a { background-color: #999B99; }
a { background-color: rgb(153,155,153); }
div.DivClassName
{
background-color: #999B99;
}
.BgClassName
{
background-color: #999B99;
}
</style>
border-color css
<style>
span { border-color: #999B99; }
span { border-color: rgb(153,155,153); }
td.TdClassName
{
border-color: #999B99;
}
.TagClassName
{
border-color: #999B99;
}
</style>