Html Css Color HEX #866272 Mauve Taupe

📋 copy color: '#866272'

red 134 ◦ green 98 ◦ blue 114

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

Shades of Mauve Taupe #866272

Tints of Mauve Taupe #866272

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.32%

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

R = 38.73%
G = 28.32%
B = 32.95%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#866272 (or 0x866272) is known color: Mauve Taupe. HEX triplet: 86, 62 and 72. RGB value is (134,98,114). Sum of RGB (Red+Green+Blue) = 134+98+114=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 98 (38.67% from 255 or 28.32% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 134 - color contains mainly: red. Hex color #866272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866272 is #799D8D. Grayscale: #6E6E6E. Windows color (decimal): -7970190 or 7496326. OLE color: 7496326.

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

Color convert

RGB 134 98 114 -
CMYK 0 0.27 0.15 0.47
HSL 333.33º 0.16% 0.45% -
HSV(B) 333.33º 0.27% 0.53% -
XYZ 17.24 15.02 17.91 -
YUV 110.59 129.93 144.7 -
System Red Green Blue C M Y K H S L
Decimal 134 98 114 0 0.27 0.15 0.47 333.33 0.16 0.45
Hex 86 62 72 0 1B F 2F 14D 10 2D
Octal 206 142 162 0 33 17 57 515 20 55
Binary 10000110 1100010 1110010 0 11011 1111 101111 101001101 10000 101101

Color Harmonies of #866272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866272

Black with #866272

Text Example


Text Example

White with #866272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866272; }

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

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

background-color css

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

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

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

border-color css

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

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

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