Html Css Color HEX #81636B Mauve Taupe

📋 copy color: '#81636B'

red 129 ◦ green 99 ◦ blue 107

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

Shades of Mauve Taupe #81636B

Tints of Mauve Taupe #81636B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 31.94%

R = 38.51%
G = 29.55%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#81636B (or 0x81636B) is known color: Mauve Taupe. HEX triplet: 81, 63 and 6B. RGB value is (129,99,107). Sum of RGB (Red+Green+Blue) = 129+99+107=335 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.51% from 335); Green value is 99 (39.06% from 255 or 29.55% from 335); Blue value is 107 (42.19% from 255 or 31.94% from 335); Max value from RGB is 129 - color contains mainly: red. Hex color #81636B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81636B is #7E9C94. Grayscale: #6C6C6C. Windows color (decimal): -8297621 or 7037825. OLE color: 7037825.

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

Color convert

RGB 129 99 107 -
CMYK 0 0.23 0.17 0.49
HSL 344º 0.13% 0.45% -
HSV(B) 344º 0.23% 0.51% -
XYZ 16.17 14.65 15.89 -
YUV 108.88 126.94 142.35 -
System Red Green Blue C M Y K H S L
Decimal 129 99 107 0 0.23 0.17 0.49 344 0.13 0.45
Hex 81 63 6B 0 17 11 31 158 D 2D
Octal 201 143 153 0 27 21 61 530 15 55
Binary 10000001 1100011 1101011 0 10111 10001 110001 101011000 1101 101101

Color Harmonies of #81636B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81636B

Black with #81636B

Text Example


Text Example

White with #81636B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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