#936876

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

Shades of Mauve Taupe #936876

Tints of Mauve Taupe #936876

Color information

#936876 (or 0x936876) is unknown color: approx Mauve Taupe. HEX triplet: 93, 68 and 76. RGB value is (147,104,118). Sum of RGB (Red+Green+Blue) = 147+104+118=369 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.84% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 147 - color contains mainly: red. Hex color #936876 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936876 is #6C9789. Grayscale: #767676. Windows color (decimal): -7116682 or 7760019. OLE color: 7760019.

HSL color Cylindrical-coordinate representation of color #936876: hue angle of 340.47º 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 #936876 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB147104118-
CMYK00.290.200.42
HSL340.47º17.13%49.22%-
HSV(B)340.47º29.25%57.65%-
XYZ20.2517.4119.43-
YUV118.45127.75148.36-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.84%
GREEN value IS 104 (41.02% from 255) = 28.18%
BLUE value IS 118 (46.48% from 255) = 31.98%
R=39.84%
G=28.18%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710411800.290.200.42340.4717.1349.22
Hex93687601D142A1541131
Octal22315016603524525242161
Binary10010011110100011101100111011010010101010101010010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936876; }

 p { color: rgb(147,104,118); }

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

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

 a { background-color: rgb(147,104,118); }

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

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

 span { border-color: rgb(147,104,118); }

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