#968992

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

Shades of Taupe Grey #968992

Tints of Taupe Grey #968992

Color information

#968992 (or 0x968992) is unknown color: approx Taupe Grey. HEX triplet: 96, 89 and 92. RGB value is (150,137,146). Sum of RGB (Red+Green+Blue) = 150+137+146=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 137 (53.91% from 255 or 31.64% from 433); Blue value is 146 (57.42% from 255 or 33.72% from 433); Max value from RGB is 150 - color contains mainly: red. Hex color #968992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968992 is #69766D. Grayscale: #8D8D8D. Windows color (decimal): -6911598 or 9603478. OLE color: 9603478.

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

Color convert

RGB150137146-
CMYK00.090.030.41
HSL318.46º5.83%56.27%-
HSV(B)318.46º8.67%58.82%-
XYZ26.7126.4530.89-
YUV141.91130.31133.77-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.64%
GREEN value IS 137 (53.91% from 255) = 31.64%
BLUE value IS 146 (57.42% from 255) = 33.72%
R=34.64%
G=31.64%
B=33.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013714600.090.030.41318.465.8356.27
Hex9689920932913e638
Octal226211222011351476670
Binary1001011010001001100100100100111101001100111110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968992; }

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

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

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

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

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

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

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

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