#936776

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

Shades of Mauve Taupe #936776

Tints of Mauve Taupe #936776

Color information

#936776 (or 0x936776) is unknown color: approx Mauve Taupe. HEX triplet: 93, 67 and 76. RGB value is (147,103,118). Sum of RGB (Red+Green+Blue) = 147+103+118=368 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.95% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 118 (46.48% from 255 or 32.07% from 368); Max value from RGB is 147 - color contains mainly: red. Hex color #936776 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936776 is #6C9889. Grayscale: #757575. Windows color (decimal): -7116938 or 7759763. OLE color: 7759763.

HSL color Cylindrical-coordinate representation of color #936776: hue angle of 339.55º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #936776 is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB147103118-
CMYK00.300.200.42
HSL339.55º17.6%49.02%-
HSV(B)339.55º29.93%57.65%-
XYZ20.1517.2119.4-
YUV117.87128.08148.78-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 39.95%
GREEN value IS 103 (40.62% from 255) = 27.99%
BLUE value IS 118 (46.48% from 255) = 32.07%
R=39.95%
G=27.99%
B=32.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710311800.300.200.42339.5517.649.02
Hex93677601E142A1541231
Octal22314716603624525242261
Binary10010011110011111101100111101010010101010101010010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936776; }

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

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

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

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

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

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

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

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