Html Css Color HEX #845D67 Mauve Taupe

📋 copy color: '#845D67'

red 132 ◦ green 93 ◦ blue 103

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

Shades of Mauve Taupe #845D67

Tints of Mauve Taupe #845D67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 31.4%

R = 40.24%
G = 28.35%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#845D67 (or 0x845D67) is known color: Mauve Taupe. HEX triplet: 84, 5D and 67. RGB value is (132,93,103). Sum of RGB (Red+Green+Blue) = 132+93+103=328 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.24% from 328); Green value is 93 (36.72% from 255 or 28.35% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 132 - color contains mainly: red. Hex color #845D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845D67 is #7BA298. Grayscale: #696969. Windows color (decimal): -8102553 or 6774148. OLE color: 6774148.

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

Color convert

RGB 132 93 103 -
CMYK 0 0.30 0.22 0.48
HSL 344.62º 0.17% 0.44% -
HSV(B) 344.62º 0.3% 0.52% -
XYZ 15.88 13.71 14.64 -
YUV 105.8 126.42 146.69 -
System Red Green Blue C M Y K H S L
Decimal 132 93 103 0 0.30 0.22 0.48 344.62 0.17 0.44
Hex 84 5D 67 0 1E 16 30 159 11 2C
Octal 204 135 147 0 36 26 60 531 21 54
Binary 10000100 1011101 1100111 0 11110 10110 110000 101011001 10001 101100

Color Harmonies of #845D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845D67

Black with #845D67

Text Example


Text Example

White with #845D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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