Html Css Color HEX #815E6F Mauve Taupe

📋 copy color: '#815E6F'

red 129 ◦ green 94 ◦ blue 111

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

Shades of Mauve Taupe #815E6F

Tints of Mauve Taupe #815E6F

RGB

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

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

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

R = 38.62%
G = 28.14%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#815E6F (or 0x815E6F) is known color: Mauve Taupe. HEX triplet: 81, 5E and 6F. RGB value is (129,94,111). Sum of RGB (Red+Green+Blue) = 129+94+111=334 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.62% from 334); Green value is 94 (37.11% from 255 or 28.14% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 129 - color contains mainly: red. Hex color #815E6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815E6F is #7EA190. Grayscale: #6A6A6A. Windows color (decimal): -8298897 or 7298689. OLE color: 7298689.

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

Color convert

RGB 129 94 111 -
CMYK 0 0.27 0.14 0.49
HSL 330.86º 0.16% 0.44% -
HSV(B) 330.86º 0.27% 0.51% -
XYZ 15.93 13.82 16.87 -
YUV 106.4 130.6 144.12 -
System Red Green Blue C M Y K H S L
Decimal 129 94 111 0 0.27 0.14 0.49 330.86 0.16 0.44
Hex 81 5E 6F 0 1B E 31 14B 10 2C
Octal 201 136 157 0 33 16 61 513 20 54
Binary 10000001 1011110 1101111 0 11011 1110 110001 101001011 10000 101100

Color Harmonies of #815E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815E6F

Black with #815E6F

Text Example


Text Example

White with #815E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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