#836167

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

Shades of Mauve Taupe #836167

Tints of Mauve Taupe #836167

Color information

#836167 (or 0x836167) is unknown color: approx Mauve Taupe. HEX triplet: 83, 61 and 67. RGB value is (131,97,103). Sum of RGB (Red+Green+Blue) = 131+97+103=331 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.58% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 131 - color contains mainly: red. Hex color #836167 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836167 is #7C9E98. Grayscale: #6B6B6B. Windows color (decimal): -8167065 or 6775171. OLE color: 6775171.

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

Color convert

RGB13197103-
CMYK00.260.210.49
HSL349.41º14.91%44.71%-
HSV(B)349.41º25.95%51.37%-
XYZ16.0814.3514.75-
YUV107.85125.26144.51-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.58%
GREEN value IS 97 (38.28% from 255) = 29.31%
BLUE value IS 103 (40.62% from 255) = 31.12%
R=39.58%
G=29.31%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319710300.260.210.49349.4114.9144.71
Hex83616701A153115df2d
Octal20314114703225615351755
Binary1000001111000011100111011010101011100011010111011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836167; }

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

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

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

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

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

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

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

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