#916075

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

Shades of Mauve Taupe #916075

Tints of Mauve Taupe #916075

Color information

#916075 (or 0x916075) is unknown color: approx Mauve Taupe. HEX triplet: 91, 60 and 75. RGB value is (145,96,117). Sum of RGB (Red+Green+Blue) = 145+96+117=358 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.50% from 358); Green value is 96 (37.89% from 255 or 26.82% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 145 - color contains mainly: red. Hex color #916075 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916075 is #6E9F8A. Grayscale: #717171. Windows color (decimal): -7249803 or 7692433. OLE color: 7692433.

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

Color convert

RGB14596117-
CMYK00.340.190.43
HSL334.29º20.33%47.25%-
HSV(B)334.29º33.79%56.86%-
XYZ19.0715.6718.85-
YUV113.04130.23150.79-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.50%
GREEN value IS 96 (37.89% from 255) = 26.82%
BLUE value IS 117 (46.09% from 255) = 32.68%
R=40.50%
G=26.82%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1459611700.340.190.43334.2920.3347.25
Hex916075022132B14e142f
Octal22114016504223535162457
Binary100100011100000111010101000101001110101110100111010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916075; }

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

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

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

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

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

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

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

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