#92626A

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

Shades of Mauve Taupe #92626A

Tints of Mauve Taupe #92626A

Color information

#92626A (or 0x92626A) is unknown color: approx Mauve Taupe. HEX triplet: 92, 62 and 6A. RGB value is (146,98,106). Sum of RGB (Red+Green+Blue) = 146+98+106=350 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.71% from 350); Green value is 98 (38.67% from 255 or 28% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 146 - color contains mainly: red. Hex color #92626A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92626A is #6D9D95. Grayscale: #717171. Windows color (decimal): -7183766 or 6972050. OLE color: 6972050.

HSL color Cylindrical-coordinate representation of color #92626A: hue angle of 350º 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 #92626A is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB14698106-
CMYK00.330.270.43
HSL350º19.67%47.84%-
HSV(B)350º32.88%57.25%-
XYZ18.8215.8915.71-
YUV113.26123.9151.35-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.71%
GREEN value IS 98 (38.67% from 255) = 28%
BLUE value IS 106 (41.80% from 255) = 30.29%
R=41.71%
G=28%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469810600.330.270.4335019.6747.84
Hex92626A0211B2B15e1430
Octal22214215204133535362460
Binary100100101100010110101001000011101110101110101111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92626A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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