#91898E

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

Shades of Taupe Grey #91898E

Tints of Taupe Grey #91898E

Color information

#91898E (or 0x91898E) is unknown color: approx Taupe Grey. HEX triplet: 91, 89 and 8E. RGB value is (145,137,142). Sum of RGB (Red+Green+Blue) = 145+137+142=424 (56% of max value = 765). Red value is 145 (57.03% from 255 or 34.20% from 424); Green value is 137 (53.91% from 255 or 32.31% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 145 - color contains mainly: red. Hex color #91898E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91898E is #6E7671. Grayscale: #8B8B8B. Windows color (decimal): -7239282 or 9341329. OLE color: 9341329.

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

Color convert

RGB145137142-
CMYK00.060.020.43
HSL322.5º3.51%55.29%-
HSV(B)322.5º5.52%56.86%-
XYZ25.5125.8629.24-
YUV139.96129.15131.59-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.20%
GREEN value IS 137 (53.91% from 255) = 32.31%
BLUE value IS 142 (55.86% from 255) = 33.49%
R=34.20%
G=32.31%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.02
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513714200.060.020.43322.53.5155.29
Hex91898E0622B143437
Octal22121121606253503467
Binary100100011000100110001110011010101011101000011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91898E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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