Html Css Color HEX #81636D Mauve Taupe

📋 copy color: '#81636D'

red 129 ◦ green 99 ◦ blue 109

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

Shades of Mauve Taupe #81636D

Tints of Mauve Taupe #81636D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 29.38%

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

R = 38.28%
G = 29.38%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#81636D (or 0x81636D) is known color: Mauve Taupe. HEX triplet: 81, 63 and 6D. RGB value is (129,99,109). Sum of RGB (Red+Green+Blue) = 129+99+109=337 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.28% from 337); Green value is 99 (39.06% from 255 or 29.38% from 337); Blue value is 109 (42.97% from 255 or 32.34% from 337); Max value from RGB is 129 - color contains mainly: red. Hex color #81636D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81636D is #7E9C92. Grayscale: #6D6D6D. Windows color (decimal): -8297619 or 7168897. OLE color: 7168897.

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

Color convert

RGB 129 99 109 -
CMYK 0 0.23 0.16 0.49
HSL 340º 0.13% 0.45% -
HSV(B) 340º 0.23% 0.51% -
XYZ 16.28 14.69 16.45 -
YUV 109.11 127.94 142.19 -
System Red Green Blue C M Y K H S L
Decimal 129 99 109 0 0.23 0.16 0.49 340 0.13 0.45
Hex 81 63 6D 0 17 10 31 154 D 2D
Octal 201 143 155 0 27 20 61 524 15 55
Binary 10000001 1100011 1101101 0 10111 10000 110001 101010100 1101 101101

Color Harmonies of #81636D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81636D

Black with #81636D

Text Example


Text Example

White with #81636D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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