#846971

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

Shades of Empress #846971

Tints of Empress #846971

Color information

#846971 (or 0x846971) is unknown color: approx Empress. HEX triplet: 84, 69 and 71. RGB value is (132,105,113). Sum of RGB (Red+Green+Blue) = 132+105+113=350 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.71% from 350); Green value is 105 (41.41% from 255 or 30% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 132 - color contains mainly: red. Hex color #846971 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #846971 is #7B968E. Grayscale: #717171. Windows color (decimal): -8099471 or 7432580. OLE color: 7432580.

HSL color Cylindrical-coordinate representation of color #846971: hue angle of 342.22º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #846971 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB132105113-
CMYK00.200.140.48
HSL342.22º11.39%46.47%-
HSV(B)342.22º20.45%51.76%-
XYZ17.5516.217.83-
YUV113.98127.45140.85-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.71%
GREEN value IS 105 (41.41% from 255) = 30%
BLUE value IS 113 (44.53% from 255) = 32.29%
R=37.71%
G=30%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13210511300.200.140.48342.2211.3946.47
Hex846971014E30156b2e
Octal20415116102416605261356
Binary100001001101001111000101010011101100001010101101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #846971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #846971; }

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

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

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

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

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

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

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

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