#916B6E

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

Shades of Mauve Taupe #916B6E

Tints of Mauve Taupe #916B6E

Color information

#916B6E (or 0x916B6E) is unknown color: approx Mauve Taupe. HEX triplet: 91, 6B and 6E. RGB value is (145,107,110). Sum of RGB (Red+Green+Blue) = 145+107+110=362 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.06% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 145 - color contains mainly: red. Hex color #916B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916B6E is #6E9491. Grayscale: #767676. Windows color (decimal): -7246994 or 7236497. OLE color: 7236497.

HSL color Cylindrical-coordinate representation of color #916B6E: hue angle of 355.26º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #916B6E is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB145107110-
CMYK00.260.240.43
HSL355.26º15.08%49.41%-
HSV(B)355.26º26.21%56.86%-
XYZ19.7517.6617.12-
YUV118.7123.09146.76-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 40.06%
GREEN value IS 107 (42.19% from 255) = 29.56%
BLUE value IS 110 (43.36% from 255) = 30.39%
R=40.06%
G=29.56%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510711000.260.240.43355.2615.0849.41
Hex916B6E01A182B163f31
Octal22115315603230535431761
Binary1001000111010111101110011010110001010111011000111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916B6E; }

 p { color: rgb(145,107,110); }

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

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

 a { background-color: rgb(145,107,110); }

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

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

 span { border-color: rgb(145,107,110); }

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