#836370

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

Shades of Mauve Taupe #836370

Tints of Mauve Taupe #836370

Color information

#836370 (or 0x836370) is unknown color: approx Mauve Taupe. HEX triplet: 83, 63 and 70. RGB value is (131,99,112). Sum of RGB (Red+Green+Blue) = 131+99+112=342 (45% of max value = 765). Red value is 131 (51.56% from 255 or 38.30% from 342); Green value is 99 (39.06% from 255 or 28.95% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 131 - color contains mainly: red. Hex color #836370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836370 is #7C9C8F. Grayscale: #6E6E6E. Windows color (decimal): -8166544 or 7365507. OLE color: 7365507.

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

Color convert

RGB13199112-
CMYK00.240.150.49
HSL335.62º13.91%45.1%-
HSV(B)335.62º24.43%51.37%-
XYZ16.7514.9217.33-
YUV110.05129.1142.94-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.30%
GREEN value IS 99 (39.06% from 255) = 28.95%
BLUE value IS 112 (44.14% from 255) = 32.75%
R=38.30%
G=28.95%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319911200.240.150.49335.6213.9145.1
Hex836370018F31150e2d
Octal20314316003017615201655
Binary100000111100011111000001100011111100011010100001110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836370; }

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

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

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

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

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

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

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

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