#926E75

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

Shades of Mauve Taupe #926E75

Tints of Mauve Taupe #926E75

Color information

#926E75 (or 0x926E75) is unknown color: approx Mauve Taupe. HEX triplet: 92, 6E and 75. RGB value is (146,110,117). Sum of RGB (Red+Green+Blue) = 146+110+117=373 (49% of max value = 765). Red value is 146 (57.42% from 255 or 39.14% from 373); Green value is 110 (43.36% from 255 or 29.49% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 146 - color contains mainly: red. Hex color #926E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926E75 is #6D918A. Grayscale: #797979. Windows color (decimal): -7180683 or 7696018. OLE color: 7696018.

HSL color Cylindrical-coordinate representation of color #926E75: hue angle of 348.33º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #926E75 is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.43.

Color convert

RGB146110117-
CMYK00.250.200.43
HSL348.33º14.17%50.2%-
HSV(B)348.33º24.66%57.25%-
XYZ20.6418.5519.32-
YUV121.56125.43145.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.14%
GREEN value IS 110 (43.36% from 255) = 29.49%
BLUE value IS 117 (46.09% from 255) = 31.37%
R=39.14%
G=29.49%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.20
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611011700.250.200.43348.3314.1750.2
Hex926E75019142B15ce32
Octal22215616503124535341662
Binary1001001011011101110101011001101001010111010111001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926E75; }

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

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

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

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

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

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

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

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