#93626B

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

Shades of Mauve Taupe #93626B

Tints of Mauve Taupe #93626B

Color information

#93626B (or 0x93626B) is unknown color: approx Mauve Taupe. HEX triplet: 93, 62 and 6B. RGB value is (147,98,107). Sum of RGB (Red+Green+Blue) = 147+98+107=352 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.76% from 352); Green value is 98 (38.67% from 255 or 27.84% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 147 - color contains mainly: red. Hex color #93626B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93626B is #6C9D94. Grayscale: #717171. Windows color (decimal): -7118229 or 7037587. OLE color: 7037587.

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

Color convert

RGB14798107-
CMYK00.330.270.42
HSL348.98º20%48.04%-
HSV(B)348.98º33.33%57.65%-
XYZ19.051615.99-
YUV113.68124.23151.77-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 41.76%
GREEN value IS 98 (38.67% from 255) = 27.84%
BLUE value IS 107 (42.19% from 255) = 30.40%
R=41.76%
G=27.84%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1479810700.330.270.42348.982048.04
Hex93626B0211B2A15d1430
Octal22314215304133525352460
Binary100100111100010110101101000011101110101010101110110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93626B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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