Html Css Color HEX #865B6D Mauve Taupe

📋 copy color: '#865B6D'

red 134 ◦ green 91 ◦ blue 109

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

Shades of Mauve Taupe #865B6D

Tints of Mauve Taupe #865B6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.63%

R = 40.12%
G = 27.25%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#865B6D (or 0x865B6D) is known color: Mauve Taupe. HEX triplet: 86, 5B and 6D. RGB value is (134,91,109). Sum of RGB (Red+Green+Blue) = 134+91+109=334 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.12% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 109 (42.97% from 255 or 32.63% from 334); Max value from RGB is 134 - color contains mainly: red. Hex color #865B6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865B6D is #79A492. Grayscale: #696969. Windows color (decimal): -7971987 or 7166854. OLE color: 7166854.

HSL color Cylindrical-coordinate representation of color #865B6D: hue angle of 334.88º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #865B6D is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 91 109 -
CMYK 0 0.32 0.19 0.47
HSL 334.88º 0.19% 0.44% -
HSV(B) 334.88º 0.32% 0.53% -
XYZ 16.33 13.65 16.24 -
YUV 105.91 129.75 148.04 -
System Red Green Blue C M Y K H S L
Decimal 134 91 109 0 0.32 0.19 0.47 334.88 0.19 0.44
Hex 86 5B 6D 0 20 13 2F 14F 13 2C
Octal 206 133 155 0 40 23 57 517 23 54
Binary 10000110 1011011 1101101 0 100000 10011 101111 101001111 10011 101100

Color Harmonies of #865B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865B6D

Black with #865B6D

Text Example


Text Example

White with #865B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,91,109); }

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

background-color css

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

 a { background-color: rgb(134,91,109); }

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

border-color css

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

 span { border-color: rgb(134,91,109); }

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