Html Css Color HEX #909690 Pewter

📋 copy color: '#909690'

red 144 ◦ green 150 ◦ blue 144

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

Shades of Pewter #909690

Tints of Pewter #909690

RGB

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

 GREEN value IS 150 (58.98% from 255) = 34.25%

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

R = 32.88%
G = 34.25%
B = 32.88%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#909690 (or 0x909690) is known color: Pewter. HEX triplet: 90, 96 and 90. RGB value is (144,150,144). Sum of RGB (Red+Green+Blue) = 144+150+144=438 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.88% from 438); Green value is 150 (58.98% from 255 or 34.25% from 438); Blue value is 144 (56.64% from 255 or 32.88% from 438); Max value from RGB is 150 - color contains mainly: green. Hex color #909690 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909690 is #6F696F. Grayscale: #939393. Windows color (decimal): -7301488 or 9475728. OLE color: 9475728.

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

Color convert

RGB 144 150 144 -
CMYK 0.04 0 0.04 0.41
HSL 120º 0.03% 0.58% -
HSV(B) 120º 0.04% 0.59% -
XYZ 27.44 29.76 30.68 -
YUV 147.52 126.01 125.49 -
System Red Green Blue C M Y K H S L
Decimal 144 150 144 0.04 0 0.04 0.41 120 0.03 0.58
Hex 90 96 90 4 0 4 29 78 3 3A
Octal 220 226 220 4 0 4 51 170 3 72
Binary 10010000 10010110 10010000 100 0 100 101001 1111000 11 111010

Color Harmonies of #909690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909690

Black with #909690

Text Example


Text Example

White with #909690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909690; }

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

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

background-color css

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

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

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

border-color css

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

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

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