#926775

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

Shades of Mauve Taupe #926775

Tints of Mauve Taupe #926775

Color information

#926775 (or 0x926775) is unknown color: approx Mauve Taupe. HEX triplet: 92, 67 and 75. RGB value is (146,103,117). Sum of RGB (Red+Green+Blue) = 146+103+117=366 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.89% from 366); Green value is 103 (40.62% from 255 or 28.14% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 146 - color contains mainly: red. Hex color #926775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926775 is #6D988A. Grayscale: #757575. Windows color (decimal): -7182475 or 7694226. OLE color: 7694226.

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

Color convert

RGB146103117-
CMYK00.290.200.43
HSL340.47º17.27%48.82%-
HSV(B)340.47º29.45%57.25%-
XYZ19.9217.119.08-
YUV117.45127.75148.36-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.89%
GREEN value IS 103 (40.62% from 255) = 28.14%
BLUE value IS 117 (46.09% from 255) = 31.97%
R=39.89%
G=28.14%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610311700.290.200.43340.4717.2748.82
Hex92677501D142B1541131
Octal22214716503524535242161
Binary10010010110011111101010111011010010101110101010010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926775; }

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

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

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

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

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

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

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

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