Html Css Color HEX #96A097 Pewter

📋 copy color: '#96A097'

red 150 ◦ green 160 ◦ blue 151

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

Shades of Pewter #96A097

Tints of Pewter #96A097

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.71%

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

R = 32.54%
G = 34.71%
B = 32.75%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#96A097 (or 0x96A097) is known color: Pewter. HEX triplet: 96, A0 and 97. RGB value is (150,160,151). Sum of RGB (Red+Green+Blue) = 150+160+151=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 160 (62.89% from 255 or 34.71% from 461); Blue value is 151 (59.38% from 255 or 32.75% from 461); Max value from RGB is 160 - color contains mainly: green. Hex color #96A097 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A097 is #695F68. Grayscale: #9C9C9C. Windows color (decimal): -6905705 or 9937046. OLE color: 9937046.

HSL color Cylindrical-coordinate representation of color #96A097: hue angle of 126º degrees, saturation: 0.05, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #96A097 is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB 150 160 151 -
CMYK 0.06 0 0.06 0.37
HSL 126º 0.05% 0.61% -
HSV(B) 126º 0.06% 0.63% -
XYZ 30.73 33.86 34.19 -
YUV 155.98 125.19 123.73 -
System Red Green Blue C M Y K H S L
Decimal 150 160 151 0.06 0 0.06 0.37 126 0.05 0.61
Hex 96 A0 97 6 0 6 25 7E 5 3D
Octal 226 240 227 6 0 6 45 176 5 75
Binary 10010110 10100000 10010111 110 0 110 100101 1111110 101 111101

Color Harmonies of #96A097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A097

Black with #96A097

Text Example


Text Example

White with #96A097

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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