#836369

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

Shades of Mauve Taupe #836369

Tints of Mauve Taupe #836369

Color information

#836369 (or 0x836369) is unknown color: approx Mauve Taupe. HEX triplet: 83, 63 and 69. RGB value is (131,99,105). Sum of RGB (Red+Green+Blue) = 131+99+105=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 131 - color contains mainly: red. Hex color #836369 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836369 is #7C9C96. Grayscale: #6D6D6D. Windows color (decimal): -8166551 or 6906755. OLE color: 6906755.

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

Color convert

RGB13199105-
CMYK00.240.200.49
HSL348.75º13.91%45.1%-
HSV(B)348.75º24.43%51.37%-
XYZ16.3714.7715.35-
YUV109.25125.6143.51-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.10%
GREEN value IS 99 (39.06% from 255) = 29.55%
BLUE value IS 105 (41.41% from 255) = 31.34%
R=39.10%
G=29.55%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319910500.240.200.49348.7513.9145.1
Hex836369018143115de2d
Octal20314315103024615351655
Binary1000001111000111101001011000101001100011010111011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836369; }

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

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

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

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

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

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

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

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