#93848F

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

Shades of Taupe Grey #93848F

Tints of Taupe Grey #93848F

Color information

#93848F (or 0x93848F) is unknown color: approx Taupe Grey. HEX triplet: 93, 84 and 8F. RGB value is (147,132,143). Sum of RGB (Red+Green+Blue) = 147+132+143=422 (55% of max value = 765). Red value is 147 (57.81% from 255 or 34.83% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 147 - color contains mainly: red. Hex color #93848F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #93848F is #6C7B70. Grayscale: #898989. Windows color (decimal): -7109489 or 9405587. OLE color: 9405587.

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

Color convert

RGB147132143-
CMYK00.100.030.42
HSL316º6.49%54.71%-
HSV(B)316º10.2%57.65%-
XYZ25.2424.6929.42-
YUV137.74130.97134.61-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 34.83%
GREEN value IS 132 (51.95% from 255) = 31.28%
BLUE value IS 143 (56.25% from 255) = 33.89%
R=34.83%
G=31.28%
B=33.89%

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
Decimal14713214300.100.030.423166.4954.71
Hex93848F0A32A13c637
Octal223204217012352474667
Binary1001001110000100100011110101011101010100111100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93848F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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