Html Css Color HEX #96A697 Pewter

📋 copy color: '#96A697'

red 150 ◦ green 166 ◦ blue 151

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

Shades of Pewter #96A697

Tints of Pewter #96A697

RGB

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

 GREEN value IS 166 (65.23% from 255) = 35.55%

 BLUE value IS 151 (59.38% from 255) = 32.33%

R = 32.12%
G = 35.55%
B = 32.33%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.09

 K value IS 0.35

RGB Variations

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

Color information

#96A697 (or 0x96A697) is known color: Pewter. HEX triplet: 96, A6 and 97. RGB value is (150,166,151). Sum of RGB (Red+Green+Blue) = 150+166+151=467 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.12% from 467); Green value is 166 (65.23% from 255 or 35.55% from 467); Blue value is 151 (59.38% from 255 or 32.33% from 467); Max value from RGB is 166 - color contains mainly: green. Hex color #96A697 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A697 is #695968. Grayscale: #9F9F9F. Windows color (decimal): -6904169 or 9938582. OLE color: 9938582.

HSL color Cylindrical-coordinate representation of color #96A697: hue angle of 123.75º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #96A697 is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.35.

Color convert

RGB 150 166 151 -
CMYK 0.10 0 0.09 0.35
HSL 123.75º 0.08% 0.62% -
HSV(B) 123.75º 0.1% 0.65% -
XYZ 31.8 35.99 34.55 -
YUV 159.51 123.2 121.22 -
System Red Green Blue C M Y K H S L
Decimal 150 166 151 0.10 0 0.09 0.35 123.75 0.08 0.62
Hex 96 A6 97 A 0 9 23 7C 8 3E
Octal 226 246 227 12 0 11 43 174 10 76
Binary 10010110 10100110 10010111 1010 0 1001 100011 1111100 1000 111110

Color Harmonies of #96A697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A697

Black with #96A697

Text Example


Text Example

White with #96A697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96A697; }

 p { color: rgb(150,166,151); }

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

background-color css

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

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

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

border-color css

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

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

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