#93808E

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

Shades of Taupe Grey #93808E

Tints of Taupe Grey #93808E

Color information

#93808E (or 0x93808E) is unknown color: approx Taupe Grey. HEX triplet: 93, 80 and 8E. RGB value is (147,128,142). Sum of RGB (Red+Green+Blue) = 147+128+142=417 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.25% from 417); Green value is 128 (50.39% from 255 or 30.70% from 417); Blue value is 142 (55.86% from 255 or 34.05% from 417); Max value from RGB is 147 - color contains mainly: red. Hex color #93808E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93808E is #6C7F71. Grayscale: #878787. Windows color (decimal): -7110514 or 9339027. OLE color: 9339027.

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

Color convert

RGB147128142-
CMYK00.130.030.42
HSL315.79º8.09%53.92%-
HSV(B)315.79º12.93%57.65%-
XYZ24.6323.5928.85-
YUV135.28131.79136.36-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 35.25%
GREEN value IS 128 (50.39% from 255) = 30.70%
BLUE value IS 142 (55.86% from 255) = 34.05%
R=35.25%
G=30.70%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712814200.130.030.42315.798.0953.92
Hex93808E0D32A13c836
Octal2232002160153524741066
Binary10010011100000001000111001101111010101001111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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