Html Css Color HEX #80606E Mauve Taupe

📋 copy color: '#80606E'

red 128 ◦ green 96 ◦ blue 110

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

Shades of Mauve Taupe #80606E

Tints of Mauve Taupe #80606E

RGB

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

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

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

R = 38.32%
G = 28.74%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.50

RGB Variations

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

Color information

#80606E (or 0x80606E) is known color: Mauve Taupe. HEX triplet: 80, 60 and 6E. RGB value is (128,96,110). Sum of RGB (Red+Green+Blue) = 128+96+110=334 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.32% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 128 - color contains mainly: red. Hex color #80606E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80606E is #7F9F91. Grayscale: #6B6B6B. Windows color (decimal): -8363922 or 7233664. OLE color: 7233664.

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

Color convert

RGB 128 96 110 -
CMYK 0 0.25 0.14 0.50
HSL 333.75º 0.14% 0.44% -
HSV(B) 333.75º 0.25% 0.5% -
XYZ 15.9 14.08 16.63 -
YUV 107.16 129.6 142.86 -
System Red Green Blue C M Y K H S L
Decimal 128 96 110 0 0.25 0.14 0.50 333.75 0.14 0.44
Hex 80 60 6E 0 19 E 32 14E E 2C
Octal 200 140 156 0 31 16 62 516 16 54
Binary 10000000 1100000 1101110 0 11001 1110 110010 101001110 1110 101100

Color Harmonies of #80606E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80606E

Black with #80606E

Text Example


Text Example

White with #80606E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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