Html Css Color HEX #815E6C Mauve Taupe

📋 copy color: '#815E6C'

red 129 ◦ green 94 ◦ blue 108

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

Shades of Mauve Taupe #815E6C

Tints of Mauve Taupe #815E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.63%

R = 38.97%
G = 28.4%
B = 32.63%

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

#815E6C (or 0x815E6C) is known color: Mauve Taupe. HEX triplet: 81, 5E and 6C. RGB value is (129,94,108). Sum of RGB (Red+Green+Blue) = 129+94+108=331 (43% of max value = 765). Red value is 129 (50.78% from 255 or 38.97% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 129 - color contains mainly: red. Hex color #815E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815E6C is #7EA193. Grayscale: #6A6A6A. Windows color (decimal): -8298900 or 7102081. OLE color: 7102081.

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

Color convert

RGB 129 94 108 -
CMYK 0 0.27 0.16 0.49
HSL 336º 0.16% 0.44% -
HSV(B) 336º 0.27% 0.51% -
XYZ 15.76 13.76 16.01 -
YUV 106.06 129.1 144.36 -
System Red Green Blue C M Y K H S L
Decimal 129 94 108 0 0.27 0.16 0.49 336 0.16 0.44
Hex 81 5E 6C 0 1B 10 31 150 10 2C
Octal 201 136 154 0 33 20 61 520 20 54
Binary 10000001 1011110 1101100 0 11011 10000 110001 101010000 10000 101100

Color Harmonies of #815E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #815E6C

Black with #815E6C

Text Example


Text Example

White with #815E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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