#969494

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

Shades of Nobel #969494

Tints of Nobel #969494

Color information

#969494 (or 0x969494) is unknown color: approx Nobel. HEX triplet: 96, 94 and 94. RGB value is (150,148,148). Sum of RGB (Red+Green+Blue) = 150+148+148=446 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.63% from 446); Green value is 148 (58.20% from 255 or 33.18% from 446); Blue value is 148 (58.20% from 255 or 33.18% from 446); Max value from RGB is 150 - color contains mainly: red. Hex color #969494 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969494 is #696B6B. Grayscale: #949494. Windows color (decimal): -6908780 or 9737366. OLE color: 9737366.

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

Color convert

RGB150148148-
CMYK00.010.010.41
HSL0.94%58.43%-
HSV(B)1.33%58.82%-
XYZ28.5129.832.27-
YUV148.6127.66129-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.63%
GREEN value IS 148 (58.20% from 255) = 33.18%
BLUE value IS 148 (58.20% from 255) = 33.18%
R=33.63%
G=33.18%
B=33.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014814800.010.010.4100.9458.43
Hex96949401129013a
Octal226224224011510172
Binary10010110100101001001010001110100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969494; }

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

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

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

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

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

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

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

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