#836068

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

Shades of Mauve Taupe #836068

Tints of Mauve Taupe #836068

Color information

#836068 (or 0x836068) is unknown color: approx Mauve Taupe. HEX triplet: 83, 60 and 68. RGB value is (131,96,104). Sum of RGB (Red+Green+Blue) = 131+96+104=331 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.58% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 131 - color contains mainly: red. Hex color #836068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836068 is #7C9F97. Grayscale: #6B6B6B. Windows color (decimal): -8167320 or 6840451. OLE color: 6840451.

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

Color convert

RGB13196104-
CMYK00.270.210.49
HSL346.29º15.42%44.51%-
HSV(B)346.29º26.72%51.37%-
XYZ16.0414.1914.99-
YUV107.38126.1144.85-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.58%
GREEN value IS 96 (37.89% from 255) = 29.00%
BLUE value IS 104 (41.02% from 255) = 31.42%
R=39.58%
G=29.00%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1319610400.270.210.49346.2915.4244.51
Hex83606801B153115af2d
Octal20314015003325615321755
Binary1000001111000001101000011011101011100011010110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836068; }

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

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

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

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

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

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

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

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