#926A72

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

Shades of Mauve Taupe #926A72

Tints of Mauve Taupe #926A72

Color information

#926A72 (or 0x926A72) is unknown color: approx Mauve Taupe. HEX triplet: 92, 6A and 72. RGB value is (146,106,114). Sum of RGB (Red+Green+Blue) = 146+106+114=366 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.89% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 146 - color contains mainly: red. Hex color #926A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926A72 is #6D958D. Grayscale: #767676. Windows color (decimal): -7181710 or 7498386. OLE color: 7498386.

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

Color convert

RGB146106114-
CMYK00.270.220.43
HSL348º15.87%49.41%-
HSV(B)348º27.4%57.25%-
XYZ20.0517.6318.27-
YUV118.87125.25147.35-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.89%
GREEN value IS 106 (41.80% from 255) = 28.96%
BLUE value IS 114 (44.92% from 255) = 31.15%
R=39.89%
G=28.96%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610611400.270.220.4334815.8749.41
Hex926A7201B162B15c1031
Octal22215216203326535342061
Binary10010010110101011100100110111011010101110101110010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,106,114); }

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

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

 a { background-color: rgb(146,106,114); }

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

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

 span { border-color: rgb(146,106,114); }

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