#938491

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

Shades of Taupe Grey #938491

Tints of Taupe Grey #938491

Color information

#938491 (or 0x938491) is unknown color: approx Taupe Grey. HEX triplet: 93, 84 and 91. RGB value is (147,132,145). Sum of RGB (Red+Green+Blue) = 147+132+145=424 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.67% from 424); Green value is 132 (51.95% from 255 or 31.13% from 424); Blue value is 145 (57.03% from 255 or 34.20% from 424); Max value from RGB is 147 - color contains mainly: red. Hex color #938491 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938491 is #6C7B6E. Grayscale: #898989. Windows color (decimal): -7109487 or 9536659. OLE color: 9536659.

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

Color convert

RGB147132145-
CMYK00.100.010.42
HSL308º6.49%54.71%-
HSV(B)308º10.2%57.65%-
XYZ25.3924.7530.23-
YUV137.97131.97134.44-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.67%
GREEN value IS 132 (51.95% from 255) = 31.13%
BLUE value IS 145 (57.03% from 255) = 34.20%
R=34.67%
G=31.13%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713214500.100.010.423086.4954.71
Hex9384910A12A134637
Octal223204221012152464667
Binary100100111000010010010001010101101010100110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938491; }

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

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

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

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

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

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

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

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