#938891

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

Shades of Taupe Grey #938891

Tints of Taupe Grey #938891

Color information

#938891 (or 0x938891) is unknown color: approx Taupe Grey. HEX triplet: 93, 88 and 91. RGB value is (147,136,145). Sum of RGB (Red+Green+Blue) = 147+136+145=428 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.35% from 428); Green value is 136 (53.52% from 255 or 31.78% from 428); Blue value is 145 (57.03% from 255 or 33.88% from 428); Max value from RGB is 147 - color contains mainly: red. Hex color #938891 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938891 is #6C776E. Grayscale: #8C8C8C. Windows color (decimal): -7108463 or 9537683. OLE color: 9537683.

HSL color Cylindrical-coordinate representation of color #938891: hue angle of 310.91º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #938891 is Cyan = 0, Magento = 0.07, Yellow = 0.01 and Black (K on CMYK) = 0.42.

Color convert

RGB147136145-
CMYK00.070.010.42
HSL310.91º4.85%55.49%-
HSV(B)310.91º7.48%57.65%-
XYZ25.9525.8630.41-
YUV140.32130.64132.77-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.35%
GREEN value IS 136 (53.52% from 255) = 31.78%
BLUE value IS 145 (57.03% from 255) = 33.88%
R=34.35%
G=31.78%
B=33.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713614500.070.010.42310.914.8555.49
Hex9388910712A137537
Octal22321022107152467567
Binary10010011100010001001000101111101010100110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938891; }

 p { color: rgb(147,136,145); }

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

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

 a { background-color: rgb(147,136,145); }

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

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

 span { border-color: rgb(147,136,145); }

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