Html Css Color HEX #846473 Mauve Taupe

📋 copy color: '#846473'

red 132 ◦ green 100 ◦ blue 115

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

Shades of Mauve Taupe #846473

Tints of Mauve Taupe #846473

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.82%

 BLUE value IS 115 (45.31% from 255) = 33.14%

R = 38.04%
G = 28.82%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#846473 (or 0x846473) is known color: Mauve Taupe. HEX triplet: 84, 64 and 73. RGB value is (132,100,115). Sum of RGB (Red+Green+Blue) = 132+100+115=347 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.04% from 347); Green value is 100 (39.45% from 255 or 28.82% from 347); Blue value is 115 (45.31% from 255 or 33.14% from 347); Max value from RGB is 132 - color contains mainly: red. Hex color #846473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846473 is #7B9B8C. Grayscale: #6F6F6F. Windows color (decimal): -8100749 or 7562372. OLE color: 7562372.

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

Color convert

RGB 132 100 115 -
CMYK 0 0.24 0.13 0.48
HSL 331.88º 0.14% 0.45% -
HSV(B) 331.88º 0.24% 0.52% -
XYZ 17.17 15.26 18.26 -
YUV 111.28 130.1 142.78 -
System Red Green Blue C M Y K H S L
Decimal 132 100 115 0 0.24 0.13 0.48 331.88 0.14 0.45
Hex 84 64 73 0 18 D 30 14C E 2D
Octal 204 144 163 0 30 15 60 514 16 55
Binary 10000100 1100100 1110011 0 11000 1101 110000 101001100 1110 101101

Color Harmonies of #846473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846473

Black with #846473

Text Example


Text Example

White with #846473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846473; }

 p { color: rgb(132,100,115); }

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

background-color css

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

 a { background-color: rgb(132,100,115); }

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

border-color css

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

 span { border-color: rgb(132,100,115); }

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