Html Css Color HEX #815E6D Mauve Taupe

📋 copy color: '#815E6D'

red 129 ◦ green 94 ◦ blue 109

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

Shades of Mauve Taupe #815E6D

Tints of Mauve Taupe #815E6D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.31%

 BLUE value IS 109 (42.97% from 255) = 32.83%

R = 38.86%
G = 28.31%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#815E6D (or 0x815E6D) is known color: Mauve Taupe. HEX triplet: 81, 5E and 6D. RGB value is (129,94,109). Sum of RGB (Red+Green+Blue) = 129+94+109=332 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.86% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 109 (42.97% from 255 or 32.83% from 332); Max value from RGB is 129 - color contains mainly: red. Hex color #815E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815E6D is #7EA192. Grayscale: #6A6A6A. Windows color (decimal): -8298899 or 7167617. OLE color: 7167617.

HSL color Cylindrical-coordinate representation of color #815E6D: hue angle of 334.29º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #815E6D is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 94 109 -
CMYK 0 0.27 0.16 0.49
HSL 334.29º 0.16% 0.44% -
HSV(B) 334.29º 0.27% 0.51% -
XYZ 15.82 13.78 16.29 -
YUV 106.18 129.6 144.28 -
System Red Green Blue C M Y K H S L
Decimal 129 94 109 0 0.27 0.16 0.49 334.29 0.16 0.44
Hex 81 5E 6D 0 1B 10 31 14E 10 2C
Octal 201 136 155 0 33 20 61 516 20 54
Binary 10000001 1011110 1101101 0 11011 10000 110001 101001110 10000 101100

Color Harmonies of #815E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815E6D

Black with #815E6D

Text Example


Text Example

White with #815E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #815E6D; }

 p { color: rgb(129,94,109); }

 H1.HeaderClassName
 {
   color: #815E6D;
 }
 .AnyTagClassName
 {
   color: #815E6D;
 }
</style>

background-color css

<style>
 a { background-color: #815E6D; }

 a { background-color: rgb(129,94,109); }

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

border-color css

<style>
 span { border-color: #815E6D; }

 span { border-color: rgb(129,94,109); }

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