#916573

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

Shades of Mauve Taupe #916573

Tints of Mauve Taupe #916573

Color information

#916573 (or 0x916573) is unknown color: approx Mauve Taupe. HEX triplet: 91, 65 and 73. RGB value is (145,101,115). Sum of RGB (Red+Green+Blue) = 145+101+115=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 145 - color contains mainly: red. Hex color #916573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916573 is #6E9A8C. Grayscale: #737373. Windows color (decimal): -7248525 or 7562641. OLE color: 7562641.

HSL color Cylindrical-coordinate representation of color #916573: hue angle of 340.91º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #916573 is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB145101115-
CMYK00.300.210.43
HSL340.91º17.89%48.24%-
HSV(B)340.91º30.34%56.86%-
XYZ19.4316.5618.39-
YUV115.75127.58148.86-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.17%
GREEN value IS 101 (39.84% from 255) = 27.98%
BLUE value IS 115 (45.31% from 255) = 31.86%
R=40.17%
G=27.98%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510111500.300.210.43340.9117.8948.24
Hex91657301E152B1551230
Octal22114516303625535252260
Binary10010001110010111100110111101010110101110101010110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916573; }

 p { color: rgb(145,101,115); }

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

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

 a { background-color: rgb(145,101,115); }

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

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

 span { border-color: rgb(145,101,115); }

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