#91868D

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

Shades of Taupe Grey #91868D

Tints of Taupe Grey #91868D

Color information

#91868D (or 0x91868D) is unknown color: approx Taupe Grey. HEX triplet: 91, 86 and 8D. RGB value is (145,134,141). Sum of RGB (Red+Green+Blue) = 145+134+141=420 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.52% from 420); Green value is 134 (52.73% from 255 or 31.90% from 420); Blue value is 141 (55.47% from 255 or 33.57% from 420); Max value from RGB is 145 - color contains mainly: red. Hex color #91868D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91868D is #6E7972. Grayscale: #8A8A8A. Windows color (decimal): -7240051 or 9275025. OLE color: 9275025.

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

Color convert

RGB145134141-
CMYK00.080.030.43
HSL321.82º4.76%54.71%-
HSV(B)321.82º7.59%56.86%-
XYZ25.0124.9928.71-
YUV138.09129.64132.93-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.52%
GREEN value IS 134 (52.73% from 255) = 31.90%
BLUE value IS 141 (55.47% from 255) = 33.57%
R=34.52%
G=31.90%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513414100.080.030.43321.824.7654.71
Hex91868D0832B142537
Octal221206215010353502567
Binary1001000110000110100011010100011101011101000010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91868D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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