Html Css Color HEX #805E6D Mauve Taupe

📋 copy color: '#805E6D'

red 128 ◦ green 94 ◦ blue 109

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

Shades of Mauve Taupe #805E6D

Tints of Mauve Taupe #805E6D

RGB

 RED value IS 128 (50.39% from 255) = 38.67%

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

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

R = 38.67%
G = 28.4%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#805E6D (or 0x805E6D) is known color: Mauve Taupe. HEX triplet: 80, 5E and 6D. RGB value is (128,94,109). Sum of RGB (Red+Green+Blue) = 128+94+109=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 109 (42.97% from 255 or 32.93% from 331); Max value from RGB is 128 - color contains mainly: red. Hex color #805E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805E6D is #7FA192. Grayscale: #696969. Windows color (decimal): -8364435 or 7167616. OLE color: 7167616.

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

Color convert

RGB 128 94 109 -
CMYK 0 0.27 0.15 0.50
HSL 333.53º 0.15% 0.44% -
HSV(B) 333.53º 0.27% 0.5% -
XYZ 15.67 13.7 16.29 -
YUV 105.88 129.76 143.78 -
System Red Green Blue C M Y K H S L
Decimal 128 94 109 0 0.27 0.15 0.50 333.53 0.15 0.44
Hex 80 5E 6D 0 1B F 32 14E F 2C
Octal 200 136 155 0 33 17 62 516 17 54
Binary 10000000 1011110 1101101 0 11011 1111 110010 101001110 1111 101100

Color Harmonies of #805E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805E6D

Black with #805E6D

Text Example


Text Example

White with #805E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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