#91828F

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

Shades of Taupe Grey #91828F

Tints of Taupe Grey #91828F

Color information

#91828F (or 0x91828F) is unknown color: approx Taupe Grey. HEX triplet: 91, 82 and 8F. RGB value is (145,130,143). Sum of RGB (Red+Green+Blue) = 145+130+143=418 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.69% from 418); Green value is 130 (51.17% from 255 or 31.10% from 418); Blue value is 143 (56.25% from 255 or 34.21% from 418); Max value from RGB is 145 - color contains mainly: red. Hex color #91828F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #91828F is #6E7D70. Grayscale: #878787. Windows color (decimal): -7241073 or 9405073. OLE color: 9405073.

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

Color convert

RGB145130143-
CMYK00.100.010.43
HSL308º6.38%53.92%-
HSV(B)308º10.34%56.86%-
XYZ24.6223.9729.32-
YUV135.97131.97134.44-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 34.69%
GREEN value IS 130 (51.17% from 255) = 31.10%
BLUE value IS 143 (56.25% from 255) = 34.21%
R=34.69%
G=31.10%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513014300.100.010.433086.3853.92
Hex91828F0A12B134636
Octal221202217012153464666
Binary100100011000001010001111010101101011100110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91828F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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