#91696F

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

Shades of Mauve Taupe #91696F

Tints of Mauve Taupe #91696F

Color information

#91696F (or 0x91696F) is unknown color: approx Mauve Taupe. HEX triplet: 91, 69 and 6F. RGB value is (145,105,111). Sum of RGB (Red+Green+Blue) = 145+105+111=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 111 (43.75% from 255 or 30.75% from 361); Max value from RGB is 145 - color contains mainly: red. Hex color #91696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #91696F is #6E9690. Grayscale: #757575. Windows color (decimal): -7247505 or 7301521. OLE color: 7301521.

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

Color convert

RGB145105111-
CMYK00.280.230.43
HSL351º16%49.02%-
HSV(B)351º27.59%56.86%-
XYZ19.617.2717.34-
YUV117.64124.25147.51-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.17%
GREEN value IS 105 (41.41% from 255) = 29.09%
BLUE value IS 111 (43.75% from 255) = 30.75%
R=40.17%
G=29.09%
B=30.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510511100.280.230.433511649.02
Hex91696F01C172B15f1031
Octal22115115703427535372061
Binary10010001110100111011110111001011110101110101111110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #91696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #91696F; }

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

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

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

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

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

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

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

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