Html Css Color HEX #80606D Mauve Taupe

📋 copy color: '#80606D'

red 128 ◦ green 96 ◦ blue 109

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

Shades of Mauve Taupe #80606D

Tints of Mauve Taupe #80606D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 32.73%

R = 38.44%
G = 28.83%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#80606D (or 0x80606D) is known color: Mauve Taupe. HEX triplet: 80, 60 and 6D. RGB value is (128,96,109). Sum of RGB (Red+Green+Blue) = 128+96+109=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 128 - color contains mainly: red. Hex color #80606D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80606D is #7F9F92. Grayscale: #6B6B6B. Windows color (decimal): -8363923 or 7168128. OLE color: 7168128.

HSL color Cylindrical-coordinate representation of color #80606D: hue angle of 335.62º 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 #80606D is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 96 109 -
CMYK 0 0.25 0.15 0.50
HSL 335.63º 0.14% 0.44% -
HSV(B) 335.63º 0.25% 0.5% -
XYZ 15.85 14.06 16.35 -
YUV 107.05 129.1 142.94 -
System Red Green Blue C M Y K H S L
Decimal 128 96 109 0 0.25 0.15 0.50 335.63 0.14 0.44
Hex 80 60 6D 0 19 F 32 150 E 2C
Octal 200 140 155 0 31 17 62 520 16 54
Binary 10000000 1100000 1101101 0 11001 1111 110010 101010000 1110 101100

Color Harmonies of #80606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80606D

Black with #80606D

Text Example


Text Example

White with #80606D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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