#969295

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

Shades of Taupe Grey #969295

Tints of Taupe Grey #969295

Color information

#969295 (or 0x969295) is unknown color: approx Taupe Grey. HEX triplet: 96, 92 and 95. RGB value is (150,146,149). Sum of RGB (Red+Green+Blue) = 150+146+149=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 149 (58.59% from 255 or 33.48% from 445); Max value from RGB is 150 - color contains mainly: red. Hex color #969295 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969295 is #696D6A. Grayscale: #939393. Windows color (decimal): -6909291 or 9802390. OLE color: 9802390.

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

Color convert

RGB150146149-
CMYK00.030.010.41
HSL315º1.87%58.04%-
HSV(B)315º2.67%58.82%-
XYZ28.2829.2132.58-
YUV147.54128.83129.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.71%
GREEN value IS 146 (57.42% from 255) = 32.81%
BLUE value IS 149 (58.59% from 255) = 33.48%
R=33.71%
G=32.81%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15014614900.030.010.413151.8758.04
Hex9692950312913b23a
Octal22622222503151473272
Binary100101101001001010010101011110100110011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #969295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #969295; }

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

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

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

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

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

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

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

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