#999C99

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

Shades of Pewter #999C99

Tints of Pewter #999C99

Color information

#999C99 (or 0x999C99) is unknown color: approx Pewter. HEX triplet: 99, 9C and 99. RGB value is (153,156,153). Sum of RGB (Red+Green+Blue) = 153+156+153=462 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.12% from 462); Green value is 156 (61.33% from 255 or 33.77% from 462); Blue value is 153 (60.16% from 255 or 33.12% from 462); Max value from RGB is 156 - color contains mainly: green. Hex color #999C99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999C99 is #666366. Grayscale: #9A9A9A. Windows color (decimal): -6710119 or 10067097. OLE color: 10067097.

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

Color convert

RGB153156153-
CMYK0.0200.020.39
HSL120º1.49%60.59%-
HSV(B)120º1.92%61.18%-
XYZ30.7832.8534.86-
YUV154.76127.01126.74-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.12%
GREEN value IS 156 (61.33% from 255) = 33.77%
BLUE value IS 153 (60.16% from 255) = 33.12%
R=33.12%
G=33.77%
B=33.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1531561530.0200.020.391201.4960.59
Hex999C99202277813d
Octal23123423120247170175
Binary1001100110011100100110011001010011111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #999C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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