#926A73

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

Shades of Mauve Taupe #926A73

Tints of Mauve Taupe #926A73

Color information

#926A73 (or 0x926A73) is unknown color: approx Mauve Taupe. HEX triplet: 92, 6A and 73. RGB value is (146,106,115). Sum of RGB (Red+Green+Blue) = 146+106+115=367 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.78% from 367); Green value is 106 (41.80% from 255 or 28.88% from 367); Blue value is 115 (45.31% from 255 or 31.34% from 367); Max value from RGB is 146 - color contains mainly: red. Hex color #926A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926A73 is #6D958C. Grayscale: #767676. Windows color (decimal): -7181709 or 7563922. OLE color: 7563922.

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

Color convert

RGB146106115-
CMYK00.270.210.43
HSL346.5º15.87%49.41%-
HSV(B)346.5º27.4%57.25%-
XYZ20.117.6618.57-
YUV118.99125.75147.27-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.78%
GREEN value IS 106 (41.80% from 255) = 28.88%
BLUE value IS 115 (45.31% from 255) = 31.34%
R=39.78%
G=28.88%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610611500.270.210.43346.515.8749.41
Hex926A7301B152B15a1031
Octal22215216303325535322061
Binary10010010110101011100110110111010110101110101101010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926A73; }

 p { color: rgb(146,106,115); }

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

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

 a { background-color: rgb(146,106,115); }

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

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

 span { border-color: rgb(146,106,115); }

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