#926976

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

Shades of Mauve Taupe #926976

Tints of Mauve Taupe #926976

Color information

#926976 (or 0x926976) is unknown color: approx Mauve Taupe. HEX triplet: 92, 69 and 76. RGB value is (146,105,118). Sum of RGB (Red+Green+Blue) = 146+105+118=369 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.57% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 146 - color contains mainly: red. Hex color #926976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926976 is #6D9689. Grayscale: #767676. Windows color (decimal): -7181962 or 7760274. OLE color: 7760274.

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

Color convert

RGB146105118-
CMYK00.280.190.43
HSL340.98º16.33%49.22%-
HSV(B)340.98º28.08%57.25%-
XYZ20.1817.5219.46-
YUV118.74127.58147.44-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.57%
GREEN value IS 105 (41.41% from 255) = 28.46%
BLUE value IS 118 (46.48% from 255) = 31.98%
R=39.57%
G=28.46%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610511800.280.190.43340.9816.3349.22
Hex92697601C132B1551031
Octal22215116603423535252061
Binary10010010110100111101100111001001110101110101010110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926976; }

 p { color: rgb(146,105,118); }

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

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

 a { background-color: rgb(146,105,118); }

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

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

 span { border-color: rgb(146,105,118); }

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