#968591

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

Shades of Taupe Grey #968591

Tints of Taupe Grey #968591

Color information

#968591 (or 0x968591) is unknown color: approx Taupe Grey. HEX triplet: 96, 85 and 91. RGB value is (150,133,145). Sum of RGB (Red+Green+Blue) = 150+133+145=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 133 (52.34% from 255 or 31.07% from 428); Blue value is 145 (57.03% from 255 or 33.88% from 428); Max value from RGB is 150 - color contains mainly: red. Hex color #968591 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968591 is #697A6E. Grayscale: #8B8B8B. Windows color (decimal): -6912623 or 9536918. OLE color: 9536918.

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

Color convert

RGB150133145-
CMYK00.110.030.41
HSL317.65º7.49%55.49%-
HSV(B)317.65º11.33%58.82%-
XYZ26.0825.330.3-
YUV139.45131.13135.52-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.05%
GREEN value IS 133 (52.34% from 255) = 31.07%
BLUE value IS 145 (57.03% from 255) = 33.88%
R=35.05%
G=31.07%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013314500.110.030.41317.657.4955.49
Hex9685910B32913e737
Octal226205221013351476767
Binary1001011010000101100100010101111101001100111110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968591; }

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

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

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

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

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

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

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

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