Html Css Color HEX #81636E Mauve Taupe

📋 copy color: '#81636E'

red 129 ◦ green 99 ◦ blue 110

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

Shades of Mauve Taupe #81636E

Tints of Mauve Taupe #81636E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 32.54%

R = 38.17%
G = 29.29%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#81636E (or 0x81636E) is known color: Mauve Taupe. HEX triplet: 81, 63 and 6E. RGB value is (129,99,110). Sum of RGB (Red+Green+Blue) = 129+99+110=338 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.17% from 338); Green value is 99 (39.06% from 255 or 29.29% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 129 - color contains mainly: red. Hex color #81636E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81636E is #7E9C91. Grayscale: #6D6D6D. Windows color (decimal): -8297618 or 7234433. OLE color: 7234433.

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

Color convert

RGB 129 99 110 -
CMYK 0 0.23 0.15 0.49
HSL 338º 0.13% 0.45% -
HSV(B) 338º 0.23% 0.51% -
XYZ 16.33 14.72 16.73 -
YUV 109.22 128.44 142.11 -
System Red Green Blue C M Y K H S L
Decimal 129 99 110 0 0.23 0.15 0.49 338 0.13 0.45
Hex 81 63 6E 0 17 F 31 152 D 2D
Octal 201 143 156 0 27 17 61 522 15 55
Binary 10000001 1100011 1101110 0 10111 1111 110001 101010010 1101 101101

Color Harmonies of #81636E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81636E

Black with #81636E

Text Example


Text Example

White with #81636E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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