#926F76

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

Shades of Mauve Taupe #926F76

Tints of Mauve Taupe #926F76

Color information

#926F76 (or 0x926F76) is unknown color: approx Mauve Taupe. HEX triplet: 92, 6F and 76. RGB value is (146,111,118). Sum of RGB (Red+Green+Blue) = 146+111+118=375 (49% of max value = 765). Red value is 146 (57.42% from 255 or 38.93% from 375); Green value is 111 (43.75% from 255 or 29.6% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 146 - color contains mainly: red. Hex color #926F76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926F76 is #6D9089. Grayscale: #7A7A7A. Windows color (decimal): -7180426 or 7761810. OLE color: 7761810.

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

Color convert

RGB146111118-
CMYK00.240.190.43
HSL348º13.83%50.39%-
HSV(B)348º23.97%57.25%-
XYZ20.8118.7919.67-
YUV122.26125.6144.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 38.93%
GREEN value IS 111 (43.75% from 255) = 29.6%
BLUE value IS 118 (46.48% from 255) = 31.47%
R=38.93%
G=29.6%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14611111800.240.190.4334813.8350.39
Hex926F76018132B15ce32
Octal22215716603023535341662
Binary1001001011011111110110011000100111010111010111001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,111,118); }

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

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

 a { background-color: rgb(146,111,118); }

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

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

 span { border-color: rgb(146,111,118); }

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