Html Css Color HEX #845B69 Mauve Taupe

📋 copy color: '#845B69'

red 132 ◦ green 91 ◦ blue 105

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

Shades of Mauve Taupe #845B69

Tints of Mauve Taupe #845B69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 32.01%

R = 40.24%
G = 27.74%
B = 32.01%

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

#845B69 (or 0x845B69) is known color: Mauve Taupe. HEX triplet: 84, 5B and 69. RGB value is (132,91,105). Sum of RGB (Red+Green+Blue) = 132+91+105=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 105 (41.41% from 255 or 32.01% from 328); Max value from RGB is 132 - color contains mainly: red. Hex color #845B69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845B69 is #7BA496. Grayscale: #686868. Windows color (decimal): -8103063 or 6904708. OLE color: 6904708.

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

Color convert

RGB 132 91 105 -
CMYK 0 0.31 0.20 0.48
HSL 339.51º 0.18% 0.44% -
HSV(B) 339.51º 0.31% 0.52% -
XYZ 15.81 13.41 15.12 -
YUV 104.86 128.08 147.36 -
System Red Green Blue C M Y K H S L
Decimal 132 91 105 0 0.31 0.20 0.48 339.51 0.18 0.44
Hex 84 5B 69 0 1F 14 30 154 12 2C
Octal 204 133 151 0 37 24 60 524 22 54
Binary 10000100 1011011 1101001 0 11111 10100 110000 101010100 10010 101100

Color Harmonies of #845B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845B69

Black with #845B69

Text Example


Text Example

White with #845B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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