Html Css Color HEX #80606C Mauve Taupe

📋 copy color: '#80606C'

red 128 ◦ green 96 ◦ blue 108

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

Shades of Mauve Taupe #80606C

Tints of Mauve Taupe #80606C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.53%

R = 38.55%
G = 28.92%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#80606C (or 0x80606C) is known color: Mauve Taupe. HEX triplet: 80, 60 and 6C. RGB value is (128,96,108). Sum of RGB (Red+Green+Blue) = 128+96+108=332 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.55% from 332); Green value is 96 (37.89% from 255 or 28.92% from 332); Blue value is 108 (42.58% from 255 or 32.53% from 332); Max value from RGB is 128 - color contains mainly: red. Hex color #80606C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80606C is #7F9F93. Grayscale: #6A6A6A. Windows color (decimal): -8363924 or 7102592. OLE color: 7102592.

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

Color convert

RGB 128 96 108 -
CMYK 0 0.25 0.16 0.50
HSL 337.5º 0.14% 0.44% -
HSV(B) 337.5º 0.25% 0.5% -
XYZ 15.79 14.04 16.06 -
YUV 106.94 128.6 143.02 -
System Red Green Blue C M Y K H S L
Decimal 128 96 108 0 0.25 0.16 0.50 337.5 0.14 0.44
Hex 80 60 6C 0 19 10 32 152 E 2C
Octal 200 140 154 0 31 20 62 522 16 54
Binary 10000000 1100000 1101100 0 11001 10000 110010 101010010 1110 101100

Color Harmonies of #80606C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80606C

Black with #80606C

Text Example


Text Example

White with #80606C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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