Html Css Color HEX #845B6A Mauve Taupe

📋 copy color: '#845B6A'

red 132 ◦ green 91 ◦ blue 106

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

Shades of Mauve Taupe #845B6A

Tints of Mauve Taupe #845B6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.22%

R = 40.12%
G = 27.66%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#845B6A (or 0x845B6A) is known color: Mauve Taupe. HEX triplet: 84, 5B and 6A. RGB value is (132,91,106). Sum of RGB (Red+Green+Blue) = 132+91+106=329 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.12% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 132 - color contains mainly: red. Hex color #845B6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845B6A is #7BA495. Grayscale: #686868. Windows color (decimal): -8103062 or 6970244. OLE color: 6970244.

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

Color convert

RGB 132 91 106 -
CMYK 0 0.31 0.20 0.48
HSL 338.05º 0.18% 0.44% -
HSV(B) 338.05º 0.31% 0.52% -
XYZ 15.86 13.43 15.39 -
YUV 104.97 128.58 147.28 -
System Red Green Blue C M Y K H S L
Decimal 132 91 106 0 0.31 0.20 0.48 338.05 0.18 0.44
Hex 84 5B 6A 0 1F 14 30 152 12 2C
Octal 204 133 152 0 37 24 60 522 22 54
Binary 10000100 1011011 1101010 0 11111 10100 110000 101010010 10010 101100

Color Harmonies of #845B6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845B6A

Black with #845B6A

Text Example


Text Example

White with #845B6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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