Html Css Color HEX #866173 Mauve Taupe

📋 copy color: '#866173'

red 134 ◦ green 97 ◦ blue 115

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

Shades of Mauve Taupe #866173

Tints of Mauve Taupe #866173

RGB

 RED value IS 134 (52.73% from 255) = 38.73%

 GREEN value IS 97 (38.28% from 255) = 28.03%

 BLUE value IS 115 (45.31% from 255) = 33.24%

R = 38.73%
G = 28.03%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#866173 (or 0x866173) is known color: Mauve Taupe. HEX triplet: 86, 61 and 73. RGB value is (134,97,115). Sum of RGB (Red+Green+Blue) = 134+97+115=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 134 - color contains mainly: red. Hex color #866173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866173 is #799E8C. Grayscale: #6E6E6E. Windows color (decimal): -7970445 or 7561606. OLE color: 7561606.

HSL color Cylindrical-coordinate representation of color #866173: hue angle of 330.81º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #866173 is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 97 115 -
CMYK 0 0.28 0.14 0.47
HSL 330.81º 0.16% 0.45% -
HSV(B) 330.81º 0.28% 0.53% -
XYZ 17.2 14.86 18.18 -
YUV 110.12 130.76 145.04 -
System Red Green Blue C M Y K H S L
Decimal 134 97 115 0 0.28 0.14 0.47 330.81 0.16 0.45
Hex 86 61 73 0 1C E 2F 14B 10 2D
Octal 206 141 163 0 34 16 57 513 20 55
Binary 10000110 1100001 1110011 0 11100 1110 101111 101001011 10000 101101

Color Harmonies of #866173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866173

Black with #866173

Text Example


Text Example

White with #866173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866173; }

 p { color: rgb(134,97,115); }

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

background-color css

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

 a { background-color: rgb(134,97,115); }

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

border-color css

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

 span { border-color: rgb(134,97,115); }

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