Html Css Color HEX #866370 Mauve Taupe

📋 copy color: '#866370'

red 134 ◦ green 99 ◦ blue 112

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

Shades of Mauve Taupe #866370

Tints of Mauve Taupe #866370

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.7%

 BLUE value IS 112 (44.14% from 255) = 32.46%

R = 38.84%
G = 28.7%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#866370 (or 0x866370) is known color: Mauve Taupe. HEX triplet: 86, 63 and 70. RGB value is (134,99,112). Sum of RGB (Red+Green+Blue) = 134+99+112=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 99 (39.06% from 255 or 28.70% from 345); Blue value is 112 (44.14% from 255 or 32.46% from 345); Max value from RGB is 134 - color contains mainly: red. Hex color #866370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866370 is #799C8F. Grayscale: #6E6E6E. Windows color (decimal): -7969936 or 7365510. OLE color: 7365510.

HSL color Cylindrical-coordinate representation of color #866370: hue angle of 337.71º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #866370 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 99 112 -
CMYK 0 0.26 0.16 0.47
HSL 337.71º 0.15% 0.46% -
HSV(B) 337.71º 0.26% 0.53% -
XYZ 17.22 15.16 17.35 -
YUV 110.95 128.6 144.44 -
System Red Green Blue C M Y K H S L
Decimal 134 99 112 0 0.26 0.16 0.47 337.71 0.15 0.46
Hex 86 63 70 0 1A 10 2F 152 F 2E
Octal 206 143 160 0 32 20 57 522 17 56
Binary 10000110 1100011 1110000 0 11010 10000 101111 101010010 1111 101110

Color Harmonies of #866370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866370

Black with #866370

Text Example


Text Example

White with #866370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866370; }

 p { color: rgb(134,99,112); }

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

background-color css

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

 a { background-color: rgb(134,99,112); }

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

border-color css

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

 span { border-color: rgb(134,99,112); }

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