Html Css Color HEX #846670 Mauve Taupe

📋 copy color: '#846670'

red 132 ◦ green 102 ◦ blue 112

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

Shades of Mauve Taupe #846670

Tints of Mauve Taupe #846670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.37%

R = 38.15%
G = 29.48%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#846670 (or 0x846670) is known color: Mauve Taupe. HEX triplet: 84, 66 and 70. RGB value is (132,102,112). Sum of RGB (Red+Green+Blue) = 132+102+112=346 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.15% from 346); Green value is 102 (40.23% from 255 or 29.48% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 132 - color contains mainly: red. Hex color #846670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846670 is #7B998F. Grayscale: #707070. Windows color (decimal): -8100240 or 7366276. OLE color: 7366276.

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

Color convert

RGB 132 102 112 -
CMYK 0 0.23 0.15 0.48
HSL 340º 0.13% 0.46% -
HSV(B) 340º 0.23% 0.52% -
XYZ 17.19 15.58 17.43 -
YUV 112.11 127.94 142.19 -
System Red Green Blue C M Y K H S L
Decimal 132 102 112 0 0.23 0.15 0.48 340 0.13 0.46
Hex 84 66 70 0 17 F 30 154 D 2E
Octal 204 146 160 0 27 17 60 524 15 56
Binary 10000100 1100110 1110000 0 10111 1111 110000 101010100 1101 101110

Color Harmonies of #846670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846670

Black with #846670

Text Example


Text Example

White with #846670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846670; }

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

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

background-color css

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

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

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

border-color css

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

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

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