#836874

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

Shades of Mauve Taupe #836874

Tints of Mauve Taupe #836874

Color information

#836874 (or 0x836874) is unknown color: approx Mauve Taupe. HEX triplet: 83, 68 and 74. RGB value is (131,104,116). Sum of RGB (Red+Green+Blue) = 131+104+116=351 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.32% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 131 - color contains mainly: red. Hex color #836874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836874 is #7C978B. Grayscale: #717171. Windows color (decimal): -8165260 or 7628931. OLE color: 7628931.

HSL color Cylindrical-coordinate representation of color #836874: hue angle of 333.33º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #836874 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB131104116-
CMYK00.210.110.49
HSL333.33º11.49%46.08%-
HSV(B)333.33º20.61%51.37%-
XYZ17.4615.9918.69-
YUV113.44129.45140.52-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.32%
GREEN value IS 104 (41.02% from 255) = 29.63%
BLUE value IS 116 (45.70% from 255) = 33.05%
R=37.32%
G=29.63%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.11
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110411600.210.110.49333.3311.4946.08
Hex836874015B3114db2e
Octal20315016402513615151356
Binary100000111101000111010001010110111100011010011011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836874; }

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

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

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

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

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

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

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

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