Html Css Color HEX #846673 Mauve Taupe

📋 copy color: '#846673'

red 132 ◦ green 102 ◦ blue 115

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

Shades of Mauve Taupe #846673

Tints of Mauve Taupe #846673

RGB

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

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

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

R = 37.82%
G = 29.23%
B = 32.95%

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

#846673 (or 0x846673) is known color: Mauve Taupe. HEX triplet: 84, 66 and 73. RGB value is (132,102,115). Sum of RGB (Red+Green+Blue) = 132+102+115=349 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.82% from 349); Green value is 102 (40.23% from 255 or 29.23% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 132 - color contains mainly: red. Hex color #846673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846673 is #7B998C. Grayscale: #707070. Windows color (decimal): -8100237 or 7562884. OLE color: 7562884.

HSL color Cylindrical-coordinate representation of color #846673: hue angle of 334º 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 #846673 is Cyan = 0, Magento = 0.23, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 102 115 -
CMYK 0 0.23 0.13 0.48
HSL 334º 0.13% 0.46% -
HSV(B) 334º 0.23% 0.52% -
XYZ 17.36 15.65 18.32 -
YUV 112.45 129.44 141.94 -
System Red Green Blue C M Y K H S L
Decimal 132 102 115 0 0.23 0.13 0.48 334 0.13 0.46
Hex 84 66 73 0 17 D 30 14E D 2E
Octal 204 146 163 0 27 15 60 516 15 56
Binary 10000100 1100110 1110011 0 10111 1101 110000 101001110 1101 101110

Color Harmonies of #846673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846673

Black with #846673

Text Example


Text Example

White with #846673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846673; }

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

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

background-color css

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

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

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

border-color css

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

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

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