#969291

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

Shades of Suva Grey #969291

Tints of Suva Grey #969291

Color information

#969291 (or 0x969291) is unknown color: approx Suva Grey. HEX triplet: 96, 92 and 91. RGB value is (150,146,145). Sum of RGB (Red+Green+Blue) = 150+146+145=441 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.01% from 441); Green value is 146 (57.42% from 255 or 33.11% from 441); Blue value is 145 (57.03% from 255 or 32.88% from 441); Max value from RGB is 150 - color contains mainly: red. Hex color #969291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969291 is #696D6E. Grayscale: #939393. Windows color (decimal): -6909295 or 9540246. OLE color: 9540246.

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

Color convert

RGB150146145-
CMYK00.030.030.41
HSL12º2.33%57.84%-
HSV(B)12º3.33%58.82%-
XYZ27.9729.0930.93-
YUV147.08126.83130.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.01%
GREEN value IS 146 (57.42% from 255) = 33.11%
BLUE value IS 145 (57.03% from 255) = 32.88%
R=34.01%
G=33.11%
B=32.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014614500.030.030.41122.3357.84
Hex96929103329c23a
Octal2262222210335114272
Binary10010110100100101001000101111101001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969291; }

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

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

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

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

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

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

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

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