#836069

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

Shades of Mauve Taupe #836069

Tints of Mauve Taupe #836069

Color information

#836069 (or 0x836069) is unknown color: approx Mauve Taupe. HEX triplet: 83, 60 and 69. RGB value is (131,96,105). Sum of RGB (Red+Green+Blue) = 131+96+105=332 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.46% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 131 - color contains mainly: red. Hex color #836069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836069 is #7C9F96. Grayscale: #6B6B6B. Windows color (decimal): -8167319 or 6905987. OLE color: 6905987.

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

Color convert

RGB13196105-
CMYK00.270.200.49
HSL344.57º15.42%44.51%-
HSV(B)344.57º26.72%51.37%-
XYZ16.0914.2115.26-
YUV107.49126.6144.77-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.46%
GREEN value IS 96 (37.89% from 255) = 28.92%
BLUE value IS 105 (41.41% from 255) = 31.63%
R=39.46%
G=28.92%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319610500.270.200.49344.5715.4244.51
Hex83606901B1431159f2d
Octal20314015103324615311755
Binary1000001111000001101001011011101001100011010110011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836069; }

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

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

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

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

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

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

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

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