#836169

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

Shades of Mauve Taupe #836169

Tints of Mauve Taupe #836169

Color information

#836169 (or 0x836169) is unknown color: approx Mauve Taupe. HEX triplet: 83, 61 and 69. RGB value is (131,97,105). Sum of RGB (Red+Green+Blue) = 131+97+105=333 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.34% from 333); Green value is 97 (38.28% from 255 or 29.13% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 131 - color contains mainly: red. Hex color #836169 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836169 is #7C9E96. Grayscale: #6C6C6C. Windows color (decimal): -8167063 or 6906243. OLE color: 6906243.

HSL color Cylindrical-coordinate representation of color #836169: hue angle of 345.88º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #836169 is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.49.

Color convert

RGB13197105-
CMYK00.260.200.49
HSL345.88º14.91%44.71%-
HSV(B)345.88º25.95%51.37%-
XYZ16.1814.3915.29-
YUV108.08126.26144.35-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.34%
GREEN value IS 97 (38.28% from 255) = 29.13%
BLUE value IS 105 (41.41% from 255) = 31.53%
R=39.34%
G=29.13%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319710500.260.200.49345.8814.9144.71
Hex83616901A143115af2d
Octal20314115103224615321755
Binary1000001111000011101001011010101001100011010110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836169; }

 p { color: rgb(131,97,105); }

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

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

 a { background-color: rgb(131,97,105); }

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

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

 span { border-color: rgb(131,97,105); }

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