Html Css Color HEX #866973 Mauve Taupe

📋 copy color: '#866973'

red 134 ◦ green 105 ◦ blue 115

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

Shades of Mauve Taupe #866973

Tints of Mauve Taupe #866973

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.66%

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

R = 37.85%
G = 29.66%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#866973 (or 0x866973) is known color: Mauve Taupe. HEX triplet: 86, 69 and 73. RGB value is (134,105,115). Sum of RGB (Red+Green+Blue) = 134+105+115=354 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.85% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 115 (45.31% from 255 or 32.49% from 354); Max value from RGB is 134 - color contains mainly: red. Hex color #866973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866973 is #79968C. Grayscale: #727272. Windows color (decimal): -7968397 or 7563654. OLE color: 7563654.

HSL color Cylindrical-coordinate representation of color #866973: hue angle of 339.31º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #866973 is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 105 115 -
CMYK 0 0.22 0.14 0.47
HSL 339.31º 0.12% 0.47% -
HSV(B) 339.31º 0.22% 0.53% -
XYZ 17.98 16.41 18.44 -
YUV 114.81 128.11 141.69 -
System Red Green Blue C M Y K H S L
Decimal 134 105 115 0 0.22 0.14 0.47 339.31 0.12 0.47
Hex 86 69 73 0 16 E 2F 153 C 2F
Octal 206 151 163 0 26 16 57 523 14 57
Binary 10000110 1101001 1110011 0 10110 1110 101111 101010011 1100 101111

Color Harmonies of #866973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866973

Black with #866973

Text Example


Text Example

White with #866973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866973; }

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

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

background-color css

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

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

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

border-color css

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

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

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