#91848C

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

Shades of Taupe Grey #91848C

Tints of Taupe Grey #91848C

Color information

#91848C (or 0x91848C) is unknown color: approx Taupe Grey. HEX triplet: 91, 84 and 8C. RGB value is (145,132,140). Sum of RGB (Red+Green+Blue) = 145+132+140=417 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.77% from 417); Green value is 132 (51.95% from 255 or 31.65% from 417); Blue value is 140 (55.08% from 255 or 33.57% from 417); Max value from RGB is 145 - color contains mainly: red. Hex color #91848C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91848C is #6E7B73. Grayscale: #888888. Windows color (decimal): -7240564 or 9208977. OLE color: 9208977.

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

Color convert

RGB145132140-
CMYK00.090.030.43
HSL323.08º5.58%54.31%-
HSV(B)323.08º8.97%56.86%-
XYZ24.6624.4228.22-
YUV136.8129.81133.85-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.77%
GREEN value IS 132 (51.95% from 255) = 31.65%
BLUE value IS 140 (55.08% from 255) = 33.57%
R=34.77%
G=31.65%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513214000.090.030.43323.085.5854.31
Hex91848C0932B143636
Octal221204214011353503666
Binary1001000110000100100011000100111101011101000011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91848C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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