#926873

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

Shades of Mauve Taupe #926873

Tints of Mauve Taupe #926873

Color information

#926873 (or 0x926873) is unknown color: approx Mauve Taupe. HEX triplet: 92, 68 and 73. RGB value is (146,104,115). Sum of RGB (Red+Green+Blue) = 146+104+115=365 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 146 - color contains mainly: red. Hex color #926873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926873 is #6D978C. Grayscale: #757575. Windows color (decimal): -7182221 or 7563410. OLE color: 7563410.

HSL color Cylindrical-coordinate representation of color #926873: hue angle of 344.29º 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 #926873 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB146104115-
CMYK00.290.210.43
HSL344.29º16.8%49.02%-
HSV(B)344.29º28.77%57.25%-
XYZ19.917.2518.5-
YUV117.81126.41148.11-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40%
GREEN value IS 104 (41.02% from 255) = 28.49%
BLUE value IS 115 (45.31% from 255) = 31.51%
R=40%
G=28.49%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610411500.290.210.43344.2916.849.02
Hex92687301D152B1581131
Octal22215016303525535302161
Binary10010010110100011100110111011010110101110101100010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926873; }

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

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

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

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

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

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

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

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