Html Css Color HEX #80616F Mauve Taupe

📋 copy color: '#80616F'

red 128 ◦ green 97 ◦ blue 111

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

Shades of Mauve Taupe #80616F

Tints of Mauve Taupe #80616F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.87%

 BLUE value IS 111 (43.75% from 255) = 33.04%

R = 38.1%
G = 28.87%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.50

RGB Variations

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

Color information

#80616F (or 0x80616F) is known color: Mauve Taupe. HEX triplet: 80, 61 and 6F. RGB value is (128,97,111). Sum of RGB (Red+Green+Blue) = 128+97+111=336 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.10% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 128 - color contains mainly: red. Hex color #80616F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80616F is #7F9E90. Grayscale: #6B6B6B. Windows color (decimal): -8363665 or 7299456. OLE color: 7299456.

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

Color convert

RGB 128 97 111 -
CMYK 0 0.24 0.13 0.50
HSL 332.9º 0.14% 0.44% -
HSV(B) 332.9º 0.24% 0.5% -
XYZ 16.05 14.29 16.95 -
YUV 107.87 129.77 142.36 -
System Red Green Blue C M Y K H S L
Decimal 128 97 111 0 0.24 0.13 0.50 332.9 0.14 0.44
Hex 80 61 6F 0 18 D 32 14D E 2C
Octal 200 141 157 0 30 15 62 515 16 54
Binary 10000000 1100001 1101111 0 11000 1101 110010 101001101 1110 101100

Color Harmonies of #80616F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80616F

Black with #80616F

Text Example


Text Example

White with #80616F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80616F; }

 p { color: rgb(128,97,111); }

 H1.HeaderClassName
 {
   color: #80616F;
 }
 .AnyTagClassName
 {
   color: #80616F;
 }
</style>

background-color css

<style>
 a { background-color: #80616F; }

 a { background-color: rgb(128,97,111); }

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

border-color css

<style>
 span { border-color: #80616F; }

 span { border-color: rgb(128,97,111); }

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