#938590

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

Shades of Taupe Grey #938590

Tints of Taupe Grey #938590

Color information

#938590 (or 0x938590) is unknown color: approx Taupe Grey. HEX triplet: 93, 85 and 90. RGB value is (147,133,144). Sum of RGB (Red+Green+Blue) = 147+133+144=424 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.67% from 424); Green value is 133 (52.34% from 255 or 31.37% from 424); Blue value is 144 (56.64% from 255 or 33.96% from 424); Max value from RGB is 147 - color contains mainly: red. Hex color #938590 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #938590 is #6C7A6F. Grayscale: #8A8A8A. Windows color (decimal): -7109232 or 9471379. OLE color: 9471379.

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

Color convert

RGB147133144-
CMYK00.100.020.42
HSL312.86º6.09%54.9%-
HSV(B)312.86º9.52%57.65%-
XYZ25.4524.9929.87-
YUV138.44131.14134.11-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.67%
GREEN value IS 133 (52.34% from 255) = 31.37%
BLUE value IS 144 (56.64% from 255) = 33.96%
R=34.67%
G=31.37%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713314400.100.020.42312.866.0954.9
Hex9385900A22A139637
Octal223205220012252471667
Binary1001001110000101100100000101010101010100111001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938590; }

 p { color: rgb(147,133,144); }

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

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

 a { background-color: rgb(147,133,144); }

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

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

 span { border-color: rgb(147,133,144); }

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