#916575

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

Shades of Mauve Taupe #916575

Tints of Mauve Taupe #916575

Color information

#916575 (or 0x916575) is unknown color: approx Mauve Taupe. HEX triplet: 91, 65 and 75. RGB value is (145,101,117). Sum of RGB (Red+Green+Blue) = 145+101+117=363 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.94% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 117 (46.09% from 255 or 32.23% from 363); Max value from RGB is 145 - color contains mainly: red. Hex color #916575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916575 is #6E9A8A. Grayscale: #737373. Windows color (decimal): -7248523 or 7693713. OLE color: 7693713.

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

Color convert

RGB145101117-
CMYK00.300.190.43
HSL338.18º17.89%48.24%-
HSV(B)338.18º30.34%56.86%-
XYZ19.5416.6119.01-
YUV115.98128.58148.7-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 39.94%
GREEN value IS 101 (39.84% from 255) = 27.82%
BLUE value IS 117 (46.09% from 255) = 32.23%
R=39.94%
G=27.82%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510111700.300.190.43338.1817.8948.24
Hex91657501E132B1521230
Octal22114516503623535222260
Binary10010001110010111101010111101001110101110101001010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916575; }

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

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

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

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

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

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

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

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