#938391

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

Shades of Taupe Grey #938391

Tints of Taupe Grey #938391

Color information

#938391 (or 0x938391) is unknown color: approx Taupe Grey. HEX triplet: 93, 83 and 91. RGB value is (147,131,145). Sum of RGB (Red+Green+Blue) = 147+131+145=423 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.75% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 145 (57.03% from 255 or 34.28% from 423); Max value from RGB is 147 - color contains mainly: red. Hex color #938391 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938391 is #6C7C6E. Grayscale: #898989. Windows color (decimal): -7109743 or 9536403. OLE color: 9536403.

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

Color convert

RGB147131145-
CMYK00.110.010.42
HSL307.5º6.9%54.51%-
HSV(B)307.5º10.88%57.65%-
XYZ25.2624.4830.18-
YUV137.38132.3134.86-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.75%
GREEN value IS 131 (51.56% from 255) = 30.97%
BLUE value IS 145 (57.03% from 255) = 34.28%
R=34.75%
G=30.97%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713114500.110.010.42307.56.954.51
Hex9383910B12A134737
Octal223203221013152464767
Binary100100111000001110010001010111101010100110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938391; }

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

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

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

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

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

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

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

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