#93868E

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

Shades of Taupe Grey #93868E

Tints of Taupe Grey #93868E

Color information

#93868E (or 0x93868E) is unknown color: approx Taupe Grey. HEX triplet: 93, 86 and 8E. RGB value is (147,134,142). Sum of RGB (Red+Green+Blue) = 147+134+142=423 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.75% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 142 (55.86% from 255 or 33.57% from 423); Max value from RGB is 147 - color contains mainly: red. Hex color #93868E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93868E is #6C7971. Grayscale: #8A8A8A. Windows color (decimal): -7108978 or 9340563. OLE color: 9340563.

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

Color convert

RGB147134142-
CMYK00.090.030.42
HSL323.08º5.68%55.1%-
HSV(B)323.08º8.84%57.65%-
XYZ25.4425.2129.12-
YUV138.8129.81133.85-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.75%
GREEN value IS 134 (52.73% from 255) = 31.68%
BLUE value IS 142 (55.86% from 255) = 33.57%
R=34.75%
G=31.68%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713414200.090.030.42323.085.6855.1
Hex93868E0932A143637
Octal223206216011352503667
Binary1001001110000110100011100100111101010101000011110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93868E; }

 p { color: rgb(147,134,142); }

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

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

 a { background-color: rgb(147,134,142); }

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

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

 span { border-color: rgb(147,134,142); }

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