#836670

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

Shades of Mauve Taupe #836670

Tints of Mauve Taupe #836670

Color information

#836670 (or 0x836670) is unknown color: approx Mauve Taupe. HEX triplet: 83, 66 and 70. RGB value is (131,102,112). Sum of RGB (Red+Green+Blue) = 131+102+112=345 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.97% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 131 - color contains mainly: red. Hex color #836670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836670 is #7C998F. Grayscale: #6F6F6F. Windows color (decimal): -8165776 or 7366275. OLE color: 7366275.

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

Color convert

RGB131102112-
CMYK00.220.150.49
HSL339.31º12.45%45.69%-
HSV(B)339.31º22.14%51.37%-
XYZ17.0415.517.42-
YUV111.81128.11141.69-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.97%
GREEN value IS 102 (40.23% from 255) = 29.57%
BLUE value IS 112 (44.14% from 255) = 32.46%
R=37.97%
G=29.57%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110211200.220.150.49339.3112.4545.69
Hex836670016F31153c2e
Octal20314616002617615231456
Binary100000111100110111000001011011111100011010100111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836670; }

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

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

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

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

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

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

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

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