Html Css Color HEX #80656E Mauve Taupe

📋 copy color: '#80656E'

red 128 ◦ green 101 ◦ blue 110

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

Shades of Mauve Taupe #80656E

Tints of Mauve Taupe #80656E

RGB

 RED value IS 128 (50.39% from 255) = 37.76%

 GREEN value IS 101 (39.84% from 255) = 29.79%

 BLUE value IS 110 (43.36% from 255) = 32.45%

R = 37.76%
G = 29.79%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#80656E (or 0x80656E) is known color: Mauve Taupe. HEX triplet: 80, 65 and 6E. RGB value is (128,101,110). Sum of RGB (Red+Green+Blue) = 128+101+110=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 128 - color contains mainly: red. Hex color #80656E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80656E is #7F9A91. Grayscale: #6E6E6E. Windows color (decimal): -8362642 or 7234944. OLE color: 7234944.

HSL color Cylindrical-coordinate representation of color #80656E: hue angle of 340º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #80656E is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 101 110 -
CMYK 0 0.21 0.14 0.50
HSL 340º 0.12% 0.45% -
HSV(B) 340º 0.21% 0.5% -
XYZ 16.37 15.02 16.79 -
YUV 110.1 127.95 140.77 -
System Red Green Blue C M Y K H S L
Decimal 128 101 110 0 0.21 0.14 0.50 340 0.12 0.45
Hex 80 65 6E 0 15 E 32 154 C 2D
Octal 200 145 156 0 25 16 62 524 14 55
Binary 10000000 1100101 1101110 0 10101 1110 110010 101010100 1100 101101

Color Harmonies of #80656E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80656E

Black with #80656E

Text Example


Text Example

White with #80656E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80656E; }

 p { color: rgb(128,101,110); }

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

background-color css

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

 a { background-color: rgb(128,101,110); }

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

border-color css

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

 span { border-color: rgb(128,101,110); }

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