#91768F

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

Shades of Taupe Grey #91768F

Tints of Taupe Grey #91768F

Color information

#91768F (or 0x91768F) is unknown color: approx Taupe Grey. HEX triplet: 91, 76 and 8F. RGB value is (145,118,143). Sum of RGB (Red+Green+Blue) = 145+118+143=406 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.71% from 406); Green value is 118 (46.48% from 255 or 29.06% from 406); Blue value is 143 (56.25% from 255 or 35.22% from 406); Max value from RGB is 145 - color contains mainly: red. Hex color #91768F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #91768F is #6E8970. Grayscale: #808080. Windows color (decimal): -7244145 or 9402001. OLE color: 9402001.

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

Color convert

RGB145118143-
CMYK00.190.010.43
HSL304.44º10.93%51.57%-
HSV(B)304.44º18.62%56.86%-
XYZ23.1120.9628.81-
YUV128.92135.95139.47-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.71%
GREEN value IS 118 (46.48% from 255) = 29.06%
BLUE value IS 143 (56.25% from 255) = 35.22%
R=35.71%
G=29.06%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14511814300.190.010.43304.4410.9351.57
Hex91768F01312B130b34
Octal2211662170231534601364
Binary1001000111101101000111101001111010111001100001011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91768F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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