#84626A

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

Shades of Mauve Taupe #84626A

Tints of Mauve Taupe #84626A

Color information

#84626A (or 0x84626A) is unknown color: approx Mauve Taupe. HEX triplet: 84, 62 and 6A. RGB value is (132,98,106). Sum of RGB (Red+Green+Blue) = 132+98+106=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 106 (41.80% from 255 or 31.55% from 336); Max value from RGB is 132 - color contains mainly: red. Hex color #84626A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #84626A is #7B9D95. Grayscale: #6D6D6D. Windows color (decimal): -8101270 or 6972036. OLE color: 6972036.

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

Color convert

RGB13298106-
CMYK00.260.200.48
HSL345.88º14.78%45.1%-
HSV(B)345.88º25.76%51.76%-
XYZ16.4814.6815.6-
YUV109.08126.26144.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.29%
GREEN value IS 98 (38.67% from 255) = 29.17%
BLUE value IS 106 (41.80% from 255) = 31.55%
R=39.29%
G=29.17%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1329810600.260.200.48345.8814.7845.1
Hex84626A01A143015af2d
Octal20414215203224605321755
Binary1000010011000101101010011010101001100001010110101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84626A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84626A; }

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

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

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

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

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

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

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

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