#926B72

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

Shades of Mauve Taupe #926B72

Tints of Mauve Taupe #926B72

Color information

#926B72 (or 0x926B72) is unknown color: approx Mauve Taupe. HEX triplet: 92, 6B and 72. RGB value is (146,107,114). Sum of RGB (Red+Green+Blue) = 146+107+114=367 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.78% from 367); Green value is 107 (42.19% from 255 or 29.16% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 146 - color contains mainly: red. Hex color #926B72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926B72 is #6D948D. Grayscale: #777777. Windows color (decimal): -7181454 or 7498642. OLE color: 7498642.

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

Color convert

RGB146107114-
CMYK00.270.220.43
HSL349.23º15.42%49.61%-
HSV(B)349.23º26.71%57.25%-
XYZ20.1517.8418.3-
YUV119.46124.92146.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.78%
GREEN value IS 107 (42.19% from 255) = 29.16%
BLUE value IS 114 (44.92% from 255) = 31.06%
R=39.78%
G=29.16%
B=31.06%

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
Decimal14610711400.270.220.43349.2315.4249.61
Hex926B7201B162B15df32
Octal22215316203326535351762
Binary1001001011010111110010011011101101010111010111011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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