Html Css Color HEX #865E6C Mauve Taupe

📋 copy color: '#865E6C'

red 134 ◦ green 94 ◦ blue 108

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

Shades of Mauve Taupe #865E6C

Tints of Mauve Taupe #865E6C

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.98%

 BLUE value IS 108 (42.58% from 255) = 32.14%

R = 39.88%
G = 27.98%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#865E6C (or 0x865E6C) is known color: Mauve Taupe. HEX triplet: 86, 5E and 6C. RGB value is (134,94,108). Sum of RGB (Red+Green+Blue) = 134+94+108=336 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.88% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 108 (42.58% from 255 or 32.14% from 336); Max value from RGB is 134 - color contains mainly: red. Hex color #865E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865E6C is #79A193. Grayscale: #6B6B6B. Windows color (decimal): -7971220 or 7102086. OLE color: 7102086.

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

Color convert

RGB 134 94 108 -
CMYK 0 0.30 0.19 0.47
HSL 339º 0.18% 0.45% -
HSV(B) 339º 0.3% 0.53% -
XYZ 16.54 14.16 16.05 -
YUV 107.56 128.25 146.86 -
System Red Green Blue C M Y K H S L
Decimal 134 94 108 0 0.30 0.19 0.47 339 0.18 0.45
Hex 86 5E 6C 0 1E 13 2F 153 12 2D
Octal 206 136 154 0 36 23 57 523 22 55
Binary 10000110 1011110 1101100 0 11110 10011 101111 101010011 10010 101101

Color Harmonies of #865E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865E6C

Black with #865E6C

Text Example


Text Example

White with #865E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,94,108); }

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

background-color css

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

 a { background-color: rgb(134,94,108); }

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

border-color css

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

 span { border-color: rgb(134,94,108); }

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