Html Css Color HEX #845C6B Mauve Taupe

📋 copy color: '#845C6B'

red 132 ◦ green 92 ◦ blue 107

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

Shades of Mauve Taupe #845C6B

Tints of Mauve Taupe #845C6B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.79%

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

R = 39.88%
G = 27.79%
B = 32.33%

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

#845C6B (or 0x845C6B) is known color: Mauve Taupe. HEX triplet: 84, 5C and 6B. RGB value is (132,92,107). Sum of RGB (Red+Green+Blue) = 132+92+107=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 92 (36.33% from 255 or 27.79% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 132 - color contains mainly: red. Hex color #845C6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845C6B is #7BA394. Grayscale: #696969. Windows color (decimal): -8102805 or 7036036. OLE color: 7036036.

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

Color convert

RGB 132 92 107 -
CMYK 0 0.30 0.19 0.48
HSL 337.5º 0.18% 0.44% -
HSV(B) 337.5º 0.3% 0.52% -
XYZ 16 13.62 15.7 -
YUV 105.67 128.75 146.78 -
System Red Green Blue C M Y K H S L
Decimal 132 92 107 0 0.30 0.19 0.48 337.5 0.18 0.44
Hex 84 5C 6B 0 1E 13 30 152 12 2C
Octal 204 134 153 0 36 23 60 522 22 54
Binary 10000100 1011100 1101011 0 11110 10011 110000 101010010 10010 101100

Color Harmonies of #845C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845C6B

Black with #845C6B

Text Example


Text Example

White with #845C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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