Html Css Color HEX #805D64 Mauve Taupe

📋 copy color: '#805D64'

red 128 ◦ green 93 ◦ blue 100

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

Shades of Mauve Taupe #805D64

Tints of Mauve Taupe #805D64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.15%

R = 39.88%
G = 28.97%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.50

RGB Variations

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

Color information

#805D64 (or 0x805D64) is known color: Mauve Taupe. HEX triplet: 80, 5D and 64. RGB value is (128,93,100). Sum of RGB (Red+Green+Blue) = 128+93+100=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 93 (36.72% from 255 or 28.97% from 321); Blue value is 100 (39.45% from 255 or 31.15% from 321); Max value from RGB is 128 - color contains mainly: red. Hex color #805D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805D64 is #7FA29B. Grayscale: #686868. Windows color (decimal): -8364700 or 6577536. OLE color: 6577536.

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

Color convert

RGB 128 93 100 -
CMYK 0 0.27 0.22 0.50
HSL 348º 0.16% 0.43% -
HSV(B) 348º 0.27% 0.5% -
XYZ 15.12 13.34 13.83 -
YUV 104.26 125.6 144.93 -
System Red Green Blue C M Y K H S L
Decimal 128 93 100 0 0.27 0.22 0.50 348 0.16 0.43
Hex 80 5D 64 0 1B 16 32 15C 10 2B
Octal 200 135 144 0 33 26 62 534 20 53
Binary 10000000 1011101 1100100 0 11011 10110 110010 101011100 10000 101011

Color Harmonies of #805D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805D64

Black with #805D64

Text Example


Text Example

White with #805D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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