Html Css Color HEX #845D6D Mauve Taupe

📋 copy color: '#845D6D'

red 132 ◦ green 93 ◦ blue 109

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

Shades of Mauve Taupe #845D6D

Tints of Mauve Taupe #845D6D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.84%

 BLUE value IS 109 (42.97% from 255) = 32.63%

R = 39.52%
G = 27.84%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#845D6D (or 0x845D6D) is known color: Mauve Taupe. HEX triplet: 84, 5D and 6D. RGB value is (132,93,109). Sum of RGB (Red+Green+Blue) = 132+93+109=334 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.52% from 334); Green value is 93 (36.72% from 255 or 27.84% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 132 - color contains mainly: red. Hex color #845D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845D6D is #7BA292. Grayscale: #6A6A6A. Windows color (decimal): -8102547 or 7167364. OLE color: 7167364.

HSL color Cylindrical-coordinate representation of color #845D6D: hue angle of 335.38º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #845D6D is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 93 109 -
CMYK 0 0.30 0.17 0.48
HSL 335.38º 0.17% 0.44% -
HSV(B) 335.38º 0.3% 0.52% -
XYZ 16.19 13.84 16.29 -
YUV 106.49 129.42 146.2 -
System Red Green Blue C M Y K H S L
Decimal 132 93 109 0 0.30 0.17 0.48 335.38 0.17 0.44
Hex 84 5D 6D 0 1E 11 30 14F 11 2C
Octal 204 135 155 0 36 21 60 517 21 54
Binary 10000100 1011101 1101101 0 11110 10001 110000 101001111 10001 101100

Color Harmonies of #845D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845D6D

Black with #845D6D

Text Example


Text Example

White with #845D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845D6D; }

 p { color: rgb(132,93,109); }

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

background-color css

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

 a { background-color: rgb(132,93,109); }

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

border-color css

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

 span { border-color: rgb(132,93,109); }

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