#845F6A

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

Shades of Mauve Taupe #845F6A

Tints of Mauve Taupe #845F6A

Color information

#845F6A (or 0x845F6A) is unknown color: approx Mauve Taupe. HEX triplet: 84, 5F and 6A. RGB value is (132,95,106). Sum of RGB (Red+Green+Blue) = 132+95+106=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 95 (37.5% from 255 or 28.53% from 333); Blue value is 106 (41.80% from 255 or 31.83% from 333); Max value from RGB is 132 - color contains mainly: red. Hex color #845F6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845F6A is #7BA095. Grayscale: #6B6B6B. Windows color (decimal): -8102038 or 6971268. OLE color: 6971268.

HSL color Cylindrical-coordinate representation of color #845F6A: hue angle of 342.16º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #845F6A is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB13295106-
CMYK00.280.200.48
HSL342.16º16.3%44.51%-
HSV(B)342.16º28.03%51.76%-
XYZ16.2114.1315.51-
YUV107.32127.26145.61-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.64%
GREEN value IS 95 (37.5% from 255) = 28.53%
BLUE value IS 106 (41.80% from 255) = 31.83%
R=39.64%
G=28.53%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329510600.280.200.48342.1616.344.51
Hex845F6A01C1430156102d
Octal20413715203424605262055
Binary10000100101111111010100111001010011000010101011010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845F6A; }

 p { color: rgb(132,95,106); }

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

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

 a { background-color: rgb(132,95,106); }

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

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

 span { border-color: rgb(132,95,106); }

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