Html Css Color HEX #866974 Mauve Taupe

📋 copy color: '#866974'

red 134 ◦ green 105 ◦ blue 116

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

Shades of Mauve Taupe #866974

Tints of Mauve Taupe #866974

RGB

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

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

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

R = 37.75%
G = 29.58%
B = 32.68%

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

#866974 (or 0x866974) is known color: Mauve Taupe. HEX triplet: 86, 69 and 74. RGB value is (134,105,116). Sum of RGB (Red+Green+Blue) = 134+105+116=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 134 - color contains mainly: red. Hex color #866974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866974 is #79968B. Grayscale: #727272. Windows color (decimal): -7968396 or 7629190. OLE color: 7629190.

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

Color convert

RGB 134 105 116 -
CMYK 0 0.22 0.13 0.47
HSL 337.24º 0.12% 0.47% -
HSV(B) 337.24º 0.22% 0.53% -
XYZ 18.04 16.43 18.74 -
YUV 114.93 128.61 141.61 -
System Red Green Blue C M Y K H S L
Decimal 134 105 116 0 0.22 0.13 0.47 337.24 0.12 0.47
Hex 86 69 74 0 16 D 2F 151 C 2F
Octal 206 151 164 0 26 15 57 521 14 57
Binary 10000110 1101001 1110100 0 10110 1101 101111 101010001 1100 101111

Color Harmonies of #866974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866974

Black with #866974

Text Example


Text Example

White with #866974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866974; }

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

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

background-color css

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

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

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

border-color css

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

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

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