Html Css Color HEX #815E6E Mauve Taupe

📋 copy color: '#815E6E'

red 129 ◦ green 94 ◦ blue 110

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

Shades of Mauve Taupe #815E6E

Tints of Mauve Taupe #815E6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.03%

R = 38.74%
G = 28.23%
B = 33.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#815E6E (or 0x815E6E) is known color: Mauve Taupe. HEX triplet: 81, 5E and 6E. RGB value is (129,94,110). Sum of RGB (Red+Green+Blue) = 129+94+110=333 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.74% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 129 - color contains mainly: red. Hex color #815E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815E6E is #7EA191. Grayscale: #6A6A6A. Windows color (decimal): -8298898 or 7233153. OLE color: 7233153.

HSL color Cylindrical-coordinate representation of color #815E6E: hue angle of 332.57º 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 #815E6E is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 94 110 -
CMYK 0 0.27 0.15 0.49
HSL 332.57º 0.16% 0.44% -
HSV(B) 332.57º 0.27% 0.51% -
XYZ 15.87 13.8 16.58 -
YUV 106.29 130.1 144.2 -
System Red Green Blue C M Y K H S L
Decimal 129 94 110 0 0.27 0.15 0.49 332.57 0.16 0.44
Hex 81 5E 6E 0 1B F 31 14D 10 2C
Octal 201 136 156 0 33 17 61 515 20 54
Binary 10000001 1011110 1101110 0 11011 1111 110001 101001101 10000 101100

Color Harmonies of #815E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815E6E

Black with #815E6E

Text Example


Text Example

White with #815E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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