#91838A

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

Shades of Taupe Grey #91838A

Tints of Taupe Grey #91838A

Color information

#91838A (or 0x91838A) is unknown color: approx Taupe Grey. HEX triplet: 91, 83 and 8A. RGB value is (145,131,138). Sum of RGB (Red+Green+Blue) = 145+131+138=414 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.02% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 138 (54.30% from 255 or 33.33% from 414); Max value from RGB is 145 - color contains mainly: red. Hex color #91838A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91838A is #6E7C75. Grayscale: #878787. Windows color (decimal): -7240822 or 9077649. OLE color: 9077649.

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

Color convert

RGB145131138-
CMYK00.100.050.43
HSL330º5.98%54.12%-
HSV(B)330º9.66%56.86%-
XYZ24.3824.0927.41-
YUV135.98129.14134.43-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.02%
GREEN value IS 131 (51.56% from 255) = 31.64%
BLUE value IS 138 (54.30% from 255) = 33.33%
R=35.02%
G=31.64%
B=33.33%

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
Decimal14513113800.100.050.433305.9854.12
Hex91838A0A52B14a636
Octal221203212012553512666
Binary10010001100000111000101001010101101011101001010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91838A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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