Html Css Color HEX #845D6B Mauve Taupe

📋 copy color: '#845D6B'

red 132 ◦ green 93 ◦ blue 107

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

Shades of Mauve Taupe #845D6B

Tints of Mauve Taupe #845D6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.23%

R = 39.76%
G = 28.01%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#845D6B (or 0x845D6B) is known color: Mauve Taupe. HEX triplet: 84, 5D and 6B. RGB value is (132,93,107). Sum of RGB (Red+Green+Blue) = 132+93+107=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 132 - color contains mainly: red. Hex color #845D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845D6B is #7BA294. Grayscale: #6A6A6A. Windows color (decimal): -8102549 or 7036292. OLE color: 7036292.

HSL color Cylindrical-coordinate representation of color #845D6B: hue angle of 338.46º 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 #845D6B is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 93 107 -
CMYK 0 0.30 0.19 0.48
HSL 338.46º 0.17% 0.44% -
HSV(B) 338.46º 0.3% 0.52% -
XYZ 16.08 13.8 15.73 -
YUV 106.26 128.42 146.36 -
System Red Green Blue C M Y K H S L
Decimal 132 93 107 0 0.30 0.19 0.48 338.46 0.17 0.44
Hex 84 5D 6B 0 1E 13 30 152 11 2C
Octal 204 135 153 0 36 23 60 522 21 54
Binary 10000100 1011101 1101011 0 11110 10011 110000 101010010 10001 101100

Color Harmonies of #845D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845D6B

Black with #845D6B

Text Example


Text Example

White with #845D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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