#91848D

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

Shades of Taupe Grey #91848D

Tints of Taupe Grey #91848D

Color information

#91848D (or 0x91848D) is unknown color: approx Taupe Grey. HEX triplet: 91, 84 and 8D. RGB value is (145,132,141). Sum of RGB (Red+Green+Blue) = 145+132+141=418 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.69% from 418); Green value is 132 (51.95% from 255 or 31.58% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 145 - color contains mainly: red. Hex color #91848D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91848D is #6E7B72. Grayscale: #888888. Windows color (decimal): -7240563 or 9274513. OLE color: 9274513.

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

Color convert

RGB145132141-
CMYK00.090.030.43
HSL318.46º5.58%54.31%-
HSV(B)318.46º8.97%56.86%-
XYZ24.7424.4528.61-
YUV136.91130.31133.77-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.69%
GREEN value IS 132 (51.95% from 255) = 31.58%
BLUE value IS 141 (55.47% from 255) = 33.73%
R=34.69%
G=31.58%
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.43
SystemRedGreenBlueCMYKHSL
Decimal14513214100.090.030.43318.465.5854.31
Hex91848D0932B13e636
Octal221204215011353476666
Binary1001000110000100100011010100111101011100111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91848D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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