#936972

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

Shades of Mauve Taupe #936972

Tints of Mauve Taupe #936972

Color information

#936972 (or 0x936972) is unknown color: approx Mauve Taupe. HEX triplet: 93, 69 and 72. RGB value is (147,105,114). Sum of RGB (Red+Green+Blue) = 147+105+114=366 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.16% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 147 - color contains mainly: red. Hex color #936972 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936972 is #6C968D. Grayscale: #767676. Windows color (decimal): -7116430 or 7498131. OLE color: 7498131.

HSL color Cylindrical-coordinate representation of color #936972: hue angle of 347.14º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #936972 is Cyan = 0, Magento = 0.29, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB147105114-
CMYK00.290.220.42
HSL347.14º16.67%49.41%-
HSV(B)347.14º28.57%57.65%-
XYZ20.1217.5218.24-
YUV118.58125.41148.27-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.16%
GREEN value IS 105 (41.41% from 255) = 28.69%
BLUE value IS 114 (44.92% from 255) = 31.15%
R=40.16%
G=28.69%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710511400.290.220.42347.1416.6749.41
Hex93697201D162A15b1131
Octal22315116203526525332161
Binary10010011110100111100100111011011010101010101101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936972; }

 p { color: rgb(147,105,114); }

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

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

 a { background-color: rgb(147,105,114); }

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

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

 span { border-color: rgb(147,105,114); }

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