Html Css Color HEX #866068 Mauve Taupe

📋 copy color: '#866068'

red 134 ◦ green 96 ◦ blue 104

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

Shades of Mauve Taupe #866068

Tints of Mauve Taupe #866068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.14%

R = 40.12%
G = 28.74%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#866068 (or 0x866068) is known color: Mauve Taupe. HEX triplet: 86, 60 and 68. RGB value is (134,96,104). Sum of RGB (Red+Green+Blue) = 134+96+104=334 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.12% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 134 - color contains mainly: red. Hex color #866068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866068 is #799F97. Grayscale: #6C6C6C. Windows color (decimal): -7970712 or 6840454. OLE color: 6840454.

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

Color convert

RGB 134 96 104 -
CMYK 0 0.28 0.22 0.47
HSL 347.37º 0.17% 0.45% -
HSV(B) 347.37º 0.28% 0.53% -
XYZ 16.51 14.43 15.01 -
YUV 108.27 125.59 146.35 -
System Red Green Blue C M Y K H S L
Decimal 134 96 104 0 0.28 0.22 0.47 347.37 0.17 0.45
Hex 86 60 68 0 1C 16 2F 15B 11 2D
Octal 206 140 150 0 34 26 57 533 21 55
Binary 10000110 1100000 1101000 0 11100 10110 101111 101011011 10001 101101

Color Harmonies of #866068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866068

Black with #866068

Text Example


Text Example

White with #866068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866068; }

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

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

background-color css

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

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

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

border-color css

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

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

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