#92646C

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

Shades of Mauve Taupe #92646C

Tints of Mauve Taupe #92646C

Color information

#92646C (or 0x92646C) is unknown color: approx Mauve Taupe. HEX triplet: 92, 64 and 6C. RGB value is (146,100,108). Sum of RGB (Red+Green+Blue) = 146+100+108=354 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.24% from 354); Green value is 100 (39.45% from 255 or 28.25% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 146 - color contains mainly: red. Hex color #92646C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92646C is #6D9B93. Grayscale: #727272. Windows color (decimal): -7183252 or 7103634. OLE color: 7103634.

HSL color Cylindrical-coordinate representation of color #92646C: hue angle of 349.57º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #92646C is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB146100108-
CMYK00.320.260.43
HSL349.57º18.7%48.24%-
HSV(B)349.57º31.51%57.25%-
XYZ19.1216.3116.33-
YUV114.67124.24150.35-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.24%
GREEN value IS 100 (39.45% from 255) = 28.25%
BLUE value IS 108 (42.58% from 255) = 30.51%
R=41.24%
G=28.25%
B=30.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610010800.320.260.43349.5718.748.24
Hex92646C0201A2B15e1330
Octal22214415404032535362360
Binary100100101100100110110001000001101010101110101111010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92646C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92646C; }

 p { color: rgb(146,100,108); }

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

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

 a { background-color: rgb(146,100,108); }

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

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

 span { border-color: rgb(146,100,108); }

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