#836672

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

Shades of Mauve Taupe #836672

Tints of Mauve Taupe #836672

Color information

#836672 (or 0x836672) is unknown color: approx Mauve Taupe. HEX triplet: 83, 66 and 72. RGB value is (131,102,114). Sum of RGB (Red+Green+Blue) = 131+102+114=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 131 - color contains mainly: red. Hex color #836672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836672 is #7C998D. Grayscale: #707070. Windows color (decimal): -8165774 or 7497347. OLE color: 7497347.

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

Color convert

RGB131102114-
CMYK00.220.130.49
HSL335.17º12.45%45.69%-
HSV(B)335.17º22.14%51.37%-
XYZ17.1515.5418.02-
YUV112.04129.11141.52-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.75%
GREEN value IS 102 (40.23% from 255) = 29.39%
BLUE value IS 114 (44.92% from 255) = 32.85%
R=37.75%
G=29.39%
B=32.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.13
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110211400.220.130.49335.1712.4545.69
Hex836672016D3114fc2e
Octal20314616202615615171456
Binary100000111100110111001001011011011100011010011111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836672; }

 p { color: rgb(131,102,114); }

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

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

 a { background-color: rgb(131,102,114); }

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

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

 span { border-color: rgb(131,102,114); }

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