Html Css Color HEX #845B6E Mauve Taupe

📋 copy color: '#845B6E'

red 132 ◦ green 91 ◦ blue 110

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

Shades of Mauve Taupe #845B6E

Tints of Mauve Taupe #845B6E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.33%

 BLUE value IS 110 (43.36% from 255) = 33.03%

R = 39.64%
G = 27.33%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#845B6E (or 0x845B6E) is known color: Mauve Taupe. HEX triplet: 84, 5B and 6E. RGB value is (132,91,110). Sum of RGB (Red+Green+Blue) = 132+91+110=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 91 (35.94% from 255 or 27.33% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 132 - color contains mainly: red. Hex color #845B6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845B6E is #7BA491. Grayscale: #696969. Windows color (decimal): -8103058 or 7232388. OLE color: 7232388.

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

Color convert

RGB 132 91 110 -
CMYK 0 0.31 0.17 0.48
HSL 332.2º 0.18% 0.44% -
HSV(B) 332.2º 0.31% 0.52% -
XYZ 16.07 13.51 16.51 -
YUV 105.43 130.58 146.96 -
System Red Green Blue C M Y K H S L
Decimal 132 91 110 0 0.31 0.17 0.48 332.2 0.18 0.44
Hex 84 5B 6E 0 1F 11 30 14C 12 2C
Octal 204 133 156 0 37 21 60 514 22 54
Binary 10000100 1011011 1101110 0 11111 10001 110000 101001100 10010 101100

Color Harmonies of #845B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845B6E

Black with #845B6E

Text Example


Text Example

White with #845B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,91,110); }

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

background-color css

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

 a { background-color: rgb(132,91,110); }

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

border-color css

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

 span { border-color: rgb(132,91,110); }

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