#836164

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

Shades of Mauve Taupe #836164

Tints of Mauve Taupe #836164

Color information

#836164 (or 0x836164) is unknown color: approx Mauve Taupe. HEX triplet: 83, 61 and 64. RGB value is (131,97,100). Sum of RGB (Red+Green+Blue) = 131+97+100=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 97 (38.28% from 255 or 29.57% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 131 - color contains mainly: red. Hex color #836164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836164 is #7C9E9B. Grayscale: #6B6B6B. Windows color (decimal): -8167068 or 6578563. OLE color: 6578563.

HSL color Cylindrical-coordinate representation of color #836164: hue angle of 354.71º 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 #836164 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.49.

Color convert

RGB13197100-
CMYK00.260.240.49
HSL354.71º14.91%44.71%-
HSV(B)354.71º25.95%51.37%-
XYZ15.9414.2913.98-
YUV107.51123.76144.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.94%
GREEN value IS 97 (38.28% from 255) = 29.57%
BLUE value IS 100 (39.45% from 255) = 30.49%
R=39.94%
G=29.57%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319710000.260.240.49354.7114.9144.71
Hex83616401A1831163f2d
Octal20314114403230615431755
Binary1000001111000011100100011010110001100011011000111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836164; }

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

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

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

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

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

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

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

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