#93858E

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

Shades of Taupe Grey #93858E

Tints of Taupe Grey #93858E

Color information

#93858E (or 0x93858E) is unknown color: approx Taupe Grey. HEX triplet: 93, 85 and 8E. RGB value is (147,133,142). Sum of RGB (Red+Green+Blue) = 147+133+142=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 133 (52.34% from 255 or 31.52% from 422); Blue value is 142 (55.86% from 255 or 33.65% from 422); Max value from RGB is 147 - color contains mainly: red. Hex color #93858E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93858E is #6C7A71. Grayscale: #8A8A8A. Windows color (decimal): -7109234 or 9340307. OLE color: 9340307.

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

Color convert

RGB147133142-
CMYK00.100.030.42
HSL321.43º6.09%54.9%-
HSV(B)321.43º9.52%57.65%-
XYZ25.324.9329.07-
YUV138.21130.14134.27-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.83%
GREEN value IS 133 (52.34% from 255) = 31.52%
BLUE value IS 142 (55.86% from 255) = 33.65%
R=34.83%
G=31.52%
B=33.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713314200.100.030.42321.436.0954.9
Hex93858E0A32A141637
Octal223205216012352501667
Binary1001001110000101100011100101011101010101000001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93858E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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