#917690

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

Shades of Taupe Grey #917690

Tints of Taupe Grey #917690

Color information

#917690 (or 0x917690) is unknown color: approx Taupe Grey. HEX triplet: 91, 76 and 90. RGB value is (145,118,144). Sum of RGB (Red+Green+Blue) = 145+118+144=407 (53% of max value = 765). Red value is 145 (57.03% from 255 or 35.63% from 407); Green value is 118 (46.48% from 255 or 28.99% from 407); Blue value is 144 (56.64% from 255 or 35.38% from 407); Max value from RGB is 145 - color contains mainly: red. Hex color #917690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #917690 is #6E896F. Grayscale: #808080. Windows color (decimal): -7244144 or 9467537. OLE color: 9467537.

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

Color convert

RGB145118144-
CMYK00.190.010.43
HSL302.22º10.93%51.57%-
HSV(B)302.22º18.62%56.86%-
XYZ23.1920.9929.21-
YUV129.04136.45139.39-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 35.63%
GREEN value IS 118 (46.48% from 255) = 28.99%
BLUE value IS 144 (56.64% from 255) = 35.38%
R=35.63%
G=28.99%
B=35.38%

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
Decimal14511814400.190.010.43302.2210.9351.57
Hex91769001312B12eb34
Octal2211662200231534561364
Binary1001000111101101001000001001111010111001011101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #917690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #917690; }

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

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

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

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

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

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

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

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