Html Css Color HEX #866073 Mauve Taupe

📋 copy color: '#866073'

red 134 ◦ green 96 ◦ blue 115

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

Shades of Mauve Taupe #866073

Tints of Mauve Taupe #866073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 33.33%

R = 38.84%
G = 27.83%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#866073 (or 0x866073) is known color: Mauve Taupe. HEX triplet: 86, 60 and 73. RGB value is (134,96,115). Sum of RGB (Red+Green+Blue) = 134+96+115=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 134 - color contains mainly: red. Hex color #866073 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866073 is #799F8C. Grayscale: #6D6D6D. Windows color (decimal): -7970701 or 7561350. OLE color: 7561350.

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

Color convert

RGB 134 96 115 -
CMYK 0 0.28 0.14 0.47
HSL 330º 0.17% 0.45% -
HSV(B) 330º 0.28% 0.53% -
XYZ 17.11 14.67 18.15 -
YUV 109.53 131.09 145.46 -
System Red Green Blue C M Y K H S L
Decimal 134 96 115 0 0.28 0.14 0.47 330 0.17 0.45
Hex 86 60 73 0 1C E 2F 14A 11 2D
Octal 206 140 163 0 34 16 57 512 21 55
Binary 10000110 1100000 1110011 0 11100 1110 101111 101001010 10001 101101

Color Harmonies of #866073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866073

Black with #866073

Text Example


Text Example

White with #866073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866073; }

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

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

background-color css

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

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

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

border-color css

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

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

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