#92626F

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

Shades of Mauve Taupe #92626F

Tints of Mauve Taupe #92626F

Color information

#92626F (or 0x92626F) is unknown color: approx Mauve Taupe. HEX triplet: 92, 62 and 6F. RGB value is (146,98,111). Sum of RGB (Red+Green+Blue) = 146+98+111=355 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.13% from 355); Green value is 98 (38.67% from 255 or 27.61% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 146 - color contains mainly: red. Hex color #92626F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92626F is #6D9D90. Grayscale: #717171. Windows color (decimal): -7183761 or 7299730. OLE color: 7299730.

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

Color convert

RGB14698111-
CMYK00.330.240.43
HSL343.75º19.67%47.84%-
HSV(B)343.75º32.88%57.25%-
XYZ19.0915.9917.12-
YUV113.83126.4150.94-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.13%
GREEN value IS 98 (38.67% from 255) = 27.61%
BLUE value IS 111 (43.75% from 255) = 31.27%
R=41.13%
G=27.61%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469811100.330.240.43343.7519.6747.84
Hex92626F021182B1581430
Octal22214215704130535302460
Binary100100101100010110111101000011100010101110101100010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92626F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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