#93656B

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

Shades of Mauve Taupe #93656B

Tints of Mauve Taupe #93656B

Color information

#93656B (or 0x93656B) is unknown color: approx Mauve Taupe. HEX triplet: 93, 65 and 6B. RGB value is (147,101,107). Sum of RGB (Red+Green+Blue) = 147+101+107=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 101 (39.84% from 255 or 28.45% from 355); Blue value is 107 (42.19% from 255 or 30.14% from 355); Max value from RGB is 147 - color contains mainly: red. Hex color #93656B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93656B is #6C9A94. Grayscale: #737373. Windows color (decimal): -7117461 or 7038355. OLE color: 7038355.

HSL color Cylindrical-coordinate representation of color #93656B: hue angle of 352.17º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93656B is Cyan = 0, Magento = 0.31, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB147101107-
CMYK00.310.270.42
HSL352.17º18.55%48.63%-
HSV(B)352.17º31.29%57.65%-
XYZ19.3416.5716.09-
YUV115.44123.24150.51-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.41%
GREEN value IS 101 (39.84% from 255) = 28.45%
BLUE value IS 107 (42.19% from 255) = 30.14%
R=41.41%
G=28.45%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710110700.310.270.42352.1718.5548.63
Hex93656B01F1B2A1601331
Octal22314515303733525402361
Binary10010011110010111010110111111101110101010110000010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93656B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93656B; }

 p { color: rgb(147,101,107); }

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

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

 a { background-color: rgb(147,101,107); }

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

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

 span { border-color: rgb(147,101,107); }

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