#916070

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

Shades of Mauve Taupe #916070

Tints of Mauve Taupe #916070

Color information

#916070 (or 0x916070) is unknown color: approx Mauve Taupe. HEX triplet: 91, 60 and 70. RGB value is (145,96,112). Sum of RGB (Red+Green+Blue) = 145+96+112=353 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.08% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 112 (44.14% from 255 or 31.73% from 353); Max value from RGB is 145 - color contains mainly: red. Hex color #916070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916070 is #6E9F8F. Grayscale: #707070. Windows color (decimal): -7249808 or 7364753. OLE color: 7364753.

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

Color convert

RGB14596112-
CMYK00.340.230.43
HSL340.41º20.33%47.25%-
HSV(B)340.41º33.79%56.86%-
XYZ18.7815.5617.34-
YUV112.48127.73151.2-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.08%
GREEN value IS 96 (37.89% from 255) = 27.20%
BLUE value IS 112 (44.14% from 255) = 31.73%
R=41.08%
G=27.20%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1459611200.340.230.43340.4120.3347.25
Hex916070022172B154142f
Octal22114016004227535242457
Binary100100011100000111000001000101011110101110101010010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916070; }

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

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

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

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

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

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

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

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