#92656C

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

Shades of Mauve Taupe #92656C

Tints of Mauve Taupe #92656C

Color information

#92656C (or 0x92656C) is unknown color: approx Mauve Taupe. HEX triplet: 92, 65 and 6C. RGB value is (146,101,108). Sum of RGB (Red+Green+Blue) = 146+101+108=355 (47% of max value = 765). Red value is 146 (57.42% from 255 or 41.13% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 108 (42.58% from 255 or 30.42% from 355); Max value from RGB is 146 - color contains mainly: red. Hex color #92656C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92656C is #6D9A93. Grayscale: #737373. Windows color (decimal): -7182996 or 7103890. OLE color: 7103890.

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

Color convert

RGB146101108-
CMYK00.310.260.43
HSL350.67º18.22%48.43%-
HSV(B)350.67º30.82%57.25%-
XYZ19.2116.516.36-
YUV115.25123.91149.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.13%
GREEN value IS 101 (39.84% from 255) = 28.45%
BLUE value IS 108 (42.58% from 255) = 30.42%
R=41.13%
G=28.45%
B=30.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610110800.310.260.43350.6718.2248.43
Hex92656C01F1A2B15f1230
Octal22214515403732535372260
Binary10010010110010111011000111111101010101110101111110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92656C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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