#926367

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

Shades of Mauve Taupe #926367

Tints of Mauve Taupe #926367

Color information

#926367 (or 0x926367) is unknown color: approx Mauve Taupe. HEX triplet: 92, 63 and 67. RGB value is (146,99,103). Sum of RGB (Red+Green+Blue) = 146+99+103=348 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.95% from 348); Green value is 99 (39.06% from 255 or 28.45% from 348); Blue value is 103 (40.62% from 255 or 29.60% from 348); Max value from RGB is 146 - color contains mainly: red. Hex color #926367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926367 is #6D9C98. Grayscale: #717171. Windows color (decimal): -7183513 or 6775698. OLE color: 6775698.

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

Color convert

RGB14699103-
CMYK00.320.290.43
HSL354.89º19.18%48.04%-
HSV(B)354.89º32.19%57.25%-
XYZ18.7616.0114.93-
YUV113.51122.07151.17-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.95%
GREEN value IS 99 (39.06% from 255) = 28.45%
BLUE value IS 103 (40.62% from 255) = 29.60%
R=41.95%
G=28.45%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469910300.320.290.43354.8919.1848.04
Hex9263670201D2B1631330
Octal22214314704035535432360
Binary100100101100011110011101000001110110101110110001110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926367; }

 p { color: rgb(146,99,103); }

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

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

 a { background-color: rgb(146,99,103); }

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

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

 span { border-color: rgb(146,99,103); }

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