Html Css Color HEX #81626F Mauve Taupe

📋 copy color: '#81626F'

red 129 ◦ green 98 ◦ blue 111

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

Shades of Mauve Taupe #81626F

Tints of Mauve Taupe #81626F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 28.99%

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

R = 38.17%
G = 28.99%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#81626F (or 0x81626F) is known color: Mauve Taupe. HEX triplet: 81, 62 and 6F. RGB value is (129,98,111). Sum of RGB (Red+Green+Blue) = 129+98+111=338 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.17% from 338); Green value is 98 (38.67% from 255 or 28.99% from 338); Blue value is 111 (43.75% from 255 or 32.84% from 338); Max value from RGB is 129 - color contains mainly: red. Hex color #81626F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81626F is #7E9D90. Grayscale: #6C6C6C. Windows color (decimal): -8297873 or 7299713. OLE color: 7299713.

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

Color convert

RGB 129 98 111 -
CMYK 0 0.24 0.14 0.49
HSL 334.84º 0.14% 0.45% -
HSV(B) 334.84º 0.24% 0.51% -
XYZ 16.29 14.55 16.99 -
YUV 108.75 129.27 142.44 -
System Red Green Blue C M Y K H S L
Decimal 129 98 111 0 0.24 0.14 0.49 334.84 0.14 0.45
Hex 81 62 6F 0 18 E 31 14F E 2D
Octal 201 142 157 0 30 16 61 517 16 55
Binary 10000001 1100010 1101111 0 11000 1110 110001 101001111 1110 101101

Color Harmonies of #81626F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81626F

Black with #81626F

Text Example


Text Example

White with #81626F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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