Html Css Color HEX #846370 Mauve Taupe

📋 copy color: '#846370'

red 132 ◦ green 99 ◦ blue 112

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

Shades of Mauve Taupe #846370

Tints of Mauve Taupe #846370

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.86%

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

R = 38.48%
G = 28.86%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.48

RGB Variations

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

Color information

#846370 (or 0x846370) is known color: Mauve Taupe. HEX triplet: 84, 63 and 70. RGB value is (132,99,112). Sum of RGB (Red+Green+Blue) = 132+99+112=343 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.48% from 343); Green value is 99 (39.06% from 255 or 28.86% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 132 - color contains mainly: red. Hex color #846370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846370 is #7B9C8F. Grayscale: #6E6E6E. Windows color (decimal): -8101008 or 7365508. OLE color: 7365508.

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

Color convert

RGB 132 99 112 -
CMYK 0 0.25 0.15 0.48
HSL 336.36º 0.14% 0.45% -
HSV(B) 336.36º 0.25% 0.52% -
XYZ 16.9 15 17.33 -
YUV 110.35 128.93 143.44 -
System Red Green Blue C M Y K H S L
Decimal 132 99 112 0 0.25 0.15 0.48 336.36 0.14 0.45
Hex 84 63 70 0 19 F 30 150 E 2D
Octal 204 143 160 0 31 17 60 520 16 55
Binary 10000100 1100011 1110000 0 11001 1111 110000 101010000 1110 101101

Color Harmonies of #846370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846370

Black with #846370

Text Example


Text Example

White with #846370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846370; }

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

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

background-color css

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

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

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

border-color css

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

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

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