#926773

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

Shades of Mauve Taupe #926773

Tints of Mauve Taupe #926773

Color information

#926773 (or 0x926773) is unknown color: approx Mauve Taupe. HEX triplet: 92, 67 and 73. RGB value is (146,103,115). Sum of RGB (Red+Green+Blue) = 146+103+115=364 (48% of max value = 765). Red value is 146 (57.42% from 255 or 40.11% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 115 (45.31% from 255 or 31.59% from 364); Max value from RGB is 146 - color contains mainly: red. Hex color #926773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926773 is #6D988C. Grayscale: #757575. Windows color (decimal): -7182477 or 7563154. OLE color: 7563154.

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

Color convert

RGB146103115-
CMYK00.290.210.43
HSL343.26º17.27%48.82%-
HSV(B)343.26º29.45%57.25%-
XYZ19.817.0518.47-
YUV117.22126.75148.52-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.11%
GREEN value IS 103 (40.62% from 255) = 28.30%
BLUE value IS 115 (45.31% from 255) = 31.59%
R=40.11%
G=28.30%
B=31.59%

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
Decimal14610311500.290.210.43343.2617.2748.82
Hex92677301D152B1571131
Octal22214716303525535272161
Binary10010010110011111100110111011010110101110101011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926773; }

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

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

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

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

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

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

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

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