#967F95

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

Shades of Taupe Grey #967F95

Tints of Taupe Grey #967F95

Color information

#967F95 (or 0x967F95) is unknown color: approx Taupe Grey. HEX triplet: 96, 7F and 95. RGB value is (150,127,149). Sum of RGB (Red+Green+Blue) = 150+127+149=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 149 (58.59% from 255 or 34.98% from 426); Max value from RGB is 150 - color contains mainly: red. Hex color #967F95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967F95 is #69806A. Grayscale: #888888. Windows color (decimal): -6914155 or 9797526. OLE color: 9797526.

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

Color convert

RGB150127149-
CMYK00.150.010.41
HSL302.61º9.87%54.31%-
HSV(B)302.61º15.33%58.82%-
XYZ25.5923.8331.69-
YUV136.38135.12137.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.21%
GREEN value IS 127 (50% from 255) = 29.81%
BLUE value IS 149 (58.59% from 255) = 34.98%
R=35.21%
G=29.81%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012714900.150.010.41302.619.8754.31
Hex967F950F12912fa36
Octal2261772250171514571266
Binary100101101111111100101010111111010011001011111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #967F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #967F95; }

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

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

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

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

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

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

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

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