Html Css Color HEX #866372 Mauve Taupe

📋 copy color: '#866372'

red 134 ◦ green 99 ◦ blue 114

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

Shades of Mauve Taupe #866372

Tints of Mauve Taupe #866372

RGB

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

 GREEN value IS 99 (39.06% from 255) = 28.53%

 BLUE value IS 114 (44.92% from 255) = 32.85%

R = 38.62%
G = 28.53%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#866372 (or 0x866372) is known color: Mauve Taupe. HEX triplet: 86, 63 and 72. RGB value is (134,99,114). Sum of RGB (Red+Green+Blue) = 134+99+114=347 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.62% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 114 (44.92% from 255 or 32.85% from 347); Max value from RGB is 134 - color contains mainly: red. Hex color #866372 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866372 is #799C8D. Grayscale: #6F6F6F. Windows color (decimal): -7969934 or 7496582. OLE color: 7496582.

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

Color convert

RGB 134 99 114 -
CMYK 0 0.26 0.15 0.47
HSL 334.29º 0.15% 0.46% -
HSV(B) 334.29º 0.26% 0.53% -
XYZ 17.33 15.21 17.94 -
YUV 111.18 129.6 144.28 -
System Red Green Blue C M Y K H S L
Decimal 134 99 114 0 0.26 0.15 0.47 334.29 0.15 0.46
Hex 86 63 72 0 1A F 2F 14E F 2E
Octal 206 143 162 0 32 17 57 516 17 56
Binary 10000110 1100011 1110010 0 11010 1111 101111 101001110 1111 101110

Color Harmonies of #866372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866372

Black with #866372

Text Example


Text Example

White with #866372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866372; }

 p { color: rgb(134,99,114); }

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

background-color css

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

 a { background-color: rgb(134,99,114); }

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

border-color css

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

 span { border-color: rgb(134,99,114); }

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