#897683

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

Shades of Taupe Grey #897683

Tints of Taupe Grey #897683

Color information

#897683 (or 0x897683) is unknown color: approx Taupe Grey. HEX triplet: 89, 76 and 83. RGB value is (137,118,131). Sum of RGB (Red+Green+Blue) = 137+118+131=386 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.49% from 386); Green value is 118 (46.48% from 255 or 30.57% from 386); Blue value is 131 (51.56% from 255 or 33.94% from 386); Max value from RGB is 137 - color contains mainly: red. Hex color #897683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #897683 is #76897C. Grayscale: #7D7D7D. Windows color (decimal): -7768445 or 8615561. OLE color: 8615561.

HSL color Cylindrical-coordinate representation of color #897683: hue angle of 318.95º degrees, saturation: 0.07, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #897683 is Cyan = 0, Magento = 0.14, Yellow = 0.04 and Black (K on CMYK) = 0.46.

Color convert

RGB137118131-
CMYK00.140.040.46
HSL318.95º7.45%50%-
HSV(B)318.95º13.87%53.73%-
XYZ20.8919.9124.22-
YUV125.16131.29136.44-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 35.49%
GREEN value IS 118 (46.48% from 255) = 30.57%
BLUE value IS 131 (51.56% from 255) = 33.94%
R=35.49%
G=30.57%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13711813100.140.040.46318.957.4550
Hex8976830E42E13f732
Octal211166203016456477762
Binary1000100111101101000001101110100101110100111111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #897683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #897683; }

 p { color: rgb(137,118,131); }

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

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

 a { background-color: rgb(137,118,131); }

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

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

 span { border-color: rgb(137,118,131); }

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