#926375

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

Shades of Mauve Taupe #926375

Tints of Mauve Taupe #926375

Color information

#926375 (or 0x926375) is unknown color: approx Mauve Taupe. HEX triplet: 92, 63 and 75. RGB value is (146,99,117). Sum of RGB (Red+Green+Blue) = 146+99+117=362 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.33% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 146 - color contains mainly: red. Hex color #926375 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926375 is #6D9C8A. Grayscale: #737373. Windows color (decimal): -7183499 or 7693202. OLE color: 7693202.

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

Color convert

RGB14699117-
CMYK00.320.200.43
HSL337.02º19.18%48.04%-
HSV(B)337.02º32.19%57.25%-
XYZ19.5316.3218.95-
YUV115.1129.07150.04-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.33%
GREEN value IS 99 (39.06% from 255) = 27.35%
BLUE value IS 117 (46.09% from 255) = 32.32%
R=40.33%
G=27.35%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469911700.320.200.43337.0219.1848.04
Hex926375020142B1511330
Octal22214316504024535212360
Binary100100101100011111010101000001010010101110101000110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926375; }

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

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

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

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

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

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

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

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