#91858E

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

Shades of Taupe Grey #91858E

Tints of Taupe Grey #91858E

Color information

#91858E (or 0x91858E) is unknown color: approx Taupe Grey. HEX triplet: 91, 85 and 8E. RGB value is (145,133,142). Sum of RGB (Red+Green+Blue) = 145+133+142=420 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.52% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 142 (55.86% from 255 or 33.81% from 420); Max value from RGB is 145 - color contains mainly: red. Hex color #91858E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91858E is #6E7A71. Grayscale: #898989. Windows color (decimal): -7240306 or 9340305. OLE color: 9340305.

HSL color Cylindrical-coordinate representation of color #91858E: hue angle of 315º degrees, saturation: 0.05, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #91858E is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB145133142-
CMYK00.080.020.43
HSL315º5.17%54.51%-
HSV(B)315º8.28%56.86%-
XYZ24.9524.7529.05-
YUV137.61130.48133.27-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.52%
GREEN value IS 133 (52.34% from 255) = 31.67%
BLUE value IS 142 (55.86% from 255) = 33.81%
R=34.52%
G=31.67%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513314200.080.020.433155.1754.51
Hex91858E0822B13b537
Octal221205216010253473567
Binary1001000110000101100011100100010101011100111011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91858E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91858E; }

 p { color: rgb(145,133,142); }

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

<style>
 a { background-color: #91858E; }

 a { background-color: rgb(145,133,142); }

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

<style>
 span { border-color: #91858E; }

 span { border-color: rgb(145,133,142); }

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