Html Css Color HEX #865E62 Mauve Taupe

📋 copy color: '#865E62'

red 134 ◦ green 94 ◦ blue 98

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

Shades of Mauve Taupe #865E62

Tints of Mauve Taupe #865E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 30.06%

R = 41.1%
G = 28.83%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#865E62 (or 0x865E62) is known color: Mauve Taupe. HEX triplet: 86, 5E and 62. RGB value is (134,94,98). Sum of RGB (Red+Green+Blue) = 134+94+98=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 94 (37.11% from 255 or 28.83% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 134 - color contains mainly: red. Hex color #865E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865E62 is #79A19D. Grayscale: #6A6A6A. Windows color (decimal): -7971230 or 6446726. OLE color: 6446726.

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

Color convert

RGB 134 94 98 -
CMYK 0 0.30 0.27 0.47
HSL 354º 0.18% 0.45% -
HSV(B) 354º 0.3% 0.53% -
XYZ 16.04 13.96 13.4 -
YUV 106.42 123.25 147.67 -
System Red Green Blue C M Y K H S L
Decimal 134 94 98 0 0.30 0.27 0.47 354 0.18 0.45
Hex 86 5E 62 0 1E 1B 2F 162 12 2D
Octal 206 136 142 0 36 33 57 542 22 55
Binary 10000110 1011110 1100010 0 11110 11011 101111 101100010 10010 101101

Color Harmonies of #865E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865E62

Black with #865E62

Text Example


Text Example

White with #865E62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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