#969190

Color #969190 Suva Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Suva Grey #969190

Tints of Suva Grey #969190

Color information

#969190 (or 0x969190) is unknown color: approx Suva Grey. HEX triplet: 96, 91 and 90. RGB value is (150,145,144). Sum of RGB (Red+Green+Blue) = 150+145+144=439 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.17% from 439); Green value is 145 (57.03% from 255 or 33.03% from 439); Blue value is 144 (56.64% from 255 or 32.80% from 439); Max value from RGB is 150 - color contains mainly: red. Hex color #969190 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969190 is #696E6F. Grayscale: #929292. Windows color (decimal): -6909552 or 9474454. OLE color: 9474454.

HSL color Cylindrical-coordinate representation of color #969190: hue angle of 10º 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 #969190 is Cyan = 0, Magento = 0.03, Yellow = 0.04 and Black (K on CMYK) = 0.41.

Color convert

RGB150145144-
CMYK00.030.040.41
HSL10º2.78%57.65%-
HSV(B)10º4%58.82%-
XYZ27.7428.7530.47-
YUV146.38126.66130.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.17%
GREEN value IS 145 (57.03% from 255) = 33.03%
BLUE value IS 144 (56.64% from 255) = 32.80%
R=34.17%
G=33.03%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.04
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014514400.030.040.41102.7857.65
Hex96919003429a33a
Octal2262212200345112372
Binary100101101001000110010000011100101001101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969190; }

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

 H1.HeaderClassName
 {
   color: #969190;
 }
 .AnyTagClassName
 {
   color: #969190;
 }
</style>
background-color css

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

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

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

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

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

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