Html Css Color HEX #81656F Mauve Taupe

📋 copy color: '#81656F'

red 129 ◦ green 101 ◦ blue 111

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

Shades of Mauve Taupe #81656F

Tints of Mauve Taupe #81656F

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.62%

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

R = 37.83%
G = 29.62%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#81656F (or 0x81656F) is known color: Mauve Taupe. HEX triplet: 81, 65 and 6F. RGB value is (129,101,111). Sum of RGB (Red+Green+Blue) = 129+101+111=341 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.83% from 341); Green value is 101 (39.84% from 255 or 29.62% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 129 - color contains mainly: red. Hex color #81656F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81656F is #7E9A90. Grayscale: #6E6E6E. Windows color (decimal): -8297105 or 7300481. OLE color: 7300481.

HSL color Cylindrical-coordinate representation of color #81656F: hue angle of 338.57º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #81656F is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 101 111 -
CMYK 0 0.22 0.14 0.49
HSL 338.57º 0.12% 0.45% -
HSV(B) 338.57º 0.22% 0.51% -
XYZ 16.58 15.12 17.08 -
YUV 110.51 128.28 141.19 -
System Red Green Blue C M Y K H S L
Decimal 129 101 111 0 0.22 0.14 0.49 338.57 0.12 0.45
Hex 81 65 6F 0 16 E 31 153 C 2D
Octal 201 145 157 0 26 16 61 523 14 55
Binary 10000001 1100101 1101111 0 10110 1110 110001 101010011 1100 101101

Color Harmonies of #81656F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81656F

Black with #81656F

Text Example


Text Example

White with #81656F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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