#926265

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

Shades of Mauve Taupe #926265

Tints of Mauve Taupe #926265

Color information

#926265 (or 0x926265) is unknown color: approx Mauve Taupe. HEX triplet: 92, 62 and 65. RGB value is (146,98,101). Sum of RGB (Red+Green+Blue) = 146+98+101=345 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.32% from 345); Green value is 98 (38.67% from 255 or 28.41% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 146 - color contains mainly: red. Hex color #926265 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926265 is #6D9D9A. Grayscale: #707070. Windows color (decimal): -7183771 or 6644370. OLE color: 6644370.

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

Color convert

RGB14698101-
CMYK00.330.310.43
HSL356.25º19.67%47.84%-
HSV(B)356.25º32.88%57.25%-
XYZ18.5715.7914.38-
YUV112.69121.4151.76-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.32%
GREEN value IS 98 (38.67% from 255) = 28.41%
BLUE value IS 101 (39.84% from 255) = 29.28%
R=42.32%
G=28.41%
B=29.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469810100.330.310.43356.2519.6747.84
Hex9262650211F2B1641430
Octal22214214504137535442460
Binary100100101100010110010101000011111110101110110010010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926265; }

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

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

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

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

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

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

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

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