#926B74

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

Shades of Mauve Taupe #926B74

Tints of Mauve Taupe #926B74

Color information

#926B74 (or 0x926B74) is unknown color: approx Mauve Taupe. HEX triplet: 92, 6B and 74. RGB value is (146,107,116). Sum of RGB (Red+Green+Blue) = 146+107+116=369 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.57% from 369); Green value is 107 (42.19% from 255 or 29.00% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 146 - color contains mainly: red. Hex color #926B74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926B74 is #6D948B. Grayscale: #777777. Windows color (decimal): -7181452 or 7629714. OLE color: 7629714.

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

Color convert

RGB146107116-
CMYK00.270.210.43
HSL346.15º15.42%49.61%-
HSV(B)346.15º26.71%57.25%-
XYZ20.2617.8918.91-
YUV119.69125.92146.77-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.57%
GREEN value IS 107 (42.19% from 255) = 29.00%
BLUE value IS 116 (45.70% from 255) = 31.44%
R=39.57%
G=29.00%
B=31.44%

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
Decimal14610711600.270.210.43346.1515.4249.61
Hex926B7401B152B15af32
Octal22215316403325535321762
Binary1001001011010111110100011011101011010111010110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926B74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,107,116); }

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

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

 a { background-color: rgb(146,107,116); }

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

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

 span { border-color: rgb(146,107,116); }

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