Html Css Color HEX #866164 Mauve Taupe

📋 copy color: '#866164'

red 134 ◦ green 97 ◦ blue 100

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

Shades of Mauve Taupe #866164

Tints of Mauve Taupe #866164

RGB

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

 GREEN value IS 97 (38.28% from 255) = 29.31%

 BLUE value IS 100 (39.45% from 255) = 30.21%

R = 40.48%
G = 29.31%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#866164 (or 0x866164) is known color: Mauve Taupe. HEX triplet: 86, 61 and 64. RGB value is (134,97,100). Sum of RGB (Red+Green+Blue) = 134+97+100=331 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.48% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 100 (39.45% from 255 or 30.21% from 331); Max value from RGB is 134 - color contains mainly: red. Hex color #866164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866164 is #799E9B. Grayscale: #6C6C6C. Windows color (decimal): -7970460 or 6578566. OLE color: 6578566.

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

Color convert

RGB 134 97 100 -
CMYK 0 0.28 0.25 0.47
HSL 355.14º 0.16% 0.45% -
HSV(B) 355.14º 0.28% 0.53% -
XYZ 16.41 14.54 14 -
YUV 108.41 123.26 146.26 -
System Red Green Blue C M Y K H S L
Decimal 134 97 100 0 0.28 0.25 0.47 355.14 0.16 0.45
Hex 86 61 64 0 1C 19 2F 163 10 2D
Octal 206 141 144 0 34 31 57 543 20 55
Binary 10000110 1100001 1100100 0 11100 11001 101111 101100011 10000 101101

Color Harmonies of #866164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866164

Black with #866164

Text Example


Text Example

White with #866164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866164; }

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

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

background-color css

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

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

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

border-color css

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

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

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