#92666C

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

Shades of Mauve Taupe #92666C

Tints of Mauve Taupe #92666C

Color information

#92666C (or 0x92666C) is unknown color: approx Mauve Taupe. HEX triplet: 92, 66 and 6C. RGB value is (146,102,108). Sum of RGB (Red+Green+Blue) = 146+102+108=356 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.01% from 356); Green value is 102 (40.23% from 255 or 28.65% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 146 - color contains mainly: red. Hex color #92666C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92666C is #6D9993. Grayscale: #737373. Windows color (decimal): -7182740 or 7104146. OLE color: 7104146.

HSL color Cylindrical-coordinate representation of color #92666C: hue angle of 351.82º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #92666C is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB146102108-
CMYK00.300.260.43
HSL351.82º17.74%48.63%-
HSV(B)351.82º30.14%57.25%-
XYZ19.3116.716.39-
YUV115.84123.58149.51-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.01%
GREEN value IS 102 (40.23% from 255) = 28.65%
BLUE value IS 108 (42.58% from 255) = 30.34%
R=41.01%
G=28.65%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610210800.300.260.43351.8217.7448.63
Hex92666C01E1A2B1601231
Octal22214615403632535402261
Binary10010010110011011011000111101101010101110110000010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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