Html Css Color HEX #81636F Mauve Taupe

📋 copy color: '#81636F'

red 129 ◦ green 99 ◦ blue 111

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

Shades of Mauve Taupe #81636F

Tints of Mauve Taupe #81636F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 32.74%

R = 38.05%
G = 29.2%
B = 32.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#81636F (or 0x81636F) is known color: Mauve Taupe. HEX triplet: 81, 63 and 6F. RGB value is (129,99,111). Sum of RGB (Red+Green+Blue) = 129+99+111=339 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.05% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 129 - color contains mainly: red. Hex color #81636F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81636F is #7E9C90. Grayscale: #6D6D6D. Windows color (decimal): -8297617 or 7299969. OLE color: 7299969.

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

Color convert

RGB 129 99 111 -
CMYK 0 0.23 0.14 0.49
HSL 336º 0.13% 0.45% -
HSV(B) 336º 0.23% 0.51% -
XYZ 16.38 14.74 17.02 -
YUV 109.34 128.94 142.02 -
System Red Green Blue C M Y K H S L
Decimal 129 99 111 0 0.23 0.14 0.49 336 0.13 0.45
Hex 81 63 6F 0 17 E 31 150 D 2D
Octal 201 143 157 0 27 16 61 520 15 55
Binary 10000001 1100011 1101111 0 10111 1110 110001 101010000 1101 101101

Color Harmonies of #81636F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81636F

Black with #81636F

Text Example


Text Example

White with #81636F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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