Html Css Color HEX #866067 Mauve Taupe

📋 copy color: '#866067'

red 134 ◦ green 96 ◦ blue 103

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

Shades of Mauve Taupe #866067

Tints of Mauve Taupe #866067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 30.93%

R = 40.24%
G = 28.83%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#866067 (or 0x866067) is known color: Mauve Taupe. HEX triplet: 86, 60 and 67. RGB value is (134,96,103). Sum of RGB (Red+Green+Blue) = 134+96+103=333 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.24% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 103 (40.62% from 255 or 30.93% from 333); Max value from RGB is 134 - color contains mainly: red. Hex color #866067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866067 is #799F98. Grayscale: #6C6C6C. Windows color (decimal): -7970713 or 6774918. OLE color: 6774918.

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

Color convert

RGB 134 96 103 -
CMYK 0 0.28 0.23 0.47
HSL 348.95º 0.17% 0.45% -
HSV(B) 348.95º 0.28% 0.53% -
XYZ 16.46 14.41 14.75 -
YUV 108.16 125.09 146.43 -
System Red Green Blue C M Y K H S L
Decimal 134 96 103 0 0.28 0.23 0.47 348.95 0.17 0.45
Hex 86 60 67 0 1C 17 2F 15D 11 2D
Octal 206 140 147 0 34 27 57 535 21 55
Binary 10000110 1100000 1100111 0 11100 10111 101111 101011101 10001 101101

Color Harmonies of #866067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866067

Black with #866067

Text Example


Text Example

White with #866067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866067; }

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

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

background-color css

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

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

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

border-color css

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

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

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