#936874

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

Shades of Mauve Taupe #936874

Tints of Mauve Taupe #936874

Color information

#936874 (or 0x936874) is unknown color: approx Mauve Taupe. HEX triplet: 93, 68 and 74. RGB value is (147,104,116). Sum of RGB (Red+Green+Blue) = 147+104+116=367 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.05% from 367); Green value is 104 (41.02% from 255 or 28.34% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 147 - color contains mainly: red. Hex color #936874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936874 is #6C978B. Grayscale: #767676. Windows color (decimal): -7116684 or 7628947. OLE color: 7628947.

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

Color convert

RGB147104116-
CMYK00.290.210.42
HSL343.26º17.13%49.22%-
HSV(B)343.26º29.25%57.65%-
XYZ20.1417.3618.81-
YUV118.22126.75148.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 40.05%
GREEN value IS 104 (41.02% from 255) = 28.34%
BLUE value IS 116 (45.70% from 255) = 31.61%
R=40.05%
G=28.34%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14710411600.290.210.42343.2617.1349.22
Hex93687401D152A1571131
Octal22315016403525525272161
Binary10010011110100011101000111011010110101010101011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #936874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #936874; }

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

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

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

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

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

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

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

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