Html Css Color HEX #865E68 Mauve Taupe

📋 copy color: '#865E68'

red 134 ◦ green 94 ◦ blue 104

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

Shades of Mauve Taupe #865E68

Tints of Mauve Taupe #865E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.33%

R = 40.36%
G = 28.31%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#865E68 (or 0x865E68) is known color: Mauve Taupe. HEX triplet: 86, 5E and 68. RGB value is (134,94,104). Sum of RGB (Red+Green+Blue) = 134+94+104=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 134 - color contains mainly: red. Hex color #865E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865E68 is #79A197. Grayscale: #6B6B6B. Windows color (decimal): -7971224 or 6839942. OLE color: 6839942.

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

Color convert

RGB 134 94 104 -
CMYK 0 0.30 0.22 0.47
HSL 345º 0.18% 0.45% -
HSV(B) 345º 0.3% 0.53% -
XYZ 16.33 14.07 14.95 -
YUV 107.1 126.25 147.19 -
System Red Green Blue C M Y K H S L
Decimal 134 94 104 0 0.30 0.22 0.47 345 0.18 0.45
Hex 86 5E 68 0 1E 16 2F 159 12 2D
Octal 206 136 150 0 36 26 57 531 22 55
Binary 10000110 1011110 1101000 0 11110 10110 101111 101011001 10010 101101

Color Harmonies of #865E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865E68

Black with #865E68

Text Example


Text Example

White with #865E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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