Html Css Color HEX #865E61 Mauve Taupe

📋 copy color: '#865E61'

red 134 ◦ green 94 ◦ blue 97

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

Shades of Mauve Taupe #865E61

Tints of Mauve Taupe #865E61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 29.85%

R = 41.23%
G = 28.92%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#865E61 (or 0x865E61) is known color: Mauve Taupe. HEX triplet: 86, 5E and 61. RGB value is (134,94,97). Sum of RGB (Red+Green+Blue) = 134+94+97=325 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.23% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 97 (38.28% from 255 or 29.85% from 325); Max value from RGB is 134 - color contains mainly: red. Hex color #865E61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865E61 is #79A19E. Grayscale: #6A6A6A. Windows color (decimal): -7971231 or 6381190. OLE color: 6381190.

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

Color convert

RGB 134 94 97 -
CMYK 0 0.30 0.28 0.47
HSL 355.5º 0.18% 0.45% -
HSV(B) 355.5º 0.3% 0.53% -
XYZ 15.99 13.94 13.16 -
YUV 106.3 122.75 147.76 -
System Red Green Blue C M Y K H S L
Decimal 134 94 97 0 0.30 0.28 0.47 355.5 0.18 0.45
Hex 86 5E 61 0 1E 1C 2F 164 12 2D
Octal 206 136 141 0 36 34 57 544 22 55
Binary 10000110 1011110 1100001 0 11110 11100 101111 101100100 10010 101101

Color Harmonies of #865E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865E61

Black with #865E61

Text Example


Text Example

White with #865E61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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