#91848F

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

Shades of Taupe Grey #91848F

Tints of Taupe Grey #91848F

Color information

#91848F (or 0x91848F) is unknown color: approx Taupe Grey. HEX triplet: 91, 84 and 8F. RGB value is (145,132,143). Sum of RGB (Red+Green+Blue) = 145+132+143=420 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.52% from 420); Green value is 132 (51.95% from 255 or 31.43% from 420); Blue value is 143 (56.25% from 255 or 34.05% from 420); Max value from RGB is 145 - color contains mainly: red. Hex color #91848F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91848F is #6E7B70. Grayscale: #898989. Windows color (decimal): -7240561 or 9405585. OLE color: 9405585.

HSL color Cylindrical-coordinate representation of color #91848F: hue angle of 309.23º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #91848F is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB145132143-
CMYK00.090.010.43
HSL309.23º5.58%54.31%-
HSV(B)309.23º8.97%56.86%-
XYZ24.8924.5129.4-
YUV137.14131.31133.61-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.52%
GREEN value IS 132 (51.95% from 255) = 31.43%
BLUE value IS 143 (56.25% from 255) = 34.05%
R=34.52%
G=31.43%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513214300.090.010.43309.235.5854.31
Hex91848F0912B135636
Octal221204217011153465666
Binary100100011000010010001111010011101011100110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91848F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91848F; }

 p { color: rgb(145,132,143); }

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

<style>
 a { background-color: #91848F; }

 a { background-color: rgb(145,132,143); }

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

<style>
 span { border-color: #91848F; }

 span { border-color: rgb(145,132,143); }

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