#968993

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

Shades of Taupe Grey #968993

Tints of Taupe Grey #968993

Color information

#968993 (or 0x968993) is unknown color: approx Taupe Grey. HEX triplet: 96, 89 and 93. RGB value is (150,137,147). Sum of RGB (Red+Green+Blue) = 150+137+147=434 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.56% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 150 - color contains mainly: red. Hex color #968993 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #968993 is #69766C. Grayscale: #8E8E8E. Windows color (decimal): -6911597 or 9669014. OLE color: 9669014.

HSL color Cylindrical-coordinate representation of color #968993: hue angle of 313.85º 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 #968993 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB150137147-
CMYK00.090.020.41
HSL313.85º5.83%56.27%-
HSV(B)313.85º8.67%58.82%-
XYZ26.7926.4831.3-
YUV142.03130.81133.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.56%
GREEN value IS 137 (53.91% from 255) = 31.57%
BLUE value IS 147 (57.81% from 255) = 33.87%
R=34.56%
G=31.57%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15013714700.090.020.41313.855.8356.27
Hex9689930922913a638
Octal226211223011251472670
Binary1001011010001001100100110100110101001100111010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968993; }

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

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

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

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

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

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

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

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