#968194

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

Shades of Taupe Grey #968194

Tints of Taupe Grey #968194

Color information

#968194 (or 0x968194) is unknown color: approx Taupe Grey. HEX triplet: 96, 81 and 94. RGB value is (150,129,148). Sum of RGB (Red+Green+Blue) = 150+129+148=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 148 (58.20% from 255 or 34.66% from 427); Max value from RGB is 150 - color contains mainly: red. Hex color #968194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968194 is #697E6B. Grayscale: #898989. Windows color (decimal): -6913644 or 9732502. OLE color: 9732502.

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

Color convert

RGB150129148-
CMYK00.140.010.41
HSL305.71º9.09%54.71%-
HSV(B)305.71º14%58.82%-
XYZ25.7724.3231.35-
YUV137.44133.96136.96-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.13%
GREEN value IS 129 (50.78% from 255) = 30.21%
BLUE value IS 148 (58.20% from 255) = 34.66%
R=35.13%
G=30.21%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15012914800.140.010.41305.719.0954.71
Hex9681940E129132937
Octal2262012240161514621167
Binary1001011010000001100101000111011010011001100101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968194; }

 p { color: rgb(150,129,148); }

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

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

 a { background-color: rgb(150,129,148); }

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

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

 span { border-color: rgb(150,129,148); }

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