Html Css Color HEX #81636A Mauve Taupe

📋 copy color: '#81636A'

red 129 ◦ green 99 ◦ blue 106

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

Shades of Mauve Taupe #81636A

Tints of Mauve Taupe #81636A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 31.74%

R = 38.62%
G = 29.64%
B = 31.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#81636A (or 0x81636A) is known color: Mauve Taupe. HEX triplet: 81, 63 and 6A. RGB value is (129,99,106). Sum of RGB (Red+Green+Blue) = 129+99+106=334 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.62% from 334); Green value is 99 (39.06% from 255 or 29.64% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 129 - color contains mainly: red. Hex color #81636A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81636A is #7E9C95. Grayscale: #6C6C6C. Windows color (decimal): -8297622 or 6972289. OLE color: 6972289.

HSL color Cylindrical-coordinate representation of color #81636A: hue angle of 346º 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 #81636A is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 99 106 -
CMYK 0 0.23 0.18 0.49
HSL 346º 0.13% 0.45% -
HSV(B) 346º 0.23% 0.51% -
XYZ 16.12 14.63 15.61 -
YUV 108.77 126.44 142.43 -
System Red Green Blue C M Y K H S L
Decimal 129 99 106 0 0.23 0.18 0.49 346 0.13 0.45
Hex 81 63 6A 0 17 12 31 15A D 2D
Octal 201 143 152 0 27 22 61 532 15 55
Binary 10000001 1100011 1101010 0 10111 10010 110001 101011010 1101 101101

Color Harmonies of #81636A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81636A

Black with #81636A

Text Example


Text Example

White with #81636A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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