#91828A

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

Shades of Taupe Grey #91828A

Tints of Taupe Grey #91828A

Color information

#91828A (or 0x91828A) is unknown color: approx Taupe Grey. HEX triplet: 91, 82 and 8A. RGB value is (145,130,138). Sum of RGB (Red+Green+Blue) = 145+130+138=413 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.11% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 138 (54.30% from 255 or 33.41% from 413); Max value from RGB is 145 - color contains mainly: red. Hex color #91828A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91828A is #6E7D75. Grayscale: #878787. Windows color (decimal): -7241078 or 9077393. OLE color: 9077393.

HSL color Cylindrical-coordinate representation of color #91828A: hue angle of 328º 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 #91828A is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.43.

Color convert

RGB145130138-
CMYK00.100.050.43
HSL328º6.38%53.92%-
HSV(B)328º10.34%56.86%-
XYZ24.2523.8227.36-
YUV135.4129.47134.85-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.11%
GREEN value IS 130 (51.17% from 255) = 31.48%
BLUE value IS 138 (54.30% from 255) = 33.41%
R=35.11%
G=31.48%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513013800.100.050.433286.3853.92
Hex91828A0A52B148636
Octal221202212012553510666
Binary10010001100000101000101001010101101011101001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91828A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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