#916167

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

Shades of Mauve Taupe #916167

Tints of Mauve Taupe #916167

Color information

#916167 (or 0x916167) is unknown color: approx Mauve Taupe. HEX triplet: 91, 61 and 67. RGB value is (145,97,103). Sum of RGB (Red+Green+Blue) = 145+97+103=345 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.03% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 103 (40.62% from 255 or 29.86% from 345); Max value from RGB is 145 - color contains mainly: red. Hex color #916167 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916167 is #6E9E98. Grayscale: #707070. Windows color (decimal): -7249561 or 6775185. OLE color: 6775185.

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

Color convert

RGB14597103-
CMYK00.330.290.43
HSL352.5º19.83%47.45%-
HSV(B)352.5º33.1%56.86%-
XYZ18.415.5514.86-
YUV112.04122.9151.51-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.03%
GREEN value IS 97 (38.28% from 255) = 28.12%
BLUE value IS 103 (40.62% from 255) = 29.86%
R=42.03%
G=28.12%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1459710300.330.290.43352.519.8347.45
Hex9161670211D2B160142f
Octal22114114704135535402457
Binary100100011100001110011101000011110110101110110000010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916167; }

 p { color: rgb(145,97,103); }

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

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

 a { background-color: rgb(145,97,103); }

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

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

 span { border-color: rgb(145,97,103); }

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