Html Css Color HEX #846170 Mauve Taupe

📋 copy color: '#846170'

red 132 ◦ green 97 ◦ blue 112

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

Shades of Mauve Taupe #846170

Tints of Mauve Taupe #846170

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.45%

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

R = 38.71%
G = 28.45%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#846170 (or 0x846170) is known color: Mauve Taupe. HEX triplet: 84, 61 and 70. RGB value is (132,97,112). Sum of RGB (Red+Green+Blue) = 132+97+112=341 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.71% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 132 - color contains mainly: red. Hex color #846170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846170 is #7B9E8F. Grayscale: #6D6D6D. Windows color (decimal): -8101520 or 7364996. OLE color: 7364996.

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

Color convert

RGB 132 97 112 -
CMYK 0 0.27 0.15 0.48
HSL 334.29º 0.15% 0.45% -
HSV(B) 334.29º 0.27% 0.52% -
XYZ 16.72 14.62 17.27 -
YUV 109.18 129.6 144.28 -
System Red Green Blue C M Y K H S L
Decimal 132 97 112 0 0.27 0.15 0.48 334.29 0.15 0.45
Hex 84 61 70 0 1B F 30 14E F 2D
Octal 204 141 160 0 33 17 60 516 17 55
Binary 10000100 1100001 1110000 0 11011 1111 110000 101001110 1111 101101

Color Harmonies of #846170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846170

Black with #846170

Text Example


Text Example

White with #846170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846170; }

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

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

background-color css

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

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

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

border-color css

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

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

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