Html Css Color HEX #866874 Mauve Taupe

📋 copy color: '#866874'

red 134 ◦ green 104 ◦ blue 116

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

Shades of Mauve Taupe #866874

Tints of Mauve Taupe #866874

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.38%

 BLUE value IS 116 (45.7% from 255) = 32.77%

R = 37.85%
G = 29.38%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#866874 (or 0x866874) is known color: Mauve Taupe. HEX triplet: 86, 68 and 74. RGB value is (134,104,116). Sum of RGB (Red+Green+Blue) = 134+104+116=354 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.85% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 116 (45.70% from 255 or 32.77% from 354); Max value from RGB is 134 - color contains mainly: red. Hex color #866874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866874 is #79978B. Grayscale: #727272. Windows color (decimal): -7968652 or 7628934. OLE color: 7628934.

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

Color convert

RGB 134 104 116 -
CMYK 0 0.22 0.13 0.47
HSL 336º 0.13% 0.47% -
HSV(B) 336º 0.22% 0.53% -
XYZ 17.93 16.23 18.71 -
YUV 114.34 128.94 142.02 -
System Red Green Blue C M Y K H S L
Decimal 134 104 116 0 0.22 0.13 0.47 336 0.13 0.47
Hex 86 68 74 0 16 D 2F 150 D 2F
Octal 206 150 164 0 26 15 57 520 15 57
Binary 10000110 1101000 1110100 0 10110 1101 101111 101010000 1101 101111

Color Harmonies of #866874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866874

Black with #866874

Text Example


Text Example

White with #866874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866874; }

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

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

background-color css

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

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

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

border-color css

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

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

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