Html Css Color HEX #865D71 Mauve Taupe

📋 copy color: '#865D71'

red 134 ◦ green 93 ◦ blue 113

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

Shades of Mauve Taupe #865D71

Tints of Mauve Taupe #865D71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 33.24%

R = 39.41%
G = 27.35%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#865D71 (or 0x865D71) is known color: Mauve Taupe. HEX triplet: 86, 5D and 71. RGB value is (134,93,113). Sum of RGB (Red+Green+Blue) = 134+93+113=340 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.41% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 113 (44.53% from 255 or 33.24% from 340); Max value from RGB is 134 - color contains mainly: red. Hex color #865D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865D71 is #79A28E. Grayscale: #6B6B6B. Windows color (decimal): -7971471 or 7429510. OLE color: 7429510.

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

Color convert

RGB 134 93 113 -
CMYK 0 0.31 0.16 0.47
HSL 330.73º 0.18% 0.45% -
HSV(B) 330.73º 0.31% 0.53% -
XYZ 16.73 14.09 17.46 -
YUV 107.54 131.08 146.87 -
System Red Green Blue C M Y K H S L
Decimal 134 93 113 0 0.31 0.16 0.47 330.73 0.18 0.45
Hex 86 5D 71 0 1F 10 2F 14B 12 2D
Octal 206 135 161 0 37 20 57 513 22 55
Binary 10000110 1011101 1110001 0 11111 10000 101111 101001011 10010 101101

Color Harmonies of #865D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865D71

Black with #865D71

Text Example


Text Example

White with #865D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865D71; }

 p { color: rgb(134,93,113); }

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

background-color css

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

 a { background-color: rgb(134,93,113); }

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

border-color css

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

 span { border-color: rgb(134,93,113); }

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