Html Css Color HEX #805E6B Mauve Taupe

📋 copy color: '#805E6B'

red 128 ◦ green 94 ◦ blue 107

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

Shades of Mauve Taupe #805E6B

Tints of Mauve Taupe #805E6B

RGB

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

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

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

R = 38.91%
G = 28.57%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#805E6B (or 0x805E6B) is known color: Mauve Taupe. HEX triplet: 80, 5E and 6B. RGB value is (128,94,107). Sum of RGB (Red+Green+Blue) = 128+94+107=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 94 (37.11% from 255 or 28.57% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 128 - color contains mainly: red. Hex color #805E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805E6B is #7FA194. Grayscale: #696969. Windows color (decimal): -8364437 or 7036544. OLE color: 7036544.

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

Color convert

RGB 128 94 107 -
CMYK 0 0.27 0.16 0.50
HSL 337.06º 0.15% 0.44% -
HSV(B) 337.06º 0.27% 0.5% -
XYZ 15.56 13.66 15.73 -
YUV 105.65 128.76 143.94 -
System Red Green Blue C M Y K H S L
Decimal 128 94 107 0 0.27 0.16 0.50 337.06 0.15 0.44
Hex 80 5E 6B 0 1B 10 32 151 F 2C
Octal 200 136 153 0 33 20 62 521 17 54
Binary 10000000 1011110 1101011 0 11011 10000 110010 101010001 1111 101100

Color Harmonies of #805E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805E6B

Black with #805E6B

Text Example


Text Example

White with #805E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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