Html Css Color HEX #81646D Mauve Taupe

📋 copy color: '#81646D'

red 129 ◦ green 100 ◦ blue 109

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

Shades of Mauve Taupe #81646D

Tints of Mauve Taupe #81646D

RGB

 RED value IS 129 (50.78% from 255) = 38.17%

 GREEN value IS 100 (39.45% from 255) = 29.59%

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

R = 38.17%
G = 29.59%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#81646D (or 0x81646D) is known color: Mauve Taupe. HEX triplet: 81, 64 and 6D. RGB value is (129,100,109). Sum of RGB (Red+Green+Blue) = 129+100+109=338 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.17% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 109 (42.97% from 255 or 32.25% from 338); Max value from RGB is 129 - color contains mainly: red. Hex color #81646D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81646D is #7E9B92. Grayscale: #6D6D6D. Windows color (decimal): -8297363 or 7169153. OLE color: 7169153.

HSL color Cylindrical-coordinate representation of color #81646D: hue angle of 341.38º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #81646D is Cyan = 0, Magento = 0.22, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 100 109 -
CMYK 0 0.22 0.16 0.49
HSL 341.38º 0.13% 0.45% -
HSV(B) 341.38º 0.22% 0.51% -
XYZ 16.37 14.89 16.48 -
YUV 109.7 127.61 141.77 -
System Red Green Blue C M Y K H S L
Decimal 129 100 109 0 0.22 0.16 0.49 341.38 0.13 0.45
Hex 81 64 6D 0 16 10 31 155 D 2D
Octal 201 144 155 0 26 20 61 525 15 55
Binary 10000001 1100100 1101101 0 10110 10000 110001 101010101 1101 101101

Color Harmonies of #81646D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81646D

Black with #81646D

Text Example


Text Example

White with #81646D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(129,100,109); }

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

background-color css

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

 a { background-color: rgb(129,100,109); }

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

border-color css

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

 span { border-color: rgb(129,100,109); }

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