#92626D

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

Shades of Mauve Taupe #92626D

Tints of Mauve Taupe #92626D

Color information

#92626D (or 0x92626D) is unknown color: approx Mauve Taupe. HEX triplet: 92, 62 and 6D. RGB value is (146,98,109). Sum of RGB (Red+Green+Blue) = 146+98+109=353 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.36% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 146 - color contains mainly: red. Hex color #92626D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92626D is #6D9D92. Grayscale: #717171. Windows color (decimal): -7183763 or 7168658. OLE color: 7168658.

HSL color Cylindrical-coordinate representation of color #92626D: hue angle of 346.25º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #92626D is Cyan = 0, Magento = 0.33, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB14698109-
CMYK00.330.250.43
HSL346.25º19.67%47.84%-
HSV(B)346.25º32.88%57.25%-
XYZ18.9815.9516.55-
YUV113.61125.4151.11-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.36%
GREEN value IS 98 (38.67% from 255) = 27.76%
BLUE value IS 109 (42.97% from 255) = 30.88%
R=41.36%
G=27.76%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469810900.330.250.43346.2519.6747.84
Hex92626D021192B15a1430
Octal22214215504131535322460
Binary100100101100010110110101000011100110101110101101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92626D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92626D; }

 p { color: rgb(146,98,109); }

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

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

 a { background-color: rgb(146,98,109); }

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

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

 span { border-color: rgb(146,98,109); }

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