#916074

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

Shades of Mauve Taupe #916074

Tints of Mauve Taupe #916074

Color information

#916074 (or 0x916074) is unknown color: approx Mauve Taupe. HEX triplet: 91, 60 and 74. RGB value is (145,96,116). Sum of RGB (Red+Green+Blue) = 145+96+116=357 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.62% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 145 - color contains mainly: red. Hex color #916074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916074 is #6E9F8B. Grayscale: #707070. Windows color (decimal): -7249804 or 7626897. OLE color: 7626897.

HSL color Cylindrical-coordinate representation of color #916074: hue angle of 335.51º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #916074 is Cyan = 0, Magento = 0.34, Yellow = 0.2 and Black (K on CMYK) = 0.43.

Color convert

RGB14596116-
CMYK00.340.20.43
HSL335.51º20.33%47.25%-
HSV(B)335.51º33.79%56.86%-
XYZ19.0115.6518.54-
YUV112.93129.73150.87-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.62%
GREEN value IS 96 (37.89% from 255) = 26.89%
BLUE value IS 116 (45.70% from 255) = 32.49%
R=40.62%
G=26.89%
B=32.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.2
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1459611600.340.20.43335.5120.3347.25
Hex916074022142B150142f
Octal22114016404224535202457
Binary100100011100000111010001000101010010101110101000010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916074; }

 p { color: rgb(145,96,116); }

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

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

 a { background-color: rgb(145,96,116); }

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

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

 span { border-color: rgb(145,96,116); }

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