Html Css Color HEX #836064 Mauve Taupe

📋 copy color: '#836064'

red 131 ◦ green 96 ◦ blue 100

#836064
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve Taupe #836064

Tints of Mauve Taupe #836064

RGB

 RED value IS 131 (51.56% from 255) = 40.06%

 GREEN value IS 96 (37.89% from 255) = 29.36%

 BLUE value IS 100 (39.45% from 255) = 30.58%

R = 40.06%
G = 29.36%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.49

RGB Variations

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

Color information

#836064 (or 0x836064) is known color: Mauve Taupe. HEX triplet: 83, 60 and 64. RGB value is (131,96,100). Sum of RGB (Red+Green+Blue) = 131+96+100=327 (43% of max value = 765). Red value is 131 (51.56% from 255 or 40.06% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 100 (39.45% from 255 or 30.58% from 327); Max value from RGB is 131 - color contains mainly: red. Hex color #836064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836064 is #7C9F9B. Grayscale: #6A6A6A. Windows color (decimal): -8167324 or 6578307. OLE color: 6578307.

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

Color convert

RGB 131 96 100 -
CMYK 0 0.27 0.24 0.49
HSL 353.14º 0.15% 0.45% -
HSV(B) 353.14º 0.27% 0.51% -
XYZ 15.84 14.11 13.95 -
YUV 106.92 124.1 145.17 -
System Red Green Blue C M Y K H S L
Decimal 131 96 100 0 0.27 0.24 0.49 353.14 0.15 0.45
Hex 83 60 64 0 1B 18 31 161 F 2D
Octal 203 140 144 0 33 30 61 541 17 55
Binary 10000011 1100000 1100100 0 11011 11000 110001 101100001 1111 101101

Color Harmonies of #836064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836064

Black with #836064

Text Example


Text Example

White with #836064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836064; }

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

 H1.HeaderClassName
 {
   color: #836064;
 }
 .AnyTagClassName
 {
   color: #836064;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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