Html Css Color HEX #846573 Mauve Taupe

📋 copy color: '#846573'

red 132 ◦ green 101 ◦ blue 115

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

Shades of Mauve Taupe #846573

Tints of Mauve Taupe #846573

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.02%

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

R = 37.93%
G = 29.02%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#846573 (or 0x846573) is known color: Mauve Taupe. HEX triplet: 84, 65 and 73. RGB value is (132,101,115). Sum of RGB (Red+Green+Blue) = 132+101+115=348 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.93% from 348); Green value is 101 (39.84% from 255 or 29.02% from 348); Blue value is 115 (45.31% from 255 or 33.05% from 348); Max value from RGB is 132 - color contains mainly: red. Hex color #846573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846573 is #7B9A8C. Grayscale: #6F6F6F. Windows color (decimal): -8100493 or 7562628. OLE color: 7562628.

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

Color convert

RGB 132 101 115 -
CMYK 0 0.23 0.13 0.48
HSL 332.9º 0.13% 0.46% -
HSV(B) 332.9º 0.23% 0.52% -
XYZ 17.26 15.45 18.29 -
YUV 111.87 129.77 142.36 -
System Red Green Blue C M Y K H S L
Decimal 132 101 115 0 0.23 0.13 0.48 332.9 0.13 0.46
Hex 84 65 73 0 17 D 30 14D D 2E
Octal 204 145 163 0 27 15 60 515 15 56
Binary 10000100 1100101 1110011 0 10111 1101 110000 101001101 1101 101110

Color Harmonies of #846573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846573

Black with #846573

Text Example


Text Example

White with #846573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846573; }

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

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

background-color css

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

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

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

border-color css

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

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

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