Html Css Color HEX #865D69 Mauve Taupe

📋 copy color: '#865D69'

red 134 ◦ green 93 ◦ blue 105

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

Shades of Mauve Taupe #865D69

Tints of Mauve Taupe #865D69

RGB

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

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

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

R = 40.36%
G = 28.01%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#865D69 (or 0x865D69) is known color: Mauve Taupe. HEX triplet: 86, 5D and 69. RGB value is (134,93,105). Sum of RGB (Red+Green+Blue) = 134+93+105=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 93 (36.72% from 255 or 28.01% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 134 - color contains mainly: red. Hex color #865D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865D69 is #79A296. Grayscale: #6A6A6A. Windows color (decimal): -7971479 or 6905222. OLE color: 6905222.

HSL color Cylindrical-coordinate representation of color #865D69: hue angle of 342.44º 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 #865D69 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 93 105 -
CMYK 0 0.31 0.22 0.47
HSL 342.44º 0.18% 0.45% -
HSV(B) 342.44º 0.31% 0.53% -
XYZ 16.3 13.92 15.19 -
YUV 106.63 127.08 147.52 -
System Red Green Blue C M Y K H S L
Decimal 134 93 105 0 0.31 0.22 0.47 342.44 0.18 0.45
Hex 86 5D 69 0 1F 16 2F 156 12 2D
Octal 206 135 151 0 37 26 57 526 22 55
Binary 10000110 1011101 1101001 0 11111 10110 101111 101010110 10010 101101

Color Harmonies of #865D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865D69

Black with #865D69

Text Example


Text Example

White with #865D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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