Html Css Color HEX #909B92 Pewter

📋 copy color: '#909B92'

red 144 ◦ green 155 ◦ blue 146

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

Shades of Pewter #909B92

Tints of Pewter #909B92

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.83%

 BLUE value IS 146 (57.42% from 255) = 32.81%

R = 32.36%
G = 34.83%
B = 32.81%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.06

 K value IS 0.39

RGB Variations

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

Color information

#909B92 (or 0x909B92) is known color: Pewter. HEX triplet: 90, 9B and 92. RGB value is (144,155,146). Sum of RGB (Red+Green+Blue) = 144+155+146=445 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.36% from 445); Green value is 155 (60.94% from 255 or 34.83% from 445); Blue value is 146 (57.42% from 255 or 32.81% from 445); Max value from RGB is 155 - color contains mainly: green. Hex color #909B92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909B92 is #6F646D. Grayscale: #969696. Windows color (decimal): -7300206 or 9608080. OLE color: 9608080.

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

Color convert

RGB 144 155 146 -
CMYK 0.07 0 0.06 0.39
HSL 130.91º 0.05% 0.59% -
HSV(B) 130.91º 0.07% 0.61% -
XYZ 28.41 31.45 31.77 -
YUV 150.69 125.36 123.23 -
System Red Green Blue C M Y K H S L
Decimal 144 155 146 0.07 0 0.06 0.39 130.91 0.05 0.59
Hex 90 9B 92 7 0 6 27 83 5 3B
Octal 220 233 222 7 0 6 47 203 5 73
Binary 10010000 10011011 10010010 111 0 110 100111 10000011 101 111011

Color Harmonies of #909B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909B92

Black with #909B92

Text Example


Text Example

White with #909B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,155,146); }

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

background-color css

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

 a { background-color: rgb(144,155,146); }

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

border-color css

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

 span { border-color: rgb(144,155,146); }

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