Html Css Color HEX #969996 Pewter

📋 copy color: '#969996'

red 150 ◦ green 153 ◦ blue 150

#969996
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pewter #969996

Tints of Pewter #969996

RGB

 RED value IS 150 (58.98% from 255) = 33.11%

 GREEN value IS 153 (60.16% from 255) = 33.77%

 BLUE value IS 150 (58.98% from 255) = 33.11%

R = 33.11%
G = 33.77%
B = 33.11%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#969996 (or 0x969996) is known color: Pewter. HEX triplet: 96, 99 and 96. RGB value is (150,153,150). Sum of RGB (Red+Green+Blue) = 150+153+150=453 (60% of max value = 765). Red value is 150 (58.98% from 255 or 33.11% from 453); Green value is 153 (60.16% from 255 or 33.77% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 153 - color contains mainly: green. Hex color #969996 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969996 is #696669. Grayscale: #979797. Windows color (decimal): -6907498 or 9869718. OLE color: 9869718.

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

Color convert

RGB 150 153 150 -
CMYK 0.02 0 0.02 0.4
HSL 120º 0.01% 0.59% -
HSV(B) 120º 0.02% 0.6% -
XYZ 29.47 31.47 33.37 -
YUV 151.76 127.01 126.74 -
System Red Green Blue C M Y K H S L
Decimal 150 153 150 0.02 0 0.02 0.4 120 0.01 0.59
Hex 96 99 96 2 0 2 28 78 1 3B
Octal 226 231 226 2 0 2 50 170 1 73
Binary 10010110 10011001 10010110 10 0 10 101000 1111000 1 111011

Color Harmonies of #969996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969996

Black with #969996

Text Example


Text Example

White with #969996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969996; }

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

 H1.HeaderClassName
 {
   color: #969996;
 }
 .AnyTagClassName
 {
   color: #969996;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #969996;
 }
 .BgClassName
 {
   background-color: #969996;
 }
</style>

border-color css

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

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

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