#91828C

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

Shades of Taupe Grey #91828C

Tints of Taupe Grey #91828C

Color information

#91828C (or 0x91828C) is unknown color: approx Taupe Grey. HEX triplet: 91, 82 and 8C. RGB value is (145,130,140). Sum of RGB (Red+Green+Blue) = 145+130+140=415 (54% of max value = 765). Red value is 145 (57.03% from 255 or 34.94% from 415); Green value is 130 (51.17% from 255 or 31.33% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 145 - color contains mainly: red. Hex color #91828C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91828C is #6E7D73. Grayscale: #878787. Windows color (decimal): -7241076 or 9208465. OLE color: 9208465.

HSL color Cylindrical-coordinate representation of color #91828C: hue angle of 320º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #91828C is Cyan = 0, Magento = 0.10, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB145130140-
CMYK00.100.030.43
HSL320º6.38%53.92%-
HSV(B)320º10.34%56.86%-
XYZ24.3923.8828.13-
YUV135.62130.47134.69-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.94%
GREEN value IS 130 (51.17% from 255) = 31.33%
BLUE value IS 140 (55.08% from 255) = 33.73%
R=34.94%
G=31.33%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513014000.100.030.433206.3853.92
Hex91828C0A32B140636
Octal221202214012353500666
Binary1001000110000010100011000101011101011101000000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91828C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91828C; }

 p { color: rgb(145,130,140); }

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

<style>
 a { background-color: #91828C; }

 a { background-color: rgb(145,130,140); }

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

<style>
 span { border-color: #91828C; }

 span { border-color: rgb(145,130,140); }

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