Html Css Color HEX #846071 Mauve Taupe

📋 copy color: '#846071'

red 132 ◦ green 96 ◦ blue 113

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

Shades of Mauve Taupe #846071

Tints of Mauve Taupe #846071

RGB

 RED value IS 132 (51.95% from 255) = 38.71%

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

 BLUE value IS 113 (44.53% from 255) = 33.14%

R = 38.71%
G = 28.15%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#846071 (or 0x846071) is known color: Mauve Taupe. HEX triplet: 84, 60 and 71. RGB value is (132,96,113). Sum of RGB (Red+Green+Blue) = 132+96+113=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 113 (44.53% from 255 or 33.14% from 341); Max value from RGB is 132 - color contains mainly: red. Hex color #846071 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846071 is #7B9F8E. Grayscale: #6C6C6C. Windows color (decimal): -8101775 or 7430276. OLE color: 7430276.

HSL color Cylindrical-coordinate representation of color #846071: hue angle of 331.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #846071 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 96 113 -
CMYK 0 0.27 0.14 0.48
HSL 331.67º 0.16% 0.45% -
HSV(B) 331.67º 0.27% 0.52% -
XYZ 16.68 14.46 17.54 -
YUV 108.7 130.43 144.62 -
System Red Green Blue C M Y K H S L
Decimal 132 96 113 0 0.27 0.14 0.48 331.67 0.16 0.45
Hex 84 60 71 0 1B E 30 14C 10 2D
Octal 204 140 161 0 33 16 60 514 20 55
Binary 10000100 1100000 1110001 0 11011 1110 110000 101001100 10000 101101

Color Harmonies of #846071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846071

Black with #846071

Text Example


Text Example

White with #846071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846071; }

 p { color: rgb(132,96,113); }

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

background-color css

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

 a { background-color: rgb(132,96,113); }

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

border-color css

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

 span { border-color: rgb(132,96,113); }

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