#93858F

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

Shades of Taupe Grey #93858F

Tints of Taupe Grey #93858F

Color information

#93858F (or 0x93858F) is unknown color: approx Taupe Grey. HEX triplet: 93, 85 and 8F. RGB value is (147,133,143). Sum of RGB (Red+Green+Blue) = 147+133+143=423 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.75% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 143 (56.25% from 255 or 33.81% from 423); Max value from RGB is 147 - color contains mainly: red. Hex color #93858F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93858F is #6C7A70. Grayscale: #8A8A8A. Windows color (decimal): -7109233 or 9405843. OLE color: 9405843.

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

Color convert

RGB147133143-
CMYK00.100.030.42
HSL317.14º6.09%54.9%-
HSV(B)317.14º9.52%57.65%-
XYZ25.3824.9629.47-
YUV138.33130.64134.19-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.75%
GREEN value IS 133 (52.34% from 255) = 31.44%
BLUE value IS 143 (56.25% from 255) = 33.81%
R=34.75%
G=31.44%
B=33.81%

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
Decimal14713314300.100.030.42317.146.0954.9
Hex93858F0A32A13d637
Octal223205217012352475667
Binary1001001110000101100011110101011101010100111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93858F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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