#969696

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

Shades of Nobel #969696

Tints of Nobel #969696

Color information

#969696 (or 0x969696) is unknown color: approx Nobel. HEX triplet: 96, 96 and 96. RGB value is (150,150,150). Sum of RGB (Red+Green+Blue) = 150+150+150=450 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.33% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 150 (58.98% from 255 or 33.33% from 450); Max value from RGB is 150 - color contains mainly: red, green, blue. Hex color #969696 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969696 is #696969. Grayscale: #969696. Windows color (decimal): -6908266 or 9868950. OLE color: 9868950.

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

Color convert

RGB150150150-
CMYK0000.41
HSL0%58.82%-
HSV(B)0%58.82%-
XYZ28.9930.533.21-
YUV150128128-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.33%
GREEN value IS 150 (58.98% from 255) = 33.33%
BLUE value IS 150 (58.98% from 255) = 33.33%
R=33.33%
G=33.33%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1501501500000.410058.82
Hex96969600029003b
Octal226226226000510073
Binary10010110100101101001011000010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969696; }

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

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

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

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

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

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

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

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