Html Css Color HEX #815E6B Mauve Taupe

📋 copy color: '#815E6B'

red 129 ◦ green 94 ◦ blue 107

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

Shades of Mauve Taupe #815E6B

Tints of Mauve Taupe #815E6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 32.42%

R = 39.09%
G = 28.48%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#815E6B (or 0x815E6B) is known color: Mauve Taupe. HEX triplet: 81, 5E and 6B. RGB value is (129,94,107). Sum of RGB (Red+Green+Blue) = 129+94+107=330 (43% of max value = 765). Red value is 129 (50.78% from 255 or 39.09% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 129 - color contains mainly: red. Hex color #815E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815E6B is #7EA194. Grayscale: #696969. Windows color (decimal): -8298901 or 7036545. OLE color: 7036545.

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

Color convert

RGB 129 94 107 -
CMYK 0 0.27 0.17 0.49
HSL 337.71º 0.16% 0.44% -
HSV(B) 337.71º 0.27% 0.51% -
XYZ 15.71 13.73 15.73 -
YUV 105.95 128.6 144.44 -
System Red Green Blue C M Y K H S L
Decimal 129 94 107 0 0.27 0.17 0.49 337.71 0.16 0.44
Hex 81 5E 6B 0 1B 11 31 152 10 2C
Octal 201 136 153 0 33 21 61 522 20 54
Binary 10000001 1011110 1101011 0 11011 10001 110001 101010010 10000 101100

Color Harmonies of #815E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815E6B

Black with #815E6B

Text Example


Text Example

White with #815E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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