#926874

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

Shades of Mauve Taupe #926874

Tints of Mauve Taupe #926874

Color information

#926874 (or 0x926874) is unknown color: approx Mauve Taupe. HEX triplet: 92, 68 and 74. RGB value is (146,104,116). Sum of RGB (Red+Green+Blue) = 146+104+116=366 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.89% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 146 - color contains mainly: red. Hex color #926874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926874 is #6D978B. Grayscale: #757575. Windows color (decimal): -7182220 or 7628946. OLE color: 7628946.

HSL color Cylindrical-coordinate representation of color #926874: hue angle of 342.86º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #926874 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB146104116-
CMYK00.290.210.43
HSL342.86º16.8%49.02%-
HSV(B)342.86º28.77%57.25%-
XYZ19.9617.2718.81-
YUV117.93126.91148.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.89%
GREEN value IS 104 (41.02% from 255) = 28.42%
BLUE value IS 116 (45.70% from 255) = 31.69%
R=39.89%
G=28.42%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610411600.290.210.43342.8616.849.02
Hex92687401D152B1571131
Octal22215016403525535272161
Binary10010010110100011101000111011010110101110101011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926874; }

 p { color: rgb(146,104,116); }

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

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

 a { background-color: rgb(146,104,116); }

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

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

 span { border-color: rgb(146,104,116); }

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