#999A99

Color #999A99 Pewter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pewter #999A99

Tints of Pewter #999A99

Color information

#999A99 (or 0x999A99) is unknown color: approx Pewter. HEX triplet: 99, 9A and 99. RGB value is (153,154,153). Sum of RGB (Red+Green+Blue) = 153+154+153=460 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.26% from 460); Green value is 154 (60.55% from 255 or 33.48% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 154 - color contains mainly: green. Hex color #999A99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999A99 is #666566. Grayscale: #999999. Windows color (decimal): -6710631 or 10066585. OLE color: 10066585.

HSL color Cylindrical-coordinate representation of color #999A99: hue angle of 120º degrees, saturation: 0, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #999A99 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB153154153-
CMYK0.0100.010.40
HSL120º0.49%60.2%-
HSV(B)120º0.65%60.39%-
XYZ30.4432.1834.74-
YUV153.59127.67127.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 33.26%
GREEN value IS 154 (60.55% from 255) = 33.48%
BLUE value IS 153 (60.16% from 255) = 33.26%
R=33.26%
G=33.48%
B=33.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1531541530.0100.010.401200.4960.2
Hex999A99101287803c
Octal23123223110150170074
Binary10011001100110101001100110110100011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #999A99; }

 p { color: rgb(153,154,153); }

 H1.HeaderClassName
 {
   color: #999A99;
 }
 .AnyTagClassName
 {
   color: #999A99;
 }
</style>
background-color css

<style>
 a { background-color: #999A99; }

 a { background-color: rgb(153,154,153); }

 div.DivClassName
 {
   background-color: #999A99;
 }
 .BgClassName
 {
   background-color: #999A99;
 }
</style>
border-color css

<style>
 span { border-color: #999A99; }

 span { border-color: rgb(153,154,153); }

 td.TdClassName
 {
   border-color: #999A99;
 }
 .TagClassName
 {
   border-color: #999A99;
 }
</style>