Html Css Color HEX #866063 Mauve Taupe

📋 copy color: '#866063'

red 134 ◦ green 96 ◦ blue 99

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

Shades of Mauve Taupe #866063

Tints of Mauve Taupe #866063

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.18%

 BLUE value IS 99 (39.06% from 255) = 30.09%

R = 40.73%
G = 29.18%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#866063 (or 0x866063) is known color: Mauve Taupe. HEX triplet: 86, 60 and 63. RGB value is (134,96,99). Sum of RGB (Red+Green+Blue) = 134+96+99=329 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.73% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 134 - color contains mainly: red. Hex color #866063 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866063 is #799F9C. Grayscale: #6B6B6B. Windows color (decimal): -7970717 or 6512774. OLE color: 6512774.

HSL color Cylindrical-coordinate representation of color #866063: hue angle of 355.26º degrees, saturation: 0.17, 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 #866063 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 96 99 -
CMYK 0 0.28 0.26 0.47
HSL 355.26º 0.17% 0.45% -
HSV(B) 355.26º 0.28% 0.53% -
XYZ 16.27 14.33 13.71 -
YUV 107.7 123.09 146.76 -
System Red Green Blue C M Y K H S L
Decimal 134 96 99 0 0.28 0.26 0.47 355.26 0.17 0.45
Hex 86 60 63 0 1C 1A 2F 163 11 2D
Octal 206 140 143 0 34 32 57 543 21 55
Binary 10000110 1100000 1100011 0 11100 11010 101111 101100011 10001 101101

Color Harmonies of #866063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866063

Black with #866063

Text Example


Text Example

White with #866063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866063; }

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

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

background-color css

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

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

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

border-color css

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

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

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