Html Css Color HEX #805D63 Mauve Taupe

📋 copy color: '#805D63'

red 128 ◦ green 93 ◦ blue 99

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

Shades of Mauve Taupe #805D63

Tints of Mauve Taupe #805D63

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.06%

 BLUE value IS 99 (39.06% from 255) = 30.94%

R = 40%
G = 29.06%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#805D63 (or 0x805D63) is known color: Mauve Taupe. HEX triplet: 80, 5D and 63. RGB value is (128,93,99). Sum of RGB (Red+Green+Blue) = 128+93+99=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 93 (36.72% from 255 or 29.06% from 320); Blue value is 99 (39.06% from 255 or 30.94% from 320); Max value from RGB is 128 - color contains mainly: red. Hex color #805D63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805D63 is #7FA29C. Grayscale: #686868. Windows color (decimal): -8364701 or 6512000. OLE color: 6512000.

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

Color convert

RGB 128 93 99 -
CMYK 0 0.27 0.23 0.50
HSL 349.71º 0.16% 0.43% -
HSV(B) 349.71º 0.27% 0.5% -
XYZ 15.07 13.32 13.58 -
YUV 104.15 125.1 145.01 -
System Red Green Blue C M Y K H S L
Decimal 128 93 99 0 0.27 0.23 0.50 349.71 0.16 0.43
Hex 80 5D 63 0 1B 17 32 15E 10 2B
Octal 200 135 143 0 33 27 62 536 20 53
Binary 10000000 1011101 1100011 0 11011 10111 110010 101011110 10000 101011

Color Harmonies of #805D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805D63

Black with #805D63

Text Example


Text Example

White with #805D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,93,99); }

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

background-color css

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

 a { background-color: rgb(128,93,99); }

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

border-color css

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

 span { border-color: rgb(128,93,99); }

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