#936A6E

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

Shades of Mauve Taupe #936A6E

Tints of Mauve Taupe #936A6E

Color information

#936A6E (or 0x936A6E) is unknown color: approx Mauve Taupe. HEX triplet: 93, 6A and 6E. RGB value is (147,106,110). Sum of RGB (Red+Green+Blue) = 147+106+110=363 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.50% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 147 - color contains mainly: red. Hex color #936A6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936A6E is #6C9591. Grayscale: #767676. Windows color (decimal): -7116178 or 7236243. OLE color: 7236243.

HSL color Cylindrical-coordinate representation of color #936A6E: hue angle of 354.15º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #936A6E is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB147106110-
CMYK00.280.250.42
HSL354.15º16.21%49.61%-
HSV(B)354.15º27.89%57.65%-
XYZ2017.6417.1-
YUV118.71123.08148.17-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.50%
GREEN value IS 106 (41.80% from 255) = 29.20%
BLUE value IS 110 (43.36% from 255) = 30.30%
R=40.50%
G=29.20%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710611000.280.250.42354.1516.2149.61
Hex936A6E01C192A1621032
Octal22315215603431525422062
Binary10010011110101011011100111001100110101010110001010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936A6E; }

 p { color: rgb(147,106,110); }

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

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

 a { background-color: rgb(147,106,110); }

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

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

 span { border-color: rgb(147,106,110); }

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