Html Css Color HEX #866072 Mauve Taupe

📋 copy color: '#866072'

red 134 ◦ green 96 ◦ blue 114

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

Shades of Mauve Taupe #866072

Tints of Mauve Taupe #866072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.91%

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

R = 38.95%
G = 27.91%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.15

 K value IS 0.47

RGB Variations

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

Color information

#866072 (or 0x866072) is known color: Mauve Taupe. HEX triplet: 86, 60 and 72. RGB value is (134,96,114). Sum of RGB (Red+Green+Blue) = 134+96+114=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 96 (37.89% from 255 or 27.91% from 344); Blue value is 114 (44.92% from 255 or 33.14% from 344); Max value from RGB is 134 - color contains mainly: red. Hex color #866072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866072 is #799F8D. Grayscale: #6D6D6D. Windows color (decimal): -7970702 or 7495814. OLE color: 7495814.

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

Color convert

RGB 134 96 114 -
CMYK 0 0.28 0.15 0.47
HSL 331.58º 0.17% 0.45% -
HSV(B) 331.58º 0.28% 0.53% -
XYZ 17.05 14.65 17.85 -
YUV 109.41 130.59 145.54 -
System Red Green Blue C M Y K H S L
Decimal 134 96 114 0 0.28 0.15 0.47 331.58 0.17 0.45
Hex 86 60 72 0 1C F 2F 14C 11 2D
Octal 206 140 162 0 34 17 57 514 21 55
Binary 10000110 1100000 1110010 0 11100 1111 101111 101001100 10001 101101

Color Harmonies of #866072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866072

Black with #866072

Text Example


Text Example

White with #866072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866072; }

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

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

background-color css

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

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

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

border-color css

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

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

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