Html Css Color HEX #805D68 Mauve Taupe

📋 copy color: '#805D68'

red 128 ◦ green 93 ◦ blue 104

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

Shades of Mauve Taupe #805D68

Tints of Mauve Taupe #805D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 32%

R = 39.38%
G = 28.62%
B = 32%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.50

RGB Variations

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

Color information

#805D68 (or 0x805D68) is known color: Mauve Taupe. HEX triplet: 80, 5D and 68. RGB value is (128,93,104). Sum of RGB (Red+Green+Blue) = 128+93+104=325 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.38% from 325); Green value is 93 (36.72% from 255 or 28.62% from 325); Blue value is 104 (41.02% from 255 or 32% from 325); Max value from RGB is 128 - color contains mainly: red. Hex color #805D68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #805D68 is #7FA297. Grayscale: #686868. Windows color (decimal): -8364696 or 6839680. OLE color: 6839680.

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

Color convert

RGB 128 93 104 -
CMYK 0 0.27 0.19 0.50
HSL 341.14º 0.16% 0.43% -
HSV(B) 341.14º 0.27% 0.5% -
XYZ 15.32 13.42 14.88 -
YUV 104.72 127.6 144.61 -
System Red Green Blue C M Y K H S L
Decimal 128 93 104 0 0.27 0.19 0.50 341.14 0.16 0.43
Hex 80 5D 68 0 1B 13 32 155 10 2B
Octal 200 135 150 0 33 23 62 525 20 53
Binary 10000000 1011101 1101000 0 11011 10011 110010 101010101 10000 101011

Color Harmonies of #805D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805D68

Black with #805D68

Text Example


Text Example

White with #805D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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