#916769

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

Shades of Mauve Taupe #916769

Tints of Mauve Taupe #916769

Color information

#916769 (or 0x916769) is unknown color: approx Mauve Taupe. HEX triplet: 91, 67 and 69. RGB value is (145,103,105). Sum of RGB (Red+Green+Blue) = 145+103+105=353 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.08% from 353); Green value is 103 (40.62% from 255 or 29.18% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 145 - color contains mainly: red. Hex color #916769 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916769 is #6E9896. Grayscale: #737373. Windows color (decimal): -7248023 or 6907793. OLE color: 6907793.

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

Color convert

RGB145103105-
CMYK00.290.280.43
HSL357.14º16.94%48.63%-
HSV(B)357.14º28.97%56.86%-
XYZ19.0816.7415.59-
YUV115.79121.91148.84-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.08%
GREEN value IS 103 (40.62% from 255) = 29.18%
BLUE value IS 105 (41.41% from 255) = 29.75%
R=41.08%
G=29.18%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510310500.290.280.43357.1416.9448.63
Hex91676901D1C2B1651131
Octal22114715103534535452161
Binary10010001110011111010010111011110010101110110010110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916769; }

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

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

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

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

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

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

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

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