Html Css Color HEX #846064 Mauve Taupe

📋 copy color: '#846064'

red 132 ◦ green 96 ◦ blue 100

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

Shades of Mauve Taupe #846064

Tints of Mauve Taupe #846064

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.27%

 BLUE value IS 100 (39.45% from 255) = 30.49%

R = 40.24%
G = 29.27%
B = 30.49%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.24

 K value IS 0.48

RGB Variations

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

Color information

#846064 (or 0x846064) is known color: Mauve Taupe. HEX triplet: 84, 60 and 64. RGB value is (132,96,100). Sum of RGB (Red+Green+Blue) = 132+96+100=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 96 (37.89% from 255 or 29.27% from 328); Blue value is 100 (39.45% from 255 or 30.49% from 328); Max value from RGB is 132 - color contains mainly: red. Hex color #846064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846064 is #7B9F9B. Grayscale: #6B6B6B. Windows color (decimal): -8101788 or 6578308. OLE color: 6578308.

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

Color convert

RGB 132 96 100 -
CMYK 0 0.27 0.24 0.48
HSL 353.33º 0.16% 0.45% -
HSV(B) 353.33º 0.27% 0.52% -
XYZ 16 14.19 13.95 -
YUV 107.22 123.93 145.67 -
System Red Green Blue C M Y K H S L
Decimal 132 96 100 0 0.27 0.24 0.48 353.33 0.16 0.45
Hex 84 60 64 0 1B 18 30 161 10 2D
Octal 204 140 144 0 33 30 60 541 20 55
Binary 10000100 1100000 1100100 0 11011 11000 110000 101100001 10000 101101

Color Harmonies of #846064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846064

Black with #846064

Text Example


Text Example

White with #846064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846064; }

 p { color: rgb(132,96,100); }

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

background-color css

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

 a { background-color: rgb(132,96,100); }

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

border-color css

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

 span { border-color: rgb(132,96,100); }

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