#836770

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

Shades of Mauve Taupe #836770

Tints of Mauve Taupe #836770

Color information

#836770 (or 0x836770) is unknown color: approx Mauve Taupe. HEX triplet: 83, 67 and 70. RGB value is (131,103,112). Sum of RGB (Red+Green+Blue) = 131+103+112=346 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.86% from 346); Green value is 103 (40.62% from 255 or 29.77% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 131 - color contains mainly: red. Hex color #836770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836770 is #7C988F. Grayscale: #707070. Windows color (decimal): -8165520 or 7366531. OLE color: 7366531.

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

Color convert

RGB131103112-
CMYK00.210.150.49
HSL340.71º11.97%45.88%-
HSV(B)340.71º21.37%51.37%-
XYZ17.1315.717.46-
YUV112.4127.78141.27-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.86%
GREEN value IS 103 (40.62% from 255) = 29.77%
BLUE value IS 112 (44.14% from 255) = 32.37%
R=37.86%
G=29.77%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13110311200.210.150.49340.7111.9745.88
Hex836770015F31155c2e
Octal20314716002517615251456
Binary100000111100111111000001010111111100011010101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836770; }

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

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

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

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

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

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

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

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