#91848B

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

Shades of Taupe Grey #91848B

Tints of Taupe Grey #91848B

Color information

#91848B (or 0x91848B) is unknown color: approx Taupe Grey. HEX triplet: 91, 84 and 8B. RGB value is (145,132,139). Sum of RGB (Red+Green+Blue) = 145+132+139=416 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.86% from 416); Green value is 132 (51.95% from 255 or 31.73% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 145 - color contains mainly: red. Hex color #91848B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91848B is #6E7B74. Grayscale: #888888. Windows color (decimal): -7240565 or 9143441. OLE color: 9143441.

HSL color Cylindrical-coordinate representation of color #91848B: hue angle of 327.69º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #91848B is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.43.

Color convert

RGB145132139-
CMYK00.090.040.43
HSL327.69º5.58%54.31%-
HSV(B)327.69º8.97%56.86%-
XYZ24.5924.3927.84-
YUV136.68129.31133.93-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.86%
GREEN value IS 132 (51.95% from 255) = 31.73%
BLUE value IS 139 (54.69% from 255) = 33.41%
R=34.86%
G=31.73%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.04
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513213900.090.040.43327.695.5854.31
Hex91848B0942B148636
Octal221204213011453510666
Binary10010001100001001000101101001100101011101001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91848B; }

 p { color: rgb(145,132,139); }

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

<style>
 a { background-color: #91848B; }

 a { background-color: rgb(145,132,139); }

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

<style>
 span { border-color: #91848B; }

 span { border-color: rgb(145,132,139); }

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