#896B74

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

Shades of Mauve Taupe #896B74

Tints of Mauve Taupe #896B74

Color information

#896B74 (or 0x896B74) is unknown color: approx Mauve Taupe. HEX triplet: 89, 6B and 74. RGB value is (137,107,116). Sum of RGB (Red+Green+Blue) = 137+107+116=360 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.06% from 360); Green value is 107 (42.19% from 255 or 29.72% from 360); Blue value is 116 (45.70% from 255 or 32.22% from 360); Max value from RGB is 137 - color contains mainly: red. Hex color #896B74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896B74 is #76948B. Grayscale: #747474. Windows color (decimal): -7771276 or 7629705. OLE color: 7629705.

HSL color Cylindrical-coordinate representation of color #896B74: hue angle of 342º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #896B74 is Cyan = 0, Magento = 0.22, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB137107116-
CMYK00.220.150.46
HSL342º12.3%47.84%-
HSV(B)342º21.9%53.73%-
XYZ18.7317.0918.84-
YUV117127.44142.27-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.06%
GREEN value IS 107 (42.19% from 255) = 29.72%
BLUE value IS 116 (45.70% from 255) = 32.22%
R=38.06%
G=29.72%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13710711600.220.150.4634212.347.84
Hex896B74016F2E156c30
Octal21115316402617565261460
Binary100010011101011111010001011011111011101010101101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #896B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #896B74; }

 p { color: rgb(137,107,116); }

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

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

 a { background-color: rgb(137,107,116); }

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

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

 span { border-color: rgb(137,107,116); }

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