#93898F

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

Shades of Taupe Grey #93898F

Tints of Taupe Grey #93898F

Color information

#93898F (or 0x93898F) is unknown color: approx Taupe Grey. HEX triplet: 93, 89 and 8F. RGB value is (147,137,143). Sum of RGB (Red+Green+Blue) = 147+137+143=427 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.43% from 427); Green value is 137 (53.91% from 255 or 32.08% from 427); Blue value is 143 (56.25% from 255 or 33.49% from 427); Max value from RGB is 147 - color contains mainly: red. Hex color #93898F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93898F is #6C7670. Grayscale: #8C8C8C. Windows color (decimal): -7108209 or 9406867. OLE color: 9406867.

HSL color Cylindrical-coordinate representation of color #93898F: hue angle of 324º degrees, saturation: 0.04, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #93898F is Cyan = 0, Magento = 0.07, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB147137143-
CMYK00.070.030.42
HSL324º4.42%55.69%-
HSV(B)324º6.8%57.65%-
XYZ25.9426.0829.65-
YUV140.67129.31132.51-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.43%
GREEN value IS 137 (53.91% from 255) = 32.08%
BLUE value IS 143 (56.25% from 255) = 33.49%
R=34.43%
G=32.08%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.03
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713714300.070.030.423244.4255.69
Hex93898F0732A144438
Octal22321121707352504470
Binary100100111000100110001111011111101010101000100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93898F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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