#93868F

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

Shades of Taupe Grey #93868F

Tints of Taupe Grey #93868F

Color information

#93868F (or 0x93868F) is unknown color: approx Taupe Grey. HEX triplet: 93, 86 and 8F. RGB value is (147,134,143). Sum of RGB (Red+Green+Blue) = 147+134+143=424 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.67% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 143 (56.25% from 255 or 33.73% from 424); Max value from RGB is 147 - color contains mainly: red. Hex color #93868F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93868F is #6C7970. Grayscale: #8A8A8A. Windows color (decimal): -7108977 or 9406099. OLE color: 9406099.

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

Color convert

RGB147134143-
CMYK00.090.030.42
HSL318.46º5.68%55.1%-
HSV(B)318.46º8.84%57.65%-
XYZ25.5225.2429.51-
YUV138.91130.31133.77-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.67%
GREEN value IS 134 (52.73% from 255) = 31.60%
BLUE value IS 143 (56.25% from 255) = 33.73%
R=34.67%
G=31.60%
B=33.73%

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
Decimal14713414300.090.030.42318.465.6855.1
Hex93868F0932A13e637
Octal223206217011352476667
Binary1001001110000110100011110100111101010100111110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93868F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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