Html Css Color HEX #909990 Pewter

📋 copy color: '#909990'

red 144 ◦ green 153 ◦ blue 144

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

Shades of Pewter #909990

Tints of Pewter #909990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 32.65%

R = 32.65%
G = 34.69%
B = 32.65%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#909990 (or 0x909990) is known color: Pewter. HEX triplet: 90, 99 and 90. RGB value is (144,153,144). Sum of RGB (Red+Green+Blue) = 144+153+144=441 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.65% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 153 - color contains mainly: green. Hex color #909990 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909990 is #6F666F. Grayscale: #959595. Windows color (decimal): -7300720 or 9476496. OLE color: 9476496.

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

Color convert

RGB 144 153 144 -
CMYK 0.06 0 0.06 0.4
HSL 120º 0.04% 0.58% -
HSV(B) 120º 0.06% 0.6% -
XYZ 27.93 30.73 30.84 -
YUV 149.28 125.02 124.23 -
System Red Green Blue C M Y K H S L
Decimal 144 153 144 0.06 0 0.06 0.4 120 0.04 0.58
Hex 90 99 90 6 0 6 28 78 4 3A
Octal 220 231 220 6 0 6 50 170 4 72
Binary 10010000 10011001 10010000 110 0 110 101000 1111000 100 111010

Color Harmonies of #909990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909990

Black with #909990

Text Example


Text Example

White with #909990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909990; }

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

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

background-color css

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

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

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

border-color css

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

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

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