#968095

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

Shades of Taupe Grey #968095

Tints of Taupe Grey #968095

Color information

#968095 (or 0x968095) is unknown color: approx Taupe Grey. HEX triplet: 96, 80 and 95. RGB value is (150,128,149). Sum of RGB (Red+Green+Blue) = 150+128+149=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 149 (58.59% from 255 or 34.89% from 427); Max value from RGB is 150 - color contains mainly: red. Hex color #968095 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968095 is #697F6A. Grayscale: #888888. Windows color (decimal): -6913899 or 9797782. OLE color: 9797782.

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

Color convert

RGB150128149-
CMYK00.150.010.41
HSL302.73º9.48%54.51%-
HSV(B)302.73º14.67%58.82%-
XYZ25.7224.0931.73-
YUV136.97134.79137.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.13%
GREEN value IS 128 (50.39% from 255) = 29.98%
BLUE value IS 149 (58.59% from 255) = 34.89%
R=35.13%
G=29.98%
B=34.89%

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
Decimal15012814900.150.010.41302.739.4854.51
Hex9680950F12912f937
Octal2262002250171514571167
Binary1001011010000000100101010111111010011001011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968095; }

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

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

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

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

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

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

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

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