Html Css Color HEX #80606B Mauve Taupe

📋 copy color: '#80606B'

red 128 ◦ green 96 ◦ blue 107

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

Shades of Mauve Taupe #80606B

Tints of Mauve Taupe #80606B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.33%

R = 38.67%
G = 29%
B = 32.33%

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

#80606B (or 0x80606B) is known color: Mauve Taupe. HEX triplet: 80, 60 and 6B. RGB value is (128,96,107). Sum of RGB (Red+Green+Blue) = 128+96+107=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 96 (37.89% from 255 or 29.00% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 128 - color contains mainly: red. Hex color #80606B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80606B is #7F9F94. Grayscale: #6A6A6A. Windows color (decimal): -8363925 or 7037056. OLE color: 7037056.

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

Color convert

RGB 128 96 107 -
CMYK 0 0.25 0.16 0.50
HSL 339.38º 0.14% 0.44% -
HSV(B) 339.38º 0.25% 0.5% -
XYZ 15.74 14.02 15.79 -
YUV 106.82 128.1 143.11 -
System Red Green Blue C M Y K H S L
Decimal 128 96 107 0 0.25 0.16 0.50 339.38 0.14 0.44
Hex 80 60 6B 0 19 10 32 153 E 2C
Octal 200 140 153 0 31 20 62 523 16 54
Binary 10000000 1100000 1101011 0 11001 10000 110010 101010011 1110 101100

Color Harmonies of #80606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80606B

Black with #80606B

Text Example


Text Example

White with #80606B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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