#968A92

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

Shades of Taupe Grey #968A92

Tints of Taupe Grey #968A92

Color information

#968A92 (or 0x968A92) is unknown color: approx Taupe Grey. HEX triplet: 96, 8A and 92. RGB value is (150,138,146). Sum of RGB (Red+Green+Blue) = 150+138+146=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 146 (57.42% from 255 or 33.64% from 434); Max value from RGB is 150 - color contains mainly: red. Hex color #968A92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968A92 is #69756D. Grayscale: #8E8E8E. Windows color (decimal): -6911342 or 9603734. OLE color: 9603734.

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

Color convert

RGB150138146-
CMYK00.080.030.41
HSL320º5.41%56.47%-
HSV(B)320º8%58.82%-
XYZ26.8526.7430.94-
YUV142.5129.98133.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.56%
GREEN value IS 138 (54.30% from 255) = 31.80%
BLUE value IS 146 (57.42% from 255) = 33.64%
R=34.56%
G=31.80%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013814600.080.030.413205.4156.47
Hex968A9208329140538
Octal226212222010351500570
Binary1001011010001010100100100100011101001101000000101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968A92; }

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

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

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

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

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

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

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

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