#91868E

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

Shades of Taupe Grey #91868E

Tints of Taupe Grey #91868E

Color information

#91868E (or 0x91868E) is unknown color: approx Taupe Grey. HEX triplet: 91, 86 and 8E. RGB value is (145,134,142). Sum of RGB (Red+Green+Blue) = 145+134+142=421 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.44% from 421); Green value is 134 (52.73% from 255 or 31.83% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 145 - color contains mainly: red. Hex color #91868E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91868E is #6E7971. Grayscale: #8A8A8A. Windows color (decimal): -7240050 or 9340561. OLE color: 9340561.

HSL color Cylindrical-coordinate representation of color #91868E: hue angle of 316.36º 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 #91868E is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.43.

Color convert

RGB145134142-
CMYK00.080.020.43
HSL316.36º4.76%54.71%-
HSV(B)316.36º7.59%56.86%-
XYZ25.0825.0229.1-
YUV138.2130.14132.85-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.44%
GREEN value IS 134 (52.73% from 255) = 31.83%
BLUE value IS 142 (55.86% from 255) = 33.73%
R=34.44%
G=31.83%
B=33.73%

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
Decimal14513414200.080.020.43316.364.7654.71
Hex91868E0822B13c537
Octal221206216010253474567
Binary1001000110000110100011100100010101011100111100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91868E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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