Html Css Color HEX #909C91 Pewter

📋 copy color: '#909C91'

red 144 ◦ green 156 ◦ blue 145

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

Shades of Pewter #909C91

Tints of Pewter #909C91

RGB

 RED value IS 144 (56.64% from 255) = 32.36%

 GREEN value IS 156 (61.33% from 255) = 35.06%

 BLUE value IS 145 (57.03% from 255) = 32.58%

R = 32.36%
G = 35.06%
B = 32.58%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.39

RGB Variations

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

Color information

#909C91 (or 0x909C91) is known color: Pewter. HEX triplet: 90, 9C and 91. RGB value is (144,156,145). Sum of RGB (Red+Green+Blue) = 144+156+145=445 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.36% from 445); Green value is 156 (61.33% from 255 or 35.06% from 445); Blue value is 145 (57.03% from 255 or 32.58% from 445); Max value from RGB is 156 - color contains mainly: green. Hex color #909C91 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909C91 is #6F636E. Grayscale: #979797. Windows color (decimal): -7299951 or 9542800. OLE color: 9542800.

HSL color Cylindrical-coordinate representation of color #909C91: hue angle of 125º degrees, saturation: 0.06, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #909C91 is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB 144 156 145 -
CMYK 0.08 0 0.07 0.39
HSL 125º 0.06% 0.59% -
HSV(B) 125º 0.08% 0.61% -
XYZ 28.5 31.75 31.41 -
YUV 151.16 124.52 122.89 -
System Red Green Blue C M Y K H S L
Decimal 144 156 145 0.08 0 0.07 0.39 125 0.06 0.59
Hex 90 9C 91 8 0 7 27 7D 6 3B
Octal 220 234 221 10 0 7 47 175 6 73
Binary 10010000 10011100 10010001 1000 0 111 100111 1111101 110 111011

Color Harmonies of #909C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909C91

Black with #909C91

Text Example


Text Example

White with #909C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909C91; }

 p { color: rgb(144,156,145); }

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

background-color css

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

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

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

border-color css

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

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

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