Html Css Color HEX #836672 Mauve Taupe

📋 copy color: '#836672'

red 131 ◦ green 102 ◦ blue 114

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

Shades of Mauve Taupe #836672

Tints of Mauve Taupe #836672

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.39%

 BLUE value IS 114 (44.92% from 255) = 32.85%

R = 37.75%
G = 29.39%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#836672 (or 0x836672) is known color: Mauve Taupe. HEX triplet: 83, 66 and 72. RGB value is (131,102,114). Sum of RGB (Red+Green+Blue) = 131+102+114=347 (45% of max value = 765). Red value is 131 (51.56% from 255 or 37.75% from 347); Green value is 102 (40.23% from 255 or 29.39% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 131 - color contains mainly: red. Hex color #836672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #836672 is #7C998D. Grayscale: #707070. Windows color (decimal): -8165774 or 7497347. OLE color: 7497347.

HSL color Cylindrical-coordinate representation of color #836672: hue angle of 335.17º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #836672 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 102 114 -
CMYK 0 0.22 0.13 0.49
HSL 335.17º 0.12% 0.46% -
HSV(B) 335.17º 0.22% 0.51% -
XYZ 17.15 15.54 18.02 -
YUV 112.04 129.11 141.52 -
System Red Green Blue C M Y K H S L
Decimal 131 102 114 0 0.22 0.13 0.49 335.17 0.12 0.46
Hex 83 66 72 0 16 D 31 14F C 2E
Octal 203 146 162 0 26 15 61 517 14 56
Binary 10000011 1100110 1110010 0 10110 1101 110001 101001111 1100 101110

Color Harmonies of #836672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836672

Black with #836672

Text Example


Text Example

White with #836672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836672; }

 p { color: rgb(131,102,114); }

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

background-color css

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

 a { background-color: rgb(131,102,114); }

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

border-color css

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

 span { border-color: rgb(131,102,114); }

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