#846069

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

Shades of Mauve Taupe #846069

Tints of Mauve Taupe #846069

Color information

#846069 (or 0x846069) is unknown color: approx Mauve Taupe. HEX triplet: 84, 60 and 69. RGB value is (132,96,105). Sum of RGB (Red+Green+Blue) = 132+96+105=333 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.64% from 333); Green value is 96 (37.89% from 255 or 28.83% from 333); Blue value is 105 (41.41% from 255 or 31.53% from 333); Max value from RGB is 132 - color contains mainly: red. Hex color #846069 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846069 is #7B9F96. Grayscale: #6B6B6B. Windows color (decimal): -8101783 or 6905988. OLE color: 6905988.

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

Color convert

RGB13296105-
CMYK00.270.200.48
HSL345º15.79%44.71%-
HSV(B)345º27.27%51.76%-
XYZ16.2514.2915.27-
YUV107.79126.43145.27-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.64%
GREEN value IS 96 (37.89% from 255) = 28.83%
BLUE value IS 105 (41.41% from 255) = 31.53%
R=39.64%
G=28.83%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329610500.270.200.4834515.7944.71
Hex84606901B1430159102d
Octal20414015103324605312055
Binary10000100110000011010010110111010011000010101100110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846069; }

 p { color: rgb(132,96,105); }

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

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

 a { background-color: rgb(132,96,105); }

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

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

 span { border-color: rgb(132,96,105); }

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