#806370

Color #806370 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #806370

Tints of Mauve Taupe #806370

Color information

#806370 (or 0x806370) is unknown color: approx Mauve Taupe. HEX triplet: 80, 63 and 70. RGB value is (128,99,112). Sum of RGB (Red+Green+Blue) = 128+99+112=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 99 (39.06% from 255 or 29.20% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 128 - color contains mainly: red. Hex color #806370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #806370 is #7F9C8F. Grayscale: #6D6D6D. Windows color (decimal): -8363152 or 7365504. OLE color: 7365504.

HSL color Cylindrical-coordinate representation of color #806370: hue angle of 333.1º degrees, saturation: 0.13, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #806370 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB12899112-
CMYK00.230.120.50
HSL333.1º12.78%44.51%-
HSV(B)333.1º22.66%50.2%-
XYZ16.2914.6817.3-
YUV109.15129.61141.44-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.76%
GREEN value IS 99 (39.06% from 255) = 29.20%
BLUE value IS 112 (44.14% from 255) = 33.04%
R=37.76%
G=29.20%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1289911200.230.120.50333.112.7844.51
Hex806370017C3214dd2d
Octal20014316002714625151555
Binary100000001100011111000001011111001100101010011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #806370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #806370; }

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

 H1.HeaderClassName
 {
   color: #806370;
 }
 .AnyTagClassName
 {
   color: #806370;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #806370;
 }
 .BgClassName
 {
   background-color: #806370;
 }
</style>
border-color css

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

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

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